Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h290 llvm::SmallVector<IdentifierID, 2> Identifiers; member
376 hash = hash_combine(hash, Selector.Identifiers.size());
377 for (auto piece : Selector.Identifiers)
386 return LHS.NumArgs == RHS.NumArgs && LHS.Identifiers == RHS.Identifiers;
H A DAPINotesWriter.cpp142 Selector.Identifiers.reserve(SelectorRef.Identifiers.size()); in getSelector()
143 for (auto piece : SelectorRef.Identifiers) in getSelector()
144 Selector.Identifiers.push_back(getIdentifier(piece)); in getSelector()
953 sizeof(uint16_t) + sizeof(uint32_t) * Key.Identifiers.size(); in EmitKeyDataLength()
965 for (auto Identifier : Key.Identifiers) in EmitKey()
H A DAPINotesReader.cpp456 Key.Identifiers.push_back( in ReadKey()
825 for (auto Ident : Selector.Identifiers) { in getSelector()
827 Key.Identifiers.push_back(*IdentID); in getSelector()
H A DAPINotesYAMLCompiler.cpp827 Selector.Identifiers = Args; in convertMethod()
/freebsd/crypto/openssl/providers/common/der/
H A Dwrap.asn117 -- Taken from RFC 3394, Section 3. Object Identifiers
/freebsd/crypto/heimdal/lib/hx509/
H A Docsp.asn196 -- Object Identifiers
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h273 mutable IdentifierTable Identifiers; variable
1233 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable()
1234 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable()
1359 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined()
1551 return &Identifiers.get(Name); in getIdentifierInfo()
/freebsd/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
H A DOSSL_HPKE_CTX_new.pod109 =head2 OSSL_HPKE_SUITE Identifiers
238 L</OSSL_HPKE_SUITE Identifiers>) and a I<role> (see L</HPKE Roles>). The
460 String variants of the numbers listed in L</OSSL_HPKE_SUITE Identifiers>
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp577 IdentifierTable Identifiers(LO); in tokenize() local
582 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2458 SmallVector<Token, 5> Identifiers; in HandlePragma() local
2467 Identifiers.push_back(Tok); in HandlePragma()
2502 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma()
2510 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma()
2511 2 * Identifiers.size()); in HandlePragma()
2512 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma()
2517 idTok = Identifiers[i]; in HandlePragma()
H A DParseOpenMP.cpp42 SmallVector<Expr *, 4> Identifiers; member in __anon6a7266ce0111::DeclDirectiveListParserHelper
53 Identifiers.push_back(Res.get()); in operator ()()
55 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
/freebsd/sys/arm64/acpica/
H A Dacpi_iort.c309 id = &itsg_entry->Identifiers[0]; in iort_copy_its()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp94 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor()
205 Identifiers.AddKeywords(LangOpts); in Initialize()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h895 llvm::ArrayRef<llvm::StringRef> Identifiers; member
/freebsd/share/misc/
H A Dscsi_modes385 {Block Identifiers Support} t1
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4549 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument
4551 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers()
4553 Identifiers.clear(); in getNestedNameSpecifierIdentifiers()
4582 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
H A DSemaAPINotes.cpp1137 SelectorRef.Identifiers = SelPieces; in ProcessAPINotes()
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c263 Length = ACPI_OFFSET (ACPI_IORT_ITS_GROUP, Identifiers); in AcpiDmDumpIort()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h975 UINT32 Identifiers[]; /* GIC ITS identifier array */ member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def164 // C99 6.4.2: Identifiers.
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt326 # S/MIME Algorithm Identifiers
1985 tcg-traits 1 : tcg-tr-ID : TCG Trait Identifiers
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td970 : RISCVExtension<1, 0, "Quality-of-Service (QoS) Identifiers">;
/freebsd/crypto/heimdal/doc/
H A Dlayman.asc193 o Identifiers (names of values and fields) and type
/freebsd/crypto/openssl/
H A DINSTALL.md981 AS Identifiers".