/external/clang/test/Coverage/ |
D | cxx-language-features.inc | 3 // Intended to exercise all syntactic parts of the C++ language that
|
D | c-language-features.inc | 6 // Intended to exercise all syntactic parts of the C language.
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | metadata.ll | 16 ; Note: these arguments look like MDNodes, but they're really syntactic sugar
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 403 ExprResult PseudoOpBuilder::complete(Expr *syntactic) { in complete() argument 404 return PseudoObjectExpr::Create(S.Context, syntactic, in complete() 442 Expr *syntactic; in buildAssignmentOperation() local 447 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS, in buildAssignmentOperation() 461 syntactic = in buildAssignmentOperation() 480 return complete(syntactic); in buildAssignmentOperation() 529 UnaryOperator *syntactic = in buildIncDecOperation() local 532 return complete(syntactic); in buildIncDecOperation()
|
/external/clang/test/SemaObjCXX/ |
D | property-reference.mm | 66 // is syntactic and runs before placeholders are handled.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CharStreamState.as | 30 /** When walking ahead with cyclic DFA or for syntactic predicates,
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 41 an experiment that failed. However, this syntactic construct has been
|
D | 2001-02-06-TypeNotationDebateResp4.txt | 43 (instead of having C++ hide it for you behind "syntactic sugar").
|
D | 2007-OriginalClangReadme.txt | 54 the raw syntactic text of source code, allowing a client
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
D | History.txt | 51 - removed special ruby-stylistic formatting on syntactic predicate method names to 76 syntactic predicates
|
/external/clang/docs/ |
D | Tooling.rst | 5 Clang provides infrastructure to write tools that need syntactic and semantic
|
D | HowToSetupToolingForLLVM.rst | 5 Clang Tooling provides infrastructure to write tools that need syntactic
|
D | ClangFormat.rst | 117 VISUAL mode. The line or region is extended to the next bigger syntactic
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
D | en.stg | 261 … k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate. 292 …le from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or us…
|
/external/clang/test/CodeGenObjCXX/ |
D | property-objects.mm | 112 // the syntactic form of the RHS will be bogus.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 266 * imaginary rules created for syntactic predicates. As they 275 # syntactic predicate <ruleName> 281 # implement a syntactic predicate decision 1416 # syntactic predicate action gate test
|
/external/ltrace/ |
D | TODO | 125 backward-compatible syntactic sugar, expanded like so:
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
D | ANTLRv3.g | 297 | '=>' // syntactic predicate
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLRv3.g | 326 | '=>' // syntactic predicate
|
/external/antlr/antlr-3.4/runtime/C/ |
D | README | 119 is support for syntactic predicate (full LL backtracking) when LL(*) 967 by left-factoring or using syntactic predicates with fixed k 1113 with semantic/syntactic predicates if they exist. The DFA is then 1247 in/out during syntactic predicate evaluation. 1291 * Improved grammar stats and added syntactic pred tracking. 1627 * Added syntactic predicates (...)=>. See December 4, 2005 entry:
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 26 * rewrites weren't pulled from syntactic predicates. 488 happened when a syntactic predicate appeared in a DFA. But, we need 1760 syntactic predicates. 1801 * Fixed bug in cyclic DFA with syntactic predicates. Wasn't rewinding 2537 by left-factoring or using syntactic predicates with fixed k 2683 with semantic/syntactic predicates if they exist. The DFA is then 2817 in/out during syntactic predicate evaluation. 2861 * Improved grammar stats and added syntactic pred tracking. 3197 * Added syntactic predicates (...)=>. See December 4, 2005 entry:
|
/external/bison/ |
D | TODO | 193 not clear: should it be lexical or syntactic. Vadim Maslow thinks it
|
/external/bison/doc/ |
D | bison.texi | 123 * Semantic Values:: Each token or syntactic grouping can have 297 * Lexical Tie-ins:: Token parsing can depend on the syntactic context. 469 * Semantic Values:: Each token or syntactic grouping can have 488 @dfn{syntactic groupings} and give rules for constructing them from their 539 @cindex syntactic grouping 540 @cindex grouping, syntactic 541 In the formal grammatical rules for a language, each kind of syntactic 571 The syntactic groupings of C include the expression, the statement, the 1234 the @dfn{textual location}, or @dfn{location}, of each syntactic construct. 3584 An action accompanies a syntactic rule and contains C code to be executed [all …]
|
/external/llvm/docs/CommandGuide/ |
D | FileCheck.rst | 359 correspond to actual syntactic labels in a source or output language: they must
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 1070 * Lexer syntactic predicates 1074 * Lexer syntactic predicates end. 1463 /* End of syntactic predicates 1511 * rules created for syntactic predicates. As they never have return values
|