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

  /external/clang/lib/Sema/
SemaPseudoObject.cpp 386 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
387 return PseudoObjectExpr::Create(S.Context, syntactic,
413 Expr *syntactic;
418 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS,
433 syntactic =
449 return complete(syntactic);
493 UnaryOperator *syntactic = local
496 return complete(syntactic);
663 // 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/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 352 // syntactic ambiguity in JavaScript: it can begin a block or an
  /external/chromium_org/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...]
  /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 442 milliseconds