Searched refs:predicate (Results 1 - 21 of 21) 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...]
H A Dmrhoist.c46 Try to determine whether predicate "first" is true for
49 Assumes that predicate symbols have been expanded.
124 require (0,"Illegal predicate->expr");
180 require (0,"Illegal predicate->expr");
369 fprintf(output,"The predicate is empty (or always true)\n\n");
492 warnFL("It is unusual (but ok) for a semantic predicate to test context past the end of its own rule",
717 of and AND predicate ? It is because of the way
719 wrong then it's the same as if the predicate was
722 matched context and is true then the predicate
1193 fprintf(output,"Hoisting of predicate suppresse
[all...]
H A Dgen.c776 /* inline predicate literal */
783 /* a reference to a predicate - possibly with an inverted source */
904 /* if leaf node, just gen predicate */
955 fatal_internal("genPredTreeOrig: predicate tree is wacked");
981 what to do if the context is correct but the predicate is false
984 predicate is true as far as enabling an alternative
989 the entire predicate chain to fail just because the
995 the entire predicate chain to succeed just because
1081 /* if leaf node, just gen predicate */
1130 fatal_internal("predicate tre
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h163 int guessing; // if guessing (using (...)? predicate)
296 virtual void failedSemanticPredicate(const char* predicate); /* MR23 */
332 // MR23 Provide more control over failed predicate action
344 // MR23 Provide more control over failed predicate action
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 Dshader_sm4.c306 ins->predicate = 0;
H A Dshader.c735 limit = ins.src_count + (ins.predicate ? 1 : 0);
1163 if (ins.predicate)
1168 ins.predicate = *ptr++;
1344 if (ins.predicate)
H A Dshader_sm1.c604 ins->predicate = opcode_token & WINED3DSHADER_INSTRUCTION_PREDICATED;
H A Dglsl_shader.c2194 if (ins->predicate)
2229 if (ins->predicate)
2279 if (ins->predicate)
H A Dwined3d_private.h640 DWORD predicate; member in struct:wined3d_shader_instruction
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c306 ins->predicate = 0;
H A Dshader.c735 limit = ins.src_count + (ins.predicate ? 1 : 0);
1163 if (ins.predicate)
1166 ins.predicate = *ptr++;
1342 if (ins.predicate)
H A Dshader_sm1.c600 ins->predicate = opcode_token & WINED3DSHADER_INSTRUCTION_PREDICATED;
H A Dwined3d_private.h629 DWORD predicate; member in struct:wined3d_shader_instruction
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c2224 * an ambiguous predicate was slurped up as a comment.
2230 dnerror((yyvsp[(1) - (1)].l_node), D_SYNTAX, "expected predicate and/"
2248 "probe description and predicate\n");
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm1.c715 ins->predicate = opcode_token & WINED3DSHADER_INSTRUCTION_PREDICATED ? &priv->pred_param : NULL;
750 if (ins->predicate)
H A Dshader.c831 if (ins.predicate)
832 shader_record_register_usage(shader, reg_maps, &ins.predicate->reg, shader_version.type);
1287 if (ins.predicate)
1452 if (ins.predicate)
1455 shader_dump_src_param(ins.predicate, &shader_version);
H A Dshader_sm4.c725 ins->predicate = NULL;
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 1112 milliseconds