| /freebsd-13-stable/contrib/llvm-project/clang/lib/APINotes/ |
| HD | 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;
|
| HD | 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()
|
| HD | 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()
|
| HD | APINotesYAMLCompiler.cpp | 765 Selector.Identifiers = Args; in convertMethod()
|
| /freebsd-13-stable/crypto/heimdal/lib/hx509/ |
| HD | ocsp.asn1 | 96 -- Object Identifiers
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | 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-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_set_tlsext_use_srtp.pod | 28 support the use of SRTP Master Key Identifiers (MKIs). Also note that this
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | 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()
|
| HD | ParseOpenMP.cpp | 84 SmallVector<Expr *, 4> Identifiers; member in __anone8686c670111::DeclDirectiveListParserHelper 95 Identifiers.push_back(Res.get()); in operator ()() 97 llvm::ArrayRef<Expr *> getIdentifiers() const { return Identifiers; } in getIdentifiers()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| HD | Tokens.cpp | 579 IdentifierTable Identifiers(LO); in tokenize() local 584 clang::IdentifierInfo &II = Identifiers.get(T.getRawIdentifier()); in tokenize()
|
| /freebsd-13-stable/sys/arm64/acpica/ |
| HD | acpi_iort.c | 310 id = &itsg_entry->Identifiers[0]; in iort_copy_its()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | Preprocessor.cpp | 96 Identifiers(IILookup), PragmaHandlers(new PragmaNamespace(StringRef())), in Preprocessor() 207 Identifiers.AddKeywords(LangOpts); in Initialize()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVSystemOperands.td | 137 // Quality-of-Service(QoS) Identifiers (Ssqosid)
|
| HD | RISCVFeatures.td | 958 "'Ssqosid' (Quality-of-Service (QoS) Identifiers)">;
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/APINotes/ |
| HD | Types.h | 816 llvm::ArrayRef<llvm::StringRef> Identifiers; member
|
| /freebsd-13-stable/share/misc/ |
| HD | scsi_modes | 385 {Block Identifiers Support} t1
|
| /freebsd-13-stable/sys/contrib/dev/acpica/include/ |
| HD | actbl2.h | 307 UINT32 Identifiers[1]; /* GIC ITS identifier array */ member
|
| /freebsd-13-stable/sys/contrib/dev/acpica/common/ |
| HD | dmtbdump2.c | 238 Length = ACPI_OFFSET (ACPI_IORT_ITS_GROUP, Identifiers); in AcpiDmDumpIort()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | 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()
|
| HD | SemaAPINotes.cpp | 991 SelectorRef.Identifiers = SelPieces; in ProcessAPINotes()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | TokenKinds.def | 164 // C99 6.4.2: Identifiers.
|
| /freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| HD | structure | 814 UUIDs: Universally Unique Identifiers
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | INSTALL | 474 Addresses and AS Identifiers")
|
| /freebsd-13-stable/crypto/openssl/crypto/objects/ |
| HD | objects.txt | 311 # S/MIME Algorithm Identifiers
|
| /freebsd-13-stable/crypto/heimdal/doc/ |
| HD | layman.asc | 193 o Identifiers (names of values and fields) and type
|