Searched defs:predicate (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset.c512 verify_context(Predicate *predicate) argument
514 verify_context(predicate)
515 Predicate *predicate;
518 if ( predicate == NULL ) return;
520 if ( predicate->expr == PRED_OR_LIST ||
521 predicate->expr == PRED_AND_LIST )
523 verify_context(predicate->down);
524 verify_context(predicate->right); /* MR10 */
528 if ( !predicate->source->ctxwarned && predicate
[all...]
H A Dsyn.h84 /* a predicate is defined to be a predicate action and a token tree with
115 ActionNode *source; /* where did this predicate come from? */
117 struct _anode *source; /* where did this predicate come from? */
121 char redundant; /* MR10 predicate tree simplification */
217 int is_predicate; /* true if action is a <<...>>? predicate action */
220 char *pred_fail; /* what to do/print when predicate fails */
356 char predparm; /* indicates that the 'parm' is a predicate
365 Predicate *predicate;/* predicate tha member in struct:Junction::_junct
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.cpp863 // MR23 Move semantic predicate error handling from macro to virtual function
867 void ANTLRParser::failedSemanticPredicate(const char* predicate) argument
869 printMessage(stdout,"line %d: semantic error; failed predicate: '%s'\n",
870 LT(1)->getLine(), predicate);
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h640 DWORD predicate; member in struct:wined3d_shader_instruction
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h629 DWORD predicate; member in struct:wined3d_shader_instruction
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h701 const struct wined3d_shader_src_param *predicate; member in struct:wined3d_shader_instruction
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 83 milliseconds