Searched refs:Identifiers (Results 1 – 20 of 20) sorted by relevance
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 471 SmallVector<Token, 5> Identifiers; in HandlePragma() local 480 Identifiers.push_back(Tok); in HandlePragma() 515 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma() 524 sizeof(Token) * 2 * Identifiers.size(), llvm::alignOf<Token>()); in HandlePragma() 525 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma() 530 idTok = Identifiers[i]; in HandlePragma() 532 PP.EnterTokenStream(Toks, 2*Identifiers.size(), in HandlePragma()
|
/external/clang/include/clang/Lex/ |
D | Preprocessor.h | 174 mutable IdentifierTable Identifiers; variable 438 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 601 return &Identifiers.get(Name); in getIdentifierInfo()
|
/external/libvpx/libvpx/ |
D | usage.dox | 174 \section usage_xma_seg_id Segment Identifiers 177 enumerated for application use. Identifiers not enumerated publicly are 178 subject to change. Identifiers are non-consecutive.
|
/external/clang/docs/ |
D | ReleaseNotes.rst | 59 Extended Identifiers: Unicode Support and Universal Character Names
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 68 Identifiers(opts, IILookup), IncrementalProcessing(IncrProcessing), in Preprocessor()
|
D | PPDirectives.cpp | 130 const IdentifierInfo &Info = Identifiers.get(Spelling); in ReadMacroName()
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3283 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument 3285 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers() 3287 Identifiers.clear(); in getNestedNameSpecifierIdentifiers() 3316 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
|
/external/clang/include/clang/Basic/ |
D | TokenKinds.def | 112 // C99 6.4.2: Identifiers.
|
/external/openssl/crypto/objects/ |
D | objects.txt | 294 # S/MIME Algorithm Identifiers
|
/external/chromium/net/url_request/ |
D | url_request_unittest.cc | 2416 TEST_F(URLRequestTest, Identifiers) { in TEST_F() argument
|
/external/webkit/Source/JavaScriptGlue/ |
D | ChangeLog | 2915 - switch property lists to be vector+set of Identifiers instead of list of References
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 7895 a context, there is no way for it to create Identifiers. 7906 Moved equal() from identifier.h to ustring.h, because it's not really about Identifiers, 14715 Registers are printed as lr1 for locals, tr1 for temp registers. Identifiers print as 29511 (KJS::Identifier::addSlowCase): Ensure that empty Identifiers have a hash computed, 29512 now that we count on all Identifiers already having one. 30295 speedup on certain individual tests. 65% of the Identifiers creating 30296 by SunSpider are already Identifiers.
|
D | ChangeLog-2007-10-14 | 33 Identifiers to avoid the static destructor getting called later. 8737 - switch property lists to be vector+set of Identifiers instead of list of References
|
D | ChangeLog-2010-05-24 | 5959 Bug 36075 - Clean up screwyness re static string impls & Identifiers.
|
/external/llvm/docs/ |
D | LangRef.rst | 66 Identifiers chapter 78 '``[%@][a-zA-Z$._][a-zA-Z$._0-9]*``'. Identifiers which require other
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 15540 require Unique Identifiers (i.e., UID3).
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 36270 Bug 36075 - Clean up screwyness re static string impls & Identifiers.
|
D | ChangeLog-2008-08-10 | 11581 Adapted to JavaScriptCore changes by explicitly constructing Identifiers, and always passing
|
D | ChangeLog-2010-01-29 | 72253 require Unique Identifiers (i.e., UID3).
|
D | ChangeLog-2010-12-06 | 57400 Rather than building a list of Identifiers for the string pool
|