gwenhywfar  5.10.1
Functions
p_checkcompiler.c File Reference
#include "gwenbuild/parser/p_checkcompiler.h"
#include "gwenbuild/parser/parser.h"
#include "gwenbuild/tools/trycompile.h"
#include <gwenhywfar/debug.h>
#include <ctype.h>
Include dependency graph for p_checkcompiler.c:

Go to the source code of this file.

Functions

static int _parseArg (GWB_CONTEXT *currentContext, GWEN_XMLNODE *xmlNode)
 
static int _parseChildNodes (GWB_CONTEXT *currentContext, GWEN_XMLNODE *xmlNode)
 
int GWB_ParseCheckCompiler (GWEN_UNUSED GWB_PROJECT *project, GWB_CONTEXT *currentContext, GWEN_XMLNODE *xmlNode)
 

Function Documentation

◆ _parseArg()

int _parseArg ( GWB_CONTEXT currentContext,
GWEN_XMLNODE xmlNode 
)
static

◆ _parseChildNodes()

int _parseChildNodes ( GWB_CONTEXT currentContext,
GWEN_XMLNODE xmlNode 
)
static

Definition at line 48 of file p_checkcompiler.c.

References _parseArg(), DBG_DEBUG, DBG_ERROR, DBG_INFO, GWEN_LOGDOMAIN, GWEN_XMLNode_GetData(), GWEN_XMLNode_GetFirstTag(), GWEN_XMLNode_GetNextTag(), and NULL.

Referenced by GWB_ParseCheckCompiler().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GWB_ParseCheckCompiler()

int GWB_ParseCheckCompiler ( GWEN_UNUSED GWB_PROJECT project,
GWB_CONTEXT currentContext,
GWEN_XMLNODE xmlNode 
)

Definition at line 33 of file p_checkcompiler.c.

References _parseChildNodes(), DBG_INFO, and NULL.

Referenced by _parseChildNodes().

Here is the call graph for this function:
Here is the caller graph for this function: