Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Lex/
DPreprocessor.h189 mutable IdentifierTable Identifiers; variable
697 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
698 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
794 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined()
935 return &Identifiers.get(Name); in getIdentifierInfo()
/external/curl/docs/
DRESOURCES55 RFC 2396 - "Uniform Resource Identifiers: Generic Syntax and Semantics" This
/external/clang/lib/Parse/
DParsePragma.cpp1215 SmallVector<Token, 5> Identifiers; in HandlePragma() local
1224 Identifiers.push_back(Tok); in HandlePragma()
1259 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma()
1267 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma()
1268 2 * Identifiers.size()); in HandlePragma()
1269 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma()
1274 idTok = Identifiers[i]; in HandlePragma()
DParseOpenMP.cpp47 SmallVector<Expr *, 4> Identifiers; member in __anon76a66a790111::ThreadprivateListParserHelper
56 Identifiers.push_back(Res.get()); in operator ()()
58 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
/external/u-boot/
DLICENSE35 replaced with a single line reference to Unique License Identifiers
46 We use the SPDX Unique License Identifiers here; these are available
DNOTICE35 replaced with a single line reference to Unique License Identifiers
46 We use the SPDX Unique License Identifiers here; these are available
/external/u-boot/Licenses/
DREADME35 replaced with a single line reference to Unique License Identifiers
46 We use the SPDX Unique License Identifiers here; these are available
/external/python/cpython2/Doc/library/
Durlparse.rst279 :rfc:`3986` - Uniform Resource Identifiers
288 :rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
Dttk.rst443 Tab Identifiers
687 widget option columns. See `Column Identifiers`_.
799 Column Identifiers
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst311 Identifiers and keywords
318 Identifiers (also referred to as *names*) are described by the following lexical
328 Identifiers are unlimited in length. Case is significant.
/external/scapy/test/
Dcan.uts45 = Identifiers
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst276 Identifiers and keywords
281 Identifiers (also referred to as *names*) are described by the following lexical
297 Identifiers are unlimited in length. Case is significant.
/external/curl/docs/cmdline-opts/
Dpage-footer233 RTSP: mismatch of Session Identifiers
/external/clang/lib/Lex/
DPreprocessor.cpp72 Identifiers(opts, IILookup), in Preprocessor()
/external/cldr/specs/rfc/
Ddraft-davis-u-langtag-ext-00.txt187 Locale Identifiers) of [LDML]. The following is a summary of that
Ddraft-davis-t-langtag-ext.txt320 | Section | Section 3 Unicode Language and Locale Identifiers |
/external/python/cpython3/Doc/library/
Durllib.parse.rst623 :rfc:`3986` - Uniform Resource Identifiers
632 :rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
Dtkinter.ttk.rst539 Tab Identifiers
787 widget option columns. See `Column Identifiers`_.
902 Column Identifiers
/external/clang/lib/Sema/
DSemaLookup.cpp3817 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument
3819 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers()
3821 Identifiers.clear(); in getNestedNameSpecifierIdentifiers()
3851 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle73 * Identifiers can be longer, but this will be more costly
/external/flatbuffers/docs/source/
DSchemas.md231 Identifiers must always be exactly 4 characters long. These 4 characters
471 Identifiers in a schema are meant to translate to many different programming
/external/clang/include/clang/Basic/
DTokenKinds.def130 // C99 6.4.2: Identifiers.
/external/boringssl/src/crypto/obj/
Dobjects.txt295 # S/MIME Algorithm Identifiers
/external/deqp/external/openglcts/data/gl33/
Dpreprocessor.test1758 group undefined_identifiers "Undefined Identifiers Tests"
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md850 ### Parameter Identifiers

12