Home
last modified time | relevance | path

Searched refs:Identifiers (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/Parse/
DParsePragma.cpp471 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/
DPreprocessor.h174 mutable IdentifierTable Identifiers; variable
438 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
601 return &Identifiers.get(Name); in getIdentifierInfo()
/external/libvpx/libvpx/
Dusage.dox174 \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/
DReleaseNotes.rst59 Extended Identifiers: Unicode Support and Universal Character Names
/external/clang/lib/Lex/
DPreprocessor.cpp68 Identifiers(opts, IILookup), IncrementalProcessing(IncrProcessing), in Preprocessor()
DPPDirectives.cpp130 const IdentifierInfo &Info = Identifiers.get(Spelling); in ReadMacroName()
/external/clang/lib/Sema/
DSemaLookup.cpp3283 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/
DTokenKinds.def112 // C99 6.4.2: Identifiers.
/external/openssl/crypto/objects/
Dobjects.txt294 # S/MIME Algorithm Identifiers
/external/chromium/net/url_request/
Durl_request_unittest.cc2416 TEST_F(URLRequestTest, Identifiers) { in TEST_F() argument
/external/webkit/Source/JavaScriptGlue/
DChangeLog2915 - switch property lists to be vector+set of Identifiers instead of list of References
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-107895 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.
DChangeLog-2007-10-1433 Identifiers to avoid the static destructor getting called later.
8737 - switch property lists to be vector+set of Identifiers instead of list of References
DChangeLog-2010-05-245959 Bug 36075 - Clean up screwyness re static string impls & Identifiers.
/external/llvm/docs/
DLangRef.rst66 Identifiers chapter
78 '``[%@][a-zA-Z$._][a-zA-Z$._0-9]*``'. Identifiers which require other
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1615540 require Unique Identifiers (i.e., UID3).
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2436270 Bug 36075 - Clean up screwyness re static string impls & Identifiers.
DChangeLog-2008-08-1011581 Adapted to JavaScriptCore changes by explicitly constructing Identifiers, and always passing
DChangeLog-2010-01-2972253 require Unique Identifiers (i.e., UID3).
DChangeLog-2010-12-0657400 Rather than building a list of Identifiers for the string pool