/system/core/sh/ |
arith.c | 27 ``semantic'' parser. */ 871 /* The semantic value of the lookahead symbol. */ 912 `yyvs': related to semantic values, 923 /* The semantic value stack. */ 934 /* The variables used to return semantic value and location from the [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | 744 // routine actually returns the semantic outer context, which may 748 // name lookup should continue searching in this semantic context when 782 // TranslationUnit, while the semantic context is the namespace N. 797 DeclContext *Semantic = DC; 798 while (!Semantic->isFileContext()) 799 Semantic = Semantic->getParent(); 805 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) && 806 Lexical->Encloses(Semantic)) 807 return std::make_pair(Semantic, true) [all...] |
SemaCXXScopeSpec.cpp | 1 //===--- SemaCXXScopeSpec.cpp - Semantic Analysis for C++ scope specifiers-===// 10 // This file implements C++ semantic analysis for scope specifiers. 40 // specialization. If it's part of the current semantic context, then it's [all...] |
TargetAttributesSema.cpp | 10 // This file contains semantic analysis implementation for target-specific
|
DeclSpec.cpp | 1 //===--- SemaDeclSpec.cpp - Declaration Specifier Semantic Analysis -------===// 10 // This file implements semantic analysis for declaration specifiers.
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 210 /// \brief The semantic analysis object that will be processing the 651 /// \brief Fields containing data that is used for semantic analysis [all...] |
/external/clang/www/ |
features.html | 228 <li><b>libsema</b> - Semantic Analysis. This provides a set of parser actions 244 semantic analyzer libraries.</p> 286 using the current AST generation and semantic analysis code and having a code
|
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 533 /* create the array of Semantic Result Pointers */ 852 /* create the array of Semantic Result Pointers */ [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
URI.java | 238 * basic semantic checks are performed as well. See the individual 254 * syntax rules or semantic rules 265 * basic semantic checks are performed as well. See the individual 285 * syntax rules or semantic rules [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
URI.java | 235 * basic semantic checks are performed as well. See the individual 251 * syntax rules or semantic rules 262 * basic semantic checks are performed as well. See the individual 282 * syntax rules or semantic rules [all...] |
/external/bison/ |
ChangeLog | 320 (GLR Semantic Actions): Cross-reference those notes. 324 * tests/glr-regression.at (Leaked semantic values when reporting 334 * tests/glr-regression.at (Leaked semantic values when reporting 347 Don't leak semantic values for parent RHS when a user action cuts the 349 * tests/glr-regression.at (Leaked merged semantic value if user action 351 (Leaked semantic values if user action cuts parse): ... this. Add check 354 between an unresolved state (non-empty chain of semantic options) and 367 the RHS of a semantic option. Document the interface. 379 destructor for its semantic value. 716 (Corrupted semantic options if user action cuts parse) [all...] |
/external/bison/src/ |
scan-gram.l | 709 /* Keeps track of the maximum number of semantic values to the left of 711 semantic actions of this grammar. */ 830 | TEXT is pointing to a wannabee semantic value (i.e., a `$'). | 834 | Output to OBSTACK_FOR_STRING a reference to this semantic value. | [all...] |
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 58 /// semantic analysis.
|
Expr.h | 591 /// by semantic analysis for function calls, object constructions, etc. in [all...] |
/external/llvm/include/llvm/MC/ |
MCContext.h | 104 /// Honor temporary labels, this is useful for debugging semantic
|
/external/llvm/lib/MC/MCDisassembler/ |
EDDisassembler.h | 130 /// True if the disassembler can provide semantic information
|
/external/srec/tools/cmd/ |
srecres2utd.pl | 11 "semantic" => \$try_semantic_validation,
|
/libcore/luni/src/main/java/javax/xml/transform/ |
overview.html | 21 unless the semantic structure is used directly as data. Almost all XML-related
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
SimpleElement.java | 28 * The semantic of the element name is to be a fully qualified class name of a View to inflate.
|
/cts/tools/dasm/src/java_cup/ |
parser.cup | 23 semantic actions). This provides a series of helper routines and 24 data structures that the semantic actions use.
|
/external/chromium/chrome/common/ |
sandbox_policy.cc | 121 // Adds the policy rules for the path and path\ with the semantic |access|. 155 // Adds the policy rules for the path and path\* with the semantic |access|.
|
/external/clang/docs/tools/ |
clang.pod | 44 =item B<Parsing and Semantic Analysis> 47 tree. Once in the form of a parser tree, it applies semantic analysis to compute
|
/external/icu4c/common/unicode/ |
unorm.h | 80 * The ffi ligature is not a distinct semantic character, and strictly speaking 84 * into the corresponding semantic characters. When sorting and searching, you
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 47 /// assembly code. These flags carry semantic information not 70 // comments. This is *not* semantic
|
/external/valgrind/main/callgrind/docs/ |
cl-format.xml | 415 types, the semantic is defined, but any description type is allowed. 428 <para>For cost lines, this defines the semantic of the first numbers.
|