/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl_function_decl_test.cc | 51 std::string Names(std::vector<std::string> ids) { in Names() function 98 parser(test::Assemble(Preamble() + Names({"main"}) + CommonTypes() + R"( in TEST_F() 113 Names({"main"}) + BuiltinPosition() + R"( in TEST_F() 142 )" + Names({"main"}) + CommonTypes() + in TEST_F() 160 )" + Names({"main"}) + CommonTypes() + in TEST_F() 180 )" + Names({"main"}) + CommonTypes() + in TEST_F() 203 )" + Names({"main"}) + CommonTypes() + in TEST_F() 343 auto p = parser(test::Assemble(Preamble() + Names({"another_function"}) + in TEST_F() 361 Names({"root", "branch", "leaf", "leaf_result", "branch_result"}) + in TEST_F() 405 test::Assemble(Preamble() + Names({"ret_floa in TEST_F() [all...] |
H A D | function_decl_test.cc | 38 std::string Names(std::vector<std::string> ids) { in Names() function 106 test::Assemble(Preamble() + Names({"a", "b", "c"}) + CommonTypes() + R"( in TEST_F()
|
H A D | function_var_test.cc | 30 std::string Names(std::vector<std::string> ids) { in Names() function 90 )" + Names(ids);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceRangeSpec.cpp | 91 D->Names.insert(Token); in record() 123 if (!Includes.Names.empty() || !Excludes.Names.empty()) in init() 135 if (Excludes.Names.find(Name) != Excludes.Names.end()) in match() 143 if (Includes.Names.find(Name) != Includes.Names.end()) in match()
|
H A D | IceRangeSpec.h | 40 std::unordered_set<std::string> Names; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 20 Names.resize(Records.size()); in TypeTableCollection() 47 if (Names[I].data() == nullptr) { in getTypeName() 49 Names[I] = Result; in getTypeName() 51 return Names[I]; in getTypeName()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | register-base.h | 77 static constexpr const char* Names[] = {LIST(DEFINE_REGISTER_NAMES_NAME)}; \ 78 STATIC_ASSERT(arraysize(Names) == RegType::kNumRegisters); \ 79 return reg.is_valid() ? Names[reg.code()] : "invalid"; \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 132 std::initializer_list<SymbolStringPtr> Names, in SymbolLookupSet() 134 Symbols.reserve(Names.size()); in SymbolLookupSet() 135 for (auto &Name : Names) in SymbolLookupSet() 142 const SymbolNameSet &Names, in SymbolLookupSet() 144 Symbols.reserve(Names.size()); in SymbolLookupSet() 145 for (const auto &Name : Names) in SymbolLookupSet() 154 ArrayRef<SymbolStringPtr> Names, in SymbolLookupSet() 156 Symbols.reserve(Names.size()); in SymbolLookupSet() 157 for (const auto &Name : Names) in SymbolLookupSet() 250 SymbolNameVector Names; in getSymbolNames() local 131 SymbolLookupSet( std::initializer_list<SymbolStringPtr> Names, SymbolLookupFlags Flags = SymbolLookupFlags::RequiredSymbol) SymbolLookupSet() argument 141 SymbolLookupSet( const SymbolNameSet &Names, SymbolLookupFlags Flags = SymbolLookupFlags::RequiredSymbol) SymbolLookupSet() argument 153 SymbolLookupSet( ArrayRef<SymbolStringPtr> Names, SymbolLookupFlags Flags = SymbolLookupFlags::RequiredSymbol) SymbolLookupSet() argument [all...] |
H A D | LazyEmittingLayer.h | 136 // return the symbol. Otherwise, add the mangled name to the Names map and 138 const GlobalValue* addGlobalValue(StringMap<const GlobalValue*> &Names, in addGlobalValue() argument 160 Names[MangledName] = &GV; in addGlobalValue()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.h | 132 UStringVector Names;
member 164 Names.Clear();
in Clear() 187 Names.ReserveDown();
in ReserveDown()
|
H A D | 7zOut.cpp | 656 /* ---------- Names ---------- */
in WriteHeader() 662 const UString &name = db.Names[i];
in WriteHeader() 686 const UString &name = db.Names[i];
in WriteHeader() 951 Names.Add(name);
in AddFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 269 BinaryStreamReader Names(NamesBuffer); 274 Names.setOffset(FileOffset); 276 if (auto EC = Names.readCString(Name))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2297 PODSmallVector<Node *, 32> Names; 2324 // This has a smaller size compared to Subs and Names because it can be 2355 Names.clear(); in reset() 2379 assert(FromPosition <= Names.size()); in popTrailingNodeArray() 2381 makeNodeArray(Names.begin() + (long)FromPosition, Names.end()); in popTrailingNodeArray() 2382 Names.dropBack(FromPosition); in popTrailingNodeArray() 2616 size_t BindingsBegin = Names.size(); in parseUnqualifiedName() 2621 Names.push_back(Binding); in parseUnqualifiedName() 2656 size_t ParamsBegin = Names in parseUnnamedTypeName() [all...] |
H A D | MicrosoftDemangle.h | 123 NamedIdentifierNode *Names[Max];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 257 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames() 258 Names.resize(pImpl->CustomMDKindNames.size()); in getMDKindNames() 261 Names[I->second] = I->first(); in getMDKindNames()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeTableCollection.h | 36 std::vector<StringRef> Names; member in llvm::codeview::TypeTableCollection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 115 bool TryFindProgram(StringRef Names, std::string &ProgramPath) { in TryFindProgram() 118 Names.split(parts, '|'); in TryFindProgram()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 1387 Error JITDylib::remove(const SymbolNameSet &Names) { in remove() argument 1395 for (auto &Name : Names) { in remove() 1584 SymbolNameSet Names) { 1592 SymbolLookupSet Unresolved(Names); 1918 LegacyAsyncLookupFunction AsyncLookup, SymbolNameSet Names, 1948 SymbolLookupSet(Names), RequiredState, std::move(NotifyComplete)); 1951 SymbolNameSet UnresolvedSymbols = AsyncLookup(Query, std::move(Names)); 2143 SymbolLookupSet Names({Name}); 2145 if (auto ResultMap = lookup(SearchOrder, std::move(Names), LookupKind::Static,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 245 static MemberData computeStringTable(StringRef Names) { in computeStringTable() argument 246 unsigned Size = Names.size(); in computeStringTable() 254 return {{}, std::move(Header), Names, Pad ? "\n" : ""}; in computeStringTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 140 struct QualName { Qualifiers Q; const char *Name; } Names[] = { in print() local 145 for (QualName Name : Names) { in print()
|
H A D | MicrosoftDemangle.cpp | 945 if (S == Backrefs.Names[i]->Name) in memorizeString() 949 Backrefs.Names[Backrefs.NamesCount++] = N; in memorizeString() 962 return Backrefs.Names[I]; in demangleBackRefName() 2330 std::printf(" [%d] - %.*s\n", (int)I, (int)Backrefs.Names[I]->Name.size(), in dumpBackReferences() 2331 Backrefs.Names[I]->Name.begin()); in dumpBackReferences()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser_test.cc | 31 TEST(LengthModTest, Names) { in TEST() 56 TEST(ConversionCharTest, Names) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 70 std::unique_ptr<DWARFDebugNames> Names; member in llvm::DWARFContext
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 469 SmallVector<StringRef, 0> Names; in readPGOFuncNameStrings() local 470 NameStrings.split(Names, getInstrProfNameSeparator()); in readPGOFuncNameStrings() 471 for (StringRef &Name : Names) in readPGOFuncNameStrings()
|
H A D | SampleProfReader.cpp | 1046 Names.push_back(Str); in readNameTable() 1080 StringRef Name(Names[NameIdx]); in readOneFunctionProfile() 1160 StringRef TargetName(Names[TargetIdx]); in readOneFunctionProfile()
|