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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 403 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
404 return PseudoObjectExpr::Create(S.Context, syntactic,
435 // semantic expression with expressions from the syntactic form.
442 Expr *syntactic; local
447 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS,
461 syntactic =
480 return complete(syntactic);
529 UnaryOperator *syntactic = local
532 return complete(syntactic);
697 // If we have a base, capture it in an OVE and rebuild the syntactic
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
en.stg 261 ANTLR could not analyze this decision in rule <enclosingRule>; often this is because of recursive rule references visible from the left edge of alternatives. ANTLR will re-analyze the decision with a fixed lookahead of k=1. Consider using "options {k=1;}" for that decision and possibly adding a syntactic predicate.
292 [fatal] rule <ruleName> has non-LL(*) decision due to recursive rule invocations reachable from alts <alts; separator=",">. Resolve by left-factoring or using syntactic predicates or using backtrack=true option.
  /external/v8/test/webkit/resources/
json2-es5-compat.js 463 // JavaScript structure. The '{' operator is subject to a syntactic ambiguity
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 72 Trees (ASTs), tree structures that reflect the high-level syntactic and semantic
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/minijail/
common.mk 453 # syntactic sugar for recipe authors that avoids needed to know
    [all...]
  /external/modp_b64/
common.mk 453 # syntactic sugar for recipe authors that avoids needed to know
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas 364 /// When walking ahead with cyclic DFA for syntactic predicates, we
    [all...]

Completed in 2214 milliseconds