| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesFormat.h | 251 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 D | APINotesWriter.cpp | 131 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 D | APINotesReader.cpp | 428 Key.Identifiers.push_back( in ReadKey() 745 for (auto Ident : Selector.Identifiers) { in getSelector() 747 Key.Identifiers.push_back(*IdentID); in getSelector()
|
| H A D | APINotesYAMLCompiler.cpp | 761 Selector.Identifiers = Args; in convertMethod()
|
| /freebsd-14.2/crypto/openssl/providers/common/der/ |
| H A D | wrap.asn1 | 17 -- Taken from RFC 3394, Section 3. Object Identifiers
|
| /freebsd-14.2/crypto/heimdal/lib/hx509/ |
| H A D | ocsp.asn1 | 96 -- Object Identifiers
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 249 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 D | SSL_CTX_set_tlsext_use_srtp.pod | 28 support the use of SRTP Master Key Identifiers (MKIs). Also note that this
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 2436 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 D | ParseOpenMP.cpp | 82 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 D | Tokens.cpp | 578 IdentifierTable Identifiers(LO); in tokenize() local 583 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
| /freebsd-14.2/sys/arm64/acpica/ |
| H A D | acpi_iort.c | 310 id = &itsg_entry->Identifiers[0]; in iort_copy_its()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 92 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 D | Types.h | 773 llvm::ArrayRef<llvm::StringRef> Identifiers; member
|
| /freebsd-14.2/share/misc/ |
| H A D | scsi_modes | 385 {Block Identifiers Support} t1
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4523 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 D | actbl2.h | 640 UINT32 Identifiers[1]; /* GIC ITS identifier array */ member
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbdump2.c | 263 Length = ACPI_OFFSET (ACPI_IORT_ITS_GROUP, Identifiers); in AcpiDmDumpIort()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 157 // C99 6.4.2: Identifiers.
|
| /freebsd-14.2/crypto/openssl/crypto/objects/ |
| H A D | objects.txt | 320 # S/MIME Algorithm Identifiers
|
| /freebsd-14.2/crypto/heimdal/doc/ |
| H A D | layman.asc | 193 o Identifiers (names of values and fields) and type
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | INSTALL.md | 839 AS Identifiers".
|