Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h224 mutable IdentifierTable Identifiers; variable
823 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
824 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
917 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined()
1067 return &Identifiers.get(Name); in getIdentifierInfo()
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Docsp.asn196 -- Object Identifiers
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_use_srtp.pod28 support the use of SRTP Master Key Identifiers (MKIs). Also note that this
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp92 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor()
204 Identifiers.AddKeywords(LangOpts); in Initialize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp1928 SmallVector<Token, 5> Identifiers; in HandlePragma() local
1937 Identifiers.push_back(Tok); in HandlePragma()
1972 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma()
1980 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma()
1981 2 * Identifiers.size()); in HandlePragma()
1982 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma()
1987 idTok = Identifiers[i]; in HandlePragma()
H A DParseOpenMP.cpp48 SmallVector<Expr *, 4> Identifiers; member in __anonbf7bccdd0111::ThreadprivateListParserHelper
57 Identifiers.push_back(Res.get()); in operator ()()
59 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
/freebsd-12.1/contrib/gcc/doc/
H A Dimplement-c.texi29 * Identifiers implementation::
80 @node Identifiers implementation
81 @section Identifiers
H A Dc-tree.texi163 * Identifiers:: The names of things.
178 @c Identifiers
181 @node Identifiers
182 @subsection Identifiers
641 the unqualified name of the name of the namespace (@pxref{Identifiers}).
H A Dcpp.texi3004 Identifiers that are not macros, which are all considered to be the
/freebsd-12.1/contrib/amd/
H A Dldap-id.ms39 choice of repository for amd mount map databases. All Object Identifiers
H A Dldap-id.txt24 repository for amd mount map databases. All Object Identifiers in this document
/freebsd-12.1/share/misc/
H A Dscsi_modes386 {Block Identifiers Support} t1
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl2.h306 UINT32 Identifiers[1]; /* GIC ITS identifier arrary */ member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3903 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument
3905 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers()
3907 Identifiers.clear(); in getNestedNameSpecifierIdentifiers()
3937 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c237 Length = ACPI_OFFSET (ACPI_IORT_ITS_GROUP, Identifiers); in AcpiDmDumpIort()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def133 // C99 6.4.2: Identifiers.
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A Dstructure814 UUIDs: Universally Unique Identifiers
/freebsd-12.1/crypto/openssl/crypto/objects/
H A Dobjects.txt311 # S/MIME Algorithm Identifiers
/freebsd-12.1/crypto/openssl/
H A DINSTALL461 Addresses and AS Identifiers")
/freebsd-12.1/crypto/heimdal/doc/
H A Dlayman.asc193 o Identifiers (names of values and fields) and type
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo5567 @subsection Version Identifiers
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200211773 (Identifiers implementation): Document that there's normally no