/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesFormat.h | 272 llvm::SmallVector<IdentifierID, 2> Identifiers; member 358 hash = hash_combine(hash, Selector.Identifiers.size()); 359 for (auto piece : Selector.Identifiers) 368 return LHS.NumArgs == RHS.NumArgs && LHS.Identifiers == RHS.Identifiers;
|
H A D | APINotesWriter.cpp | 139 Selector.Identifiers.reserve(SelectorRef.Identifiers.size()); in getSelector() 140 for (auto piece : SelectorRef.Identifiers) in getSelector() 141 Selector.Identifiers.push_back(getIdentifier(piece)); in getSelector() 879 sizeof(uint16_t) + sizeof(uint32_t) * Key.Identifiers.size(); in EmitKeyDataLength() 891 for (auto Identifier : Key.Identifiers) in EmitKey()
|
H A D | APINotesReader.cpp | 418 Key.Identifiers.push_back( in ReadKey() 754 for (auto Ident : Selector.Identifiers) { in getSelector() 756 Key.Identifiers.push_back(*IdentID); in getSelector()
|
H A D | APINotesYAMLCompiler.cpp | 765 Selector.Identifiers = Args; in convertMethod()
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | wrap.asn1 | 17 -- Taken from RFC 3394, Section 3. Object Identifiers
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ocsp.asn1 | 96 -- Object Identifiers
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 259 mutable IdentifierTable Identifiers; variable 1222 IdentifierTable &getIdentifierTable() { return Identifiers; } in getIdentifierTable() 1223 const IdentifierTable &getIdentifierTable() const { return Identifiers; } in getIdentifierTable() 1344 return isMacroDefined(&Identifiers.get(Id)); in isMacroDefined() 1536 return &Identifiers.get(Name); in getIdentifierInfo()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tlsext_use_srtp.pod | 28 support the use of SRTP Master Key Identifiers (MKIs). Also note that this
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParsePragma.cpp | 2447 SmallVector<Token, 5> Identifiers; in HandlePragma() local 2456 Identifiers.push_back(Tok); in HandlePragma() 2491 assert(!Identifiers.empty() && "Valid '#pragma unused' must have arguments"); in HandlePragma() 2499 PP.getPreprocessorAllocator().Allocate<Token>(2 * Identifiers.size()), in HandlePragma() 2500 2 * Identifiers.size()); in HandlePragma() 2501 for (unsigned i=0; i != Identifiers.size(); i++) { in HandlePragma() 2506 idTok = Identifiers[i]; in HandlePragma()
|
H A D | ParseOpenMP.cpp | 84 SmallVector<Expr *, 4> Identifiers; member in __anon6a7266ce0111::DeclDirectiveListParserHelper 95 Identifiers.push_back(Res.get()); in operator ()() 97 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 579 IdentifierTable Identifiers(LO); in tokenize() local 584 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
/freebsd/sys/arm64/acpica/ |
H A D | acpi_iort.c | 309 id = &itsg_entry->Identifiers[0]; in iort_copy_its()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 96 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor() 207 Identifiers.AddKeywords(LangOpts); in Initialize()
|
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 816 llvm::ArrayRef<llvm::StringRef> Identifiers; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVSystemOperands.td | 137 // Quality-of-Service(QoS) Identifiers (Ssqosid)
|
H A D | RISCVFeatures.td | 958 "'Ssqosid' (Quality-of-Service (QoS) Identifiers)">;
|
/freebsd/share/misc/ |
H A D | scsi_modes | 385 {Block Identifiers Support} t1
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4454 SmallVectorImpl<const IdentifierInfo*> &Identifiers) { in getNestedNameSpecifierIdentifiers() argument 4456 getNestedNameSpecifierIdentifiers(Prefix, Identifiers); in getNestedNameSpecifierIdentifiers() 4458 Identifiers.clear(); in getNestedNameSpecifierIdentifiers() 4488 Identifiers.push_back(II); in getNestedNameSpecifierIdentifiers()
|
H A D | SemaAPINotes.cpp | 991 SelectorRef.Identifiers = SelPieces; in ProcessAPINotes()
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbdump2.c | 263 Length = ACPI_OFFSET (ACPI_IORT_ITS_GROUP, Identifiers); in AcpiDmDumpIort()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl2.h | 739 UINT32 Identifiers[]; /* GIC ITS identifier array */ member
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 164 // C99 6.4.2: Identifiers.
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | objects.txt | 320 # S/MIME Algorithm Identifiers
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 193 o Identifiers (names of values and fields) and type
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 839 AS Identifiers".
|