Searched
full:semantic (Results
276 -
300 of
836) sorted by null
<<11121314151617181920>>
/external/bison/data/ |
glr.c | 121 ## Semantic Values. ## 696 /** Semantic value for this state. */ 826 * and top stack item YYVSP. YYLVALP points to place to put semantic 1040 /** Add a new semantic action that will execute the action for rule 1041 * RULENUM on the semantic values in RHS to the list of [all...] |
lalr1.java | 125 * Method to retrieve the semantic value of the last scanned token. 126 * @@return the semantic value of the last scanned token. */ 131 * to the next token and prepares to return the semantic value 310 // Internal return codes that are not supported for user semantic 453 /// Semantic value of the lookahead. 701 state with a non-default action, or user semantic action 703 of scope during semantic actions.)
|
yacc.c | 134 ## Semantic Values. ## 209 /* The semantic value of the lookahead symbol. */ 234 `yyvs': related to semantic values.]b4_locations_if([[ 245 /* The semantic value stack. */ 339 simplifying the original so-called "semantic" parser. */ 983 further semantic actions would be erroneous because they would be [all...] |
/external/chromium_org/third_party/icu/source/common/ |
serv.cpp | 436 ICUService* ncthis = (ICUService*)this; // cast away semantic const 615 ICUService * ncthis = (ICUService*)this; // cast away semantic const 662 ICUService* ncthis = (ICUService*)this; // cast away semantic const 693 ICUService* ncthis = (ICUService*)this; // cast away semantic const 746 ICUService* ncthis = (ICUService*)this; // cast away semantic const
|
/external/srec/srec/Grammar/include/ |
SR_Grammar.h | 111 * @param result [in/out] Array of semantic results to be populated 125 * @param tag eScript semantic expression (tag) for the word 148 * @param tag eScript semantic expression (tag) for the nametag 331 * @param tag eScript semantic expression for the word. In other words, eScript will execute 355 * @param tag eScript semantic expression (tag) for the nametag
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarReport.java | 437 buf.append("Number of semantic predicates found: "); 440 buf.append("Decisions with semantic predicates: "); 443 buf.append("Decision DFAs using semantic predicates: ");
|
Strip.java | 113 wiz.visit(t, ANTLRv3Parser.SEMPRED, // comment out semantic predicates 120 wiz.visit(t, ANTLRv3Parser.GATED_SEMPRED, // comment out semantic predicates
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 242 <if(disabled)><\n>As a result, alternative(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif> 254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt):{loc| line <loc.line>:<loc.column> at <loc.text>}; separator=", ">}; separator=", "><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif> 284 <if(disabled)><\n>As a result, token(s) <disabled; separator=","> were disabled for that input<endif><if(hasPredicateBlockedByAction)><\n>Semantic predicates were present but were hidden by actions.<endif>
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_shader_tokens.h | 120 unsigned Semantic : 1; /**< BOOL, any semantic info? */ 166 #define TGSI_SEMANTIC_COUNT 19 /**< number of semantic values */
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 120 unsigned Semantic : 1; /**< BOOL, any semantic info? */ 166 #define TGSI_SEMANTIC_COUNT 19 /**< number of semantic values */
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 77 * Display the Semantic Result 263 /*deallocate semantic results*/ 637 /*deallocate semantic results*/
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
Label.java | 36 * tokens. It can be an epsilon transition. It can be a semantic predicate 49 /** label is a semantic predicate; implies label is epsilon also */
|
NFAToDFAConverter.java | 101 // Check to see if we need to add any semantic predicate transitions 337 // Check to see if we need to add any semantic predicate transitions 489 * Add new NFA states + context to DFA state d. Also add semantic 490 * predicates to semantic context if collectPredicates is set. We only 527 * If there is a semantic predicate on the transition, then AND it 528 * with any existing semantic context. 733 // AND the previous semantic context with new pred 794 * semantic context should not be considered when determining if [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_simple_shaders.c | 55 * \param semantic_names array of semantic names for each attribute 56 * \param semantic_indexes array of semantic indexes for each attribute
|
/external/chromium_org/tools/clang/plugins/ |
ChromeClassTester.cpp | 62 // We handle class types here where we have semantic information. We can only 63 // check structs/classes/enums here, but we get a bunch of nice semantic
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_simple_shaders.c | 55 * \param semantic_names array of semantic names for each attribute 56 * \param semantic_indexes array of semantic indexes for each attribute
|
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/ |
DigestChallenge.java | 79 * @exception SaslException If a semantic error occurs 110 /* post semantic check */
|
/external/smack/src/com/novell/sasl/client/ |
DigestChallenge.java | 79 * @exception SaslException If a semantic error occurs 110 /* post semantic check */
|
/external/bison/tests/ |
actions.at | 1105 # semantic value, which would be initialized from the lookahead, which 1107 # - For $undefined, who knows what the semantic value would be. [all...] |
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
ExpressionParser.cpp | 34 simplifying the original so-called "semantic" parser. */ [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3cyclicdfa.c | 6 * Any state that has a semantic predicate edge is special; those states
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
DFA.js | 3 * Any state that has a semantic predicate edge is special; those states
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
CPPTarget.java | 72 * Used for escaping semantic predicate strings for exceptions.
|
/external/bison/src/ |
scan-code.l | 675 /* Keeps track of the maximum number of semantic values to the left of 677 semantic actions of this grammar. */ 707 | TEXT is pointing to a wannabee semantic value (i.e., a '$'). | 711 | Output to OBSTACK_FOR_STRING a reference to this semantic value. |
|
tables.h | 39 contains. For yydebug and for semantic parser.
|
Completed in 3134 milliseconds
<<11121314151617181920>>