HomeSort by relevance Sort by last modified time
    Searched full:syntactic (Results 51 - 75 of 265) sorted by null

1 23 4 5 6 7 8 91011

  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp4.txt 43 (instead of having C++ hide it for you behind "syntactic sugar").
  /external/srtp/crypto/include/
cipher.h 166 /* some syntactic sugar on these function types */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 65 reflect their understanding of syntactic productions when they differ. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 65 reflect their understanding of syntactic productions when they differ. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 65 reflect their understanding of syntactic productions when they differ. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-pretty-print.h 65 reflect their understanding of syntactic productions when they differ. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 155 * This function is not a part of the C++ standard but is syntactic
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 155 * This function is not a part of the C++ standard but is syntactic
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 155 * This function is not a part of the C++ standard but is syntactic
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_types.h 155 * This function is not a part of the C++ standard but is syntactic
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_iterator_base_types.h 155 * This function is not a part of the C++ standard but is syntactic
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 314 # placing the CRLF at higher-level syntactic breaks."
318 # higher-level syntactic breaks.
398 syntactic breaks'. This doesn't affect RFC 2047 encoded lines.
434 # Attempt to split the line at the highest-level syntactic break
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 314 # placing the CRLF at higher-level syntactic breaks."
318 # higher-level syntactic breaks.
398 syntactic breaks'. This doesn't affect RFC 2047 encoded lines.
434 # Attempt to split the line at the highest-level syntactic break
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 380 ExprResult PseudoOpBuilder::complete(Expr *syntactic) {
381 return PseudoObjectExpr::Create(S.Context, syntactic,
407 Expr *syntactic;
412 syntactic = new (S.Context) BinaryOperator(syntacticLHS, capturedRHS,
427 syntactic =
443 return complete(syntactic);
487 UnaryOperator *syntactic = local
490 return complete(syntactic);
645 // 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/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 160 // If we got a valid a tree (the syntactic validity of the source code
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 205 * an NFA state/alt/syntactic&semantic context (chain of invoking state(s)
213 * configuration info. I guess I'm saying that syntactic context
681 * For syntactic predicates, we only want to generate predicate
684 * specified syntactic predicates if this is an accept state.
  /external/chromium_org/third_party/sqlite/src/src/
os.c 51 ** of the sqlite3_file object. This is mostly just syntactic sugar. All
  /external/clang/docs/
ClangFormat.rst 86 VISUAL mode. The line or region is extended to the next bigger syntactic
  /external/clang/include/clang/AST/
StmtCXX.h 126 /// analysis of the constituent components. The original syntactic components
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 691 const Expr *Syntactic = POE->getSyntacticForm();
695 if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(Syntactic))
696 Syntactic = BO->getLHS();
699 switch (Syntactic->getStmtClass()) {
    [all...]
  /external/e2fsprogs/intl/
plural.y 133 Operators with the same syntactic behaviour have been merged into a single
  /external/v8/src/
token.h 38 // symbolic token name, string is the corresponding syntactic symbol
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
CdmaSmsAddress.java 154 * syntactic sugar, meaning parens, spaces, hyphens/minuses, or
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator_base_types.h 197 * This function is not a part of the C++ standard but is syntactic

Completed in 224 milliseconds

1 23 4 5 6 7 8 91011