Home
last modified time | relevance | path

Searched refs:string (Results 7176 - 7200 of 20062) sorted by relevance

1...<<281282283284285286287288289290>>...803

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPlatformFunctions.h94 void LoadDXIL(const std::string& baseWindowsSDKPath);
95 void LoadDXCompiler(const std::string& baseWindowsSDKPath);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBuffer.h54 std::optional<std::string> getLabel(Napi::Env) override;
55 void setLabel(Napi::Env, std::optional<std::string> value) override;
H A DGPUQueue.h51 std::optional<std::string> getLabel(Napi::Env) override;
52 void setLabel(Napi::Env, std::optional<std::string> value) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h68 std::string StreamName;
73 // The string table index of the "vname" of the file. As far as we
105 DenseMap<uint32_t, std::string> NamedStreamData;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLambdaResolver.h41 JITSymbol findSymbolInLogicalDylib(const std::string &Name) final {
45 JITSymbol findSymbol(const std::string &Name) final {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h22 #include <string>
142 bool finalizeMemory(std::string *ErrMsg = nullptr) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
H A DArg.h20 #include <string>
83 /// * Use `getAsString()` to get a string suitable for printing an Arg in
142 /// through an alias, this returns the string representation of the alias
144 std::string getAsString(const ArgList &Args) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h1 //===- StringToOffsetTable.h - Emit a big concatenated string ---*- C++ -*-===//
21 /// and keeps track of their offset in a massive contiguous string allocation.
22 /// It can then output this string blob and use indexes into the string to
26 std::string AggregateString;
35 // Add the string to the aggregate if this is the first time found. in GetOrAddStringOffset()
45 // Escape the string. in EmitString()
81 /// Emit the string using character literals. MSVC has a limitation that
82 /// string literals cannot be longer than 64K.
84 assert(AggregateString.find(')') == std::string in EmitCharArray()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h109 /// unique identifier for this module, so we return the empty string.
110 std::string getUniqueModuleId(Module *M);
117 const SmallVector<std::string, 8> &VariantMappings);
H A DSSAUpdater.h18 #include <string>
50 std::string ProtoName;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp28 std::string TheHash;
34 std::string &get() { in get()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dvectors.h21 #include <string>
58 // * Vectors<T>::TypeName is a string that names the type
83 // Return a string representation of the vector.
85 std::string vectAsString(const typename Vectors<T>::Ty Vect) { in vectAsString()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceFixups.h102 AssemblerTextFixup(const std::string &Message, size_t NumBytes) in AssemblerTextFixup()
108 const std::string Message;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVersionTuple.cpp18 std::string VersionTuple::getAsString() const { in getAsString()
19 std::string Result; in getAsString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp130 std::string UpperName = Name.upper(); in parseGenericRegister()
147 std::string AArch64SysReg::genericRegisterString(uint32_t Bits) { in genericRegisterString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRSubtarget.h36 //! \param FS The feature string.
38 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
47 /// Parses a subtarget feature string, setting appropriate options.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.cpp28 std::string getNVPTXRegClassName(TargetRegisterClass const *RC) { in getNVPTXRegClassName()
72 std::string getNVPTXRegClassStr(TargetRegisterClass const *RC) { in getNVPTXRegClassStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVETargetMachine.cpp30 static std::string computeDataLayout(const Triple &T) { in computeDataLayout()
32 std::string Ret = "e"; in computeDataLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTarget.cpp50 Target::operator std::string() const { in operator std::string()
56 OS << std::string(Target); in operator <<()
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
H A Dcli.cc21 #include <string>
85 for (std::string value; std::getline(ss, value, ',');) { in ParseCliParams()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dcli.h18 #include <string>
118 std::string error_dir = "";
/third_party/skia/third_party/externals/tint/src/ast/
H A Darray.cc27 // Returns the string representation of an array size expression.
28 std::string SizeExprToString(const Expression* size, in SizeExprToString()
53 std::string Array::FriendlyName(const SymbolTable& symbols) const { in FriendlyName()
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.cc17 #include <string>
37 from->Symbols().Foreach([&](Symbol s, const std::string&) { Clone(s); }); in CloneContext()
H A Dprogram.h18 #include <string>
168 using Printer = std::string (*)(const Program*);
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_linux.cc35 std::string term = getenv("TERM"); in supports_colors()
51 void write(const std::string& str, const Style& style) override {

Completed in 17 milliseconds

1...<<281282283284285286287288289290>>...803