HomeSort by relevance Sort by last modified time
    Searched refs:Semantic (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 378 Expr *Semantic = *it;
379 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
380 Semantic = OVE->getSourceExpr();
381 Visit(Semantic);
CFG.cpp     [all...]
  /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/clang/lib/Sema/
SemaLookup.cpp 772 // routine actually returns the semantic outer context, which may
776 // name lookup should continue searching in this semantic context when
810 // TranslationUnit, while the semantic context is the namespace N.
825 DeclContext *Semantic = DC;
826 while (!Semantic->isFileContext())
827 Semantic = Semantic->getParent();
833 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
834 Lexical->Encloses(Semantic))
835 return std::make_pair(Semantic, true)
    [all...]
SemaInit.cpp 1 //===--- SemaInit.cpp - Semantic Analysis for Initializers ----------------===//
10 // This file implements semantic analysis for initializers.
140 // Semantic checking for initializer lists.
143 /// @brief Semantic checking for initializer lists.
157 /// arguments, which contains the current "structured" (semantic)
159 /// are copying initializers as we map them over to the semantic
161 /// structure, we will have constructed a full semantic initializer
271 // semantic analysis and code generation.
    [all...]
  /external/bison/data/
glr.c 98 ## Semantic Values. ##
755 /** Semantic value for this state. */
886 * and top stack item YYVSP. YYLVALP points to place to put semantic
1107 /** Add a new semantic action that will execute the action for rule
1108 * RULENUM on the semantic values in RHS to the list of
    [all...]
yacc.c 90 ## Semantic Values. ##
142 simplifying the original so-called "semantic" parser. */
973 /* The semantic value of the look-ahead symbol. */
1014 `yyvs': related to semantic values,
1025 /* The semantic value stack. */
1042 /* The variables used to return semantic value and location from the
    [all...]

Completed in 158 milliseconds