/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | NestedNameSpecifier.cpp | 506 : Representation(Other.Representation) { in NestedNameSpecifierLocBuilder() 525 Representation = Other.Representation; in operator =() 565 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 578 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 590 Representation = NestedNameSpecifier::Create(Context, Representation, in Extend() 602 Representation = NestedNameSpecifier::Create(Context, Representation, Alias); in Extend() 611 assert(!Representation && "Already have a nested-name-specifier!?"); in MakeGlobal() 612 Representation = NestedNameSpecifier::GlobalSpecifier(Context); in MakeGlobal() 622 Representation = NestedNameSpecifier::SuperSpecifier(Context, RD); in MakeSuper() 632 Representation = Qualifier; in MakeTrivial() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceScriptToken.cpp | 34 static bool rcGetAsInteger(StringRef Representation, uint32_t &Num) { in rcGetAsInteger() argument 35 size_t Length = Representation.size(); in rcGetAsInteger() 39 if (std::toupper(Representation.back()) == 'L') in rcGetAsInteger() 40 Representation = Representation.drop_back(1); in rcGetAsInteger() 42 return !Representation.getAsInteger<uint32_t>(0, Num); in rcGetAsInteger()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 46 using Representation = SmallVector<value_type, InitialCapacity>; 48 Representation Rep; 85 using iterator = typename Representation::iterator; 86 using const_iterator = typename Representation::const_iterator;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | NestedNameSpecifier.h | 359 NestedNameSpecifier *Representation = nullptr; variable 390 NestedNameSpecifier *getRepresentation() const { return Representation; } in getRepresentation() 484 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange(); in getSourceRange() 500 return NestedNameSpecifierLoc(Representation, Buffer); in getTemporary() 506 Representation = nullptr; in Clear()
|
H A D | FormatString.h | 35 OptionalFlag(const char *Representation) in OptionalFlag() argument 36 : representation(Representation), flag(false) {} in OptionalFlag()
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4515.txt | 15 String Representation of Search Filters 60 RFC 4515 LDAP: String Representation of Search Filters June 2006 116 RFC 4515 LDAP: String Representation of Search Filters June 2006 172 RFC 4515 LDAP: String Representation of Search Filters June 2006 228 RFC 4515 LDAP: String Representation of Search Filters June 2006 284 RFC 4515 LDAP: String Representation of Search Filters June 2006 340 RFC 4515 LDAP: String Representation of Search Filters June 2006 396 RFC 4515 LDAP: String Representation of Search Filters June 2006 452 RFC 4515 LDAP: String Representation of Search Filters June 2006 508 RFC 4515 LDAP: String Representation of Search Filters June 2006 [all …]
|
H A D | rfc4510.txt | 45 LDAP: String Representation of Distinguished Names [RFC4514] 46 LDAP: String Representation of Search Filters [RFC4515] 192 Protocol (LDAP): String Representation of Distinguished 196 Access Protocol (LDAP): String Representation of Search
|
H A D | rfc4526.txt | 32 extends the String Representation of LDAP Search Filters to support 153 Access Protocol (LDAP): String Representation of Search 161 [RFC1960] Howes, T., "A String Representation of LDAP Search
|
H A D | rfc5020.txt | 201 (LDAP): String Representation of Distinguished Names", 205 Access Protocol (LDAP): String Representation of Search
|
H A D | rfc2294.txt | 462 3 Example Representation 493 Table 3: Keywords for String DN Representation 552 [3] Kille, S., "A String Representation of Distinguished Names",
|
H A D | rfc2713.txt | 74 2 Representation of Java Objects 185 2.2.1 Representation in the Directory 252 2.3.1 Representation in the Directory 324 2.4.2 Representation in the Directory 407 2.5.1 Representation in the Directory
|
H A D | rfc4403.txt | 41 3. Representation of UDDI Data Structures ..........................2 82 3. Representation of UDDI Data Structures 123 3.1.1. Representation in the Directory 151 3.2.1. Representation in the Directory 193 3.3.1. Representation in the Directory 231 3.4.1. Representation in the Directory 257 3.5.1. Representation in the Directory
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-ldapv3-dupent-xx.txt | 9 LDAP Control for a Duplicate Entry Representation of Search Results 34 This document describes a Duplicate Entry Representation control 59 LDAP Control for a Duplicate Entry Representation of Search Results 117 LDAP Control for a Duplicate Entry Representation of Search Results 175 LDAP Control for a Duplicate Entry Representation of Search Results 233 LDAP Control for a Duplicate Entry Representation of Search Results 291 LDAP Control for a Duplicate Entry Representation of Search Results 349 LDAP Control for a Duplicate Entry Representation of Search Results 407 LDAP Control for a Duplicate Entry Representation of Search Results 465 LDAP Control for a Duplicate Entry Representation of Search Results
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | cbor | 6 0 string \xd9\xd9\xf7 Concise Binary Object Representation (CBOR) container
|
H A D | gpu | 6 # Standard Portable Intermediate Representation (SPIR)
|
H A D | geo | 127 # IVS - IVS3d.com Tagged Data Representation
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clang-doc/ |
H A D | BUILD.gn | 26 "Representation.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 105 PointerToMemberRepresentation Representation) in MemberPointerInfo() argument 106 : ContainingType(ContainingType), Representation(Representation) {} in MemberPointerInfo() 110 return Representation; in getRepresentation() 114 PointerToMemberRepresentation Representation; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | META.llvm.in | 107 description = "Intermediate Representation Linker for LLVM"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gccint.texi | 110 * poly_int:: Representation of runtime sizes and offsets. 116 * Loop Analysis and Representation:: Analysis and representation of loops
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gccint.texi | 110 * poly_int:: Representation of runtime sizes and offsets. 116 * Loop Analysis and Representation:: Analysis and representation of loops
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/ |
H A D | preamble.sdf | 303 RFC4514|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Distinguished Nam… 304 RFC4515|PS|Lightweight Directory Access Protocol (LDAP): String Representation of Search Filters|ht…
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | isnanl.m4 | 172 /* Representation of an 80-bit 'long double' as an initializer for a sequence
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 404 IO, uint16_t(M.Representation), makeArrayRef(getPtrMemberRepNames()))); in visitKnownRecord() 405 error(IO.mapEnum(M.Representation, in visitKnownRecord()
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | ldap-id.ms | 281 Protocol (v3): UTF-8 String Representation of Distinguished
|