Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h251 llvm::SmallVector<IdentifierID, 2> Identifiers; member
306 hash = hash_combine(hash, Selector.Identifiers.size());
307 for (auto piece : Selector.Identifiers)
316 return LHS.NumArgs == RHS.NumArgs && LHS.Identifiers == RHS.Identifiers;
H A DAPINotesWriter.cpp131 Selector.Identifiers.reserve(SelectorRef.Identifiers.size()); in getSelector()
132 for (auto piece : SelectorRef.Identifiers) in getSelector()
133 Selector.Identifiers.push_back(getIdentifier(piece)); in getSelector()
815 sizeof(uint16_t) + sizeof(uint32_t) * Key.Identifiers.size(); in EmitKeyDataLength()
827 for (auto Identifier : Key.Identifiers) in EmitKey()
H A DAPINotesReader.cpp428 Key.Identifiers.push_back( in ReadKey()
745 for (auto Ident : Selector.Identifiers) { in getSelector()
747 Key.Identifiers.push_back(*IdentID); in getSelector()
H A DAPINotesYAMLCompiler.cpp761 Selector.Identifiers = Args; in convertMethod()
/freebsd-14.2/crypto/openssl/providers/common/der/
H A Dwrap.asn117 -- Taken from RFC 3394, Section 3. Object Identifiers
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Docsp.asn196 -- Object Identifiers
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h249 mutable IdentifierTable Identifiers; variable
1202 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
1203 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
1324 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined()
1515 return &Identifiers.get(Name); in getIdentifierInfo()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2436 SmallVector<Token, 5> Identifiers; in HandlePragma() local
2445 Identifiers.push_back(Tok); in HandlePragma()
2480 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma()
2488 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma()
2489 2 * Identifiers.size()); in HandlePragma()
2490 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma()
2495 idTok = Identifiers[i]; in HandlePragma()
H A DParseOpenMP.cpp82 SmallVector<Expr *, 4> Identifiers; member in __anon5f1777040111::DeclDirectiveListParserHelper
93 Identifiers.push_back(Res.get()); in operator ()()
95 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp578 IdentifierTable Identifiers(LO); in tokenize() local
583 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
/freebsd-14.2/sys/arm64/acpica/
H A Dacpi_iort.c310 id = &itsg_entry->Identifiers[0]; in iort_copy_its()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp92 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor()
203 Identifiers.AddKeywords(LangOpts); in Initialize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h773 llvm::ArrayRef<llvm::StringRef> Identifiers; member
/freebsd-14.2/share/misc/
H A Dscsi_modes385 {Block Identifiers Support} t1
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4523 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument
4525 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers()
4527 Identifiers.clear(); in getNestedNameSpecifierIdentifiers()
4557 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dactbl2.h640 UINT32 Identifiers[1]; /* GIC ITS identifier array */ member
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c263 Length = ACPI_OFFSET (ACPI_IORT_ITS_GROUP, Identifiers); in AcpiDmDumpIort()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def157 // C99 6.4.2: Identifiers.
/freebsd-14.2/crypto/openssl/crypto/objects/
H A Dobjects.txt320 # S/MIME Algorithm Identifiers
/freebsd-14.2/crypto/heimdal/doc/
H A Dlayman.asc193 o Identifiers (names of values and fields) and type
/freebsd-14.2/crypto/openssl/
H A DINSTALL.md839 AS Identifiers".