/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/ |
D | OptTable.cpp | 73 for (const char * const *APre = A.Prefixes, in operator <() 74 * const *BPre = B.Prefixes; in operator <() 142 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 170 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument 173 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput() 174 E = Prefixes.end(); I != E; ++I) in isInput() 183 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() 199 if (In.Prefixes) in optionMatches() 200 for (size_t I = 0; In.Prefixes[I]; I++) in optionMatches() 201 if (Option == std::string(In.Prefixes[I]) + In.Name) in optionMatches() [all …]
|
D | Option.cpp | 62 if (Info->Prefixes) { in print() 64 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print()
|
/external/llvm/utils/TableGen/ |
D | OptParserEmitter.cpp | 120 PrefixesT Prefixes; in EmitOptParser() local 121 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0")); in EmitOptParser() 128 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") + in EmitOptParser() 139 for (PrefixesT::const_iterator I = Prefixes.begin(), E = Prefixes.end(); in EmitOptParser() 211 OS << Prefixes[PrefixKeyT(prf.begin(), prf.end())] << ", "; in EmitOptParser()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | OptParserEmitter.cpp | 122 PrefixesT Prefixes; in EmitOptParser() local 123 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0")); in EmitOptParser() 130 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") + in EmitOptParser() 141 for (PrefixesT::const_iterator I = Prefixes.begin(), E = Prefixes.end(); in EmitOptParser() 216 OS << Prefixes[PrefixKeyT(prf.begin(), prf.end())] << ", "; in EmitOptParser()
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 63 for (const char * const *APre = A.Prefixes, in operator <() 64 * const *BPre = B.Prefixes; in operator <() 132 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 162 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { in isInput() argument 165 for (llvm::StringSet<>::const_iterator I = Prefixes.begin(), in isInput() 166 E = Prefixes.end(); I != E; ++I) in isInput() 175 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption()
|
D | Option.cpp | 58 if (Info->Prefixes) { in print() 60 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | NamespaceSupport.java | 270 return new Prefixes(fPrefixes, count); in getAllPrefixes() 273 protected final class Prefixes implements Enumeration { class in NamespaceSupport 281 public Prefixes(String [] prefixes, int size) { in Prefixes() method in NamespaceSupport.Prefixes
|
/external/tcpdump/tests/ |
D | ospf3_nbma-vv.out | 130 Priority 100, Link-local address fe80::3, Prefixes 1: 135 Prefixes 1: 174 Priority 1, Link-local address fe80::2, Prefixes 1: 179 Priority 1, Link-local address fe80::1, Prefixes 1: 184 Prefixes 1: 189 Prefixes 1: 204 Prefixes 0: 215 Prefixes 0: 346 Priority 1, Link-local address fe80::2, Prefixes 1: 351 Prefixes 1: [all …]
|
D | ospf3_bc-vv.out | 127 Priority 1, Link-local address fe80::1, Prefixes 1: 132 Prefixes 1: 154 Priority 1, Link-local address fe80::2, Prefixes 0: 176 Prefixes 1: 181 Prefixes 0: 192 Priority 1, Link-local address fe80::2, Prefixes 1: 247 Prefixes 0: 265 Priority 1, Link-local address fe80::2, Prefixes 1:
|
D | ospf3_mp-vv.out | 151 Priority 100, Link-local address fe80::3, Prefixes 1: 156 Prefixes 1: 185 Priority 1, Link-local address fe80::1, Prefixes 1: 190 Prefixes 1: 195 Prefixes 1: 418 Priority 100, Link-local address fe80::3, Prefixes 1: 423 Prefixes 1: 428 Prefixes 1: 441 Priority 1, Link-local address fe80::2, Prefixes 1: 446 Prefixes 1: [all …]
|
D | ospf3_ah-vv.out | 232 Priority 1, Link-local address fe80::1, Prefixes 1: 237 Prefixes 1: 242 Prefixes 1: 279 Priority 1, Link-local address fe80::2, Prefixes 1: 284 Prefixes 1: 291 Prefixes 0: 307 Prefixes 0: 372 Prefixes 0: 401 Prefixes 1: 413 Prefixes 0:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 51 unsigned Prefixes; member 128 OS << "Prefix:" << Pref.Prefixes; in print() 166 return Pref.Prefixes; in getPrefix() 552 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { in CreatePrefix() 554 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 294 const uint64_t Prefixes = OptimalCount <= 10 ? 0 : OptimalCount - 10; in WriteNopData() local 295 for (uint64_t i = 0, e = Prefixes; i != e; i++) in WriteNopData() 297 const uint64_t Rest = OptimalCount - Prefixes; in WriteNopData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 9 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
|
/external/llvm/test/FileCheck/ |
D | validate-check-prefix.txt | 9 ; BAD_PREFIX: Supplied check-prefix is invalid! Prefixes must be
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 87 len += Prefixes[i].Len(); in GetPrefixesPath() 96 const UString &s = Prefixes[i]; in GetPrefixesPath() 118 Prefixes.ReserveDown(); in ReserveDown() 128 return Prefixes.Add(prefix); in AddPrefix() 135 Prefixes.DeleteBack(); in DeleteLastPrefix()
|
D | DirItem.h | 108 UStringVector Prefixes; variable
|
/external/llvm/include/llvm/Option/ |
D | OptTable.h | 38 const char *const *Prefixes; member
|
D | Option.h | 119 const char *Prefix = *Info->Prefixes; in getPrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
D | OptTable.h | 45 const char *const *Prefixes; member
|
D | Option.h | 128 const char *Prefix = *Info->Prefixes; in getPrefix()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 367 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local 368 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData() 370 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 364 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local 365 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData() 367 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
|
/external/llvm/test/CodeGen/Mips/ |
D | countleading.ll | 10 ; Prefixes:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | countleading.ll | 9 ; Prefixes:
|