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

  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 432 Expr *Semantic = *it;
433 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
434 Semantic = OVE->getSourceExpr();
435 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 771 // routine actually returns the semantic outer context, which may
775 // name lookup should continue searching in this semantic context when
809 // TranslationUnit, while the semantic context is the namespace N.
824 DeclContext *Semantic = DC;
825 while (!Semantic->isFileContext())
826 Semantic = Semantic->getParent();
832 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
833 Lexical->Encloses(Semantic))
834 return std::make_pair(Semantic, true)
    [all...]
SemaInit.cpp 1 //===--- SemaInit.cpp - Semantic Analysis for Initializers ----------------===//
10 // This file implements semantic analysis for initializers.
139 // Semantic checking for initializer lists.
142 /// @brief Semantic checking for initializer lists.
156 /// arguments, which contains the current "structured" (semantic)
158 /// are copying initializers as we map them over to the semantic
160 /// structure, we will have constructed a full semantic initializer
270 // semantic analysis and code generation.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 274 const fltSemantics &Semantic =
278 set(APFloat(Semantic, IntVal));
282 F0.multiply(APFloat(Semantic, That.IntVal), APFloat::rmNearestTiesToEven);
    [all...]
  /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...]
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...]

Completed in 218 milliseconds