HomeSort by relevance Sort by last modified time
    Searched defs:Prefix (Results 26 - 30 of 30) sorted by null

12

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 96 // code below is permitted to look at the prefix of the
107 NestedNameSpecifier *Prefix = 0;
110 } else if (LookAtPrefix && (Prefix = NNS->getPrefix())) {
112 PrefixSS.Adopt(NestedNameSpecifierLoc(Prefix, SS.location_data()));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 82 Prefix"):
652 The top 16 bits of the prefix are 0x3141, just as a hacky way
653 to ensure it really is a valid prefix.
655 Things you can safely assume about a well-formed prefix:
662 typedef UInt Prefix;
671 #define PFX_LOCK (1<<7) /* bus LOCK prefix present (0xF0) */
672 #define PFX_F2 (1<<8) /* REP/REPE/REPZ prefix present (0xF2) */
673 #define PFX_F3 (1<<9) /* REPNE/REPNZ prefix present (0xF3) */
674 #define PFX_CS (1<<10) /* CS segment prefix present (0x2E) */
675 #define PFX_DS (1<<11) /* DS segment prefix present (0x3E) *
    [all...]

Completed in 228 milliseconds

12