Searched refs:Prefixes (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | OptTable.cpp | 72 for (const char * const *APre = A.Prefixes, in operator <() 73 * const *BPre = B.Prefixes; in operator <() 141 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { in isInput() argument 172 for (StringSet<>::const_iterator I = Prefixes.begin(), in isInput() 173 E = Prefixes.end(); I != E; ++I) in isInput() 182 for (const char * const *Pre = I->Prefixes; *Pre != nullptr; ++Pre) { in matchOption() 196 // Returns true if one of the Prefixes + In.Names matches Option 198 if (In.Prefixes) in optionMatches() 199 for (size_t I = 0; In.Prefixes[ in optionMatches() [all...] |
H A D | Option.cpp | 61 if (Info->Prefixes) { in print() 62 O << " Prefixes:["; in print() 63 for (const char *const *Pre = Info->Prefixes; *Pre != nullptr; ++Pre) { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 51 unsigned Prefixes; member 129 OS << "Prefix:" << Pref.Prefixes; 167 return Pref.Prefixes; in getPrefix() 607 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { in CreatePrefix() 609 Res->Pref.Prefixes = Prefixes; in CreatePrefix()
|
H A D | X86AsmParser.cpp | 3212 unsigned Prefixes = getPrefixes(Operands); in MatchAndEmitATTInstruction() local 3219 Prefixes |= X86::IP_USE_VEX3; in MatchAndEmitATTInstruction() 3221 if (Prefixes) in MatchAndEmitATTInstruction() 3222 Inst.setFlags(Prefixes); in MatchAndEmitATTInstruction() 3415 unsigned Prefixes = getPrefixes(Operands); in MatchAndEmitIntelInstruction() local 3426 Prefixes |= X86::IP_USE_VEX3; in MatchAndEmitIntelInstruction() 3428 if (Prefixes) in MatchAndEmitIntelInstruction() 3429 Inst.setFlags(Prefixes); in MatchAndEmitIntelInstruction()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | templateLiteralTypes3.js | 110 type Prefixes = "foo" | "bar"; 114 type PrefixData<P extends Prefixes> = `${P}:baz`; 116 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> { 330 type Prefixes = "foo" | "bar";
332 type PrefixData<P extends Prefixes> = `${P}:baz`;
333 interface ITest<P extends Prefixes, E extends AllPrefixData = PrefixData<P>> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | OptTable.h | 44 const char *const *Prefixes; member
|
H A D | Option.h | 127 const char *Prefix = *Info->Prefixes; in getPrefix()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 127 len += Prefixes[(unsigned)i].Len();
in GetPrefixesPath() 136 const UString &s = Prefixes[(unsigned)i];
in GetPrefixesPath() 158 Prefixes.ReserveDown();
in ReserveDown() 168 return Prefixes.Add(prefix);
in AddPrefix() 175 Prefixes.DeleteBack();
in DeleteLastPrefix()
|
H A D | DirItem.h | 298 UStringVector Prefixes;
member in CDirItems 363 // unsigned GetNumFolders() const { return Prefixes.Size(); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86AsmBackend.cpp | 684 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local 685 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData() 687 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 1123 SmallVector<SDValue,8> Prefixes; in LowerHvxConcatVectors() local 1126 Prefixes.push_back(P); in LowerHvxConcatVectors() 1133 for (unsigned i = 0, e = Prefixes.size(); i != e; ++i) { in LowerHvxConcatVectors() 1135 Res = DAG.getNode(ISD::OR, dl, ByteTy, Res, Prefixes[e-i-1]); in LowerHvxConcatVectors()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_test.cc | 395 TEST(NumbersTest, Prefixes) { in TEST()
|
/third_party/node/deps/v8/src/diagnostics/x64/ |
H A D | disasm-x64.cc | 133 enum Prefixes { enum 325 // Prefixes parsed
|
Completed in 23 milliseconds