Home
last modified time | relevance | path

Searched refs:syntactic (Results 1 – 25 of 63) sorted by relevance

123

/external/clang/test/Coverage/
Dcxx-language-features.inc3 // Intended to exercise all syntactic parts of the C++ language that
Dc-language-features.inc6 // Intended to exercise all syntactic parts of the C language.
/external/llvm/test/Transforms/GlobalOpt/
Dmetadata.ll16 ; Note: these arguments look like MDNodes, but they're really syntactic sugar
/external/clang/lib/Sema/
DSemaPseudoObject.cpp403 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/
Dproperty-reference.mm66 // is syntactic and runs before placeholders are handled.
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt41 an experiment that failed. However, this syntactic construct has been
D2001-02-06-TypeNotationDebateResp4.txt43 (instead of having C++ hide it for you behind "syntactic sugar").
D2007-OriginalClangReadme.txt54 the raw syntactic text of source code, allowing a client
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DCharStreamState.as30 /** When walking ahead with cyclic DFA or for syntactic predicates,
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt41 an experiment that failed. However, this syntactic construct has been
D2001-02-06-TypeNotationDebateResp4.txt43 (instead of having C++ hide it for you behind "syntactic sugar").
D2007-OriginalClangReadme.txt54 the raw syntactic text of source code, allowing a client
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt51 - removed special ruby-stylistic formatting on syntactic predicate method names to
76 syntactic predicates
/external/clang/docs/
DTooling.rst5 Clang provides infrastructure to write tools that need syntactic and semantic
DHowToSetupToolingForLLVM.rst5 Clang Tooling provides infrastructure to write tools that need syntactic
DClangFormat.rst117 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/
Den.stg261 … 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/
Dproperty-objects.mm112 // the syntactic form of the RHS will be bogus.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg266 * 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/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3.g326 | '=>' // syntactic predicate
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g297 | '=>' // syntactic predicate
/external/googletest/googlemock/docs/
DDesignDoc.md227 them seek to lower the syntactic overhead for defining a function.
/external/antlr/antlr-3.4/runtime/C/
DREADME119 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/
DCHANGES.txt26 * 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/protobuf/docs/swift/
DDesignDoc.md85 using syntactic constructs like namespaces in C++ or packages in Java. Instead,
631 syntactic constructs, and because there is no pure Swift way to define

123