Home
last modified time | relevance | path

Searched refs:std (Results 12526 - 12550 of 20229) sorted by relevance

1...<<501502503504505506507508509510>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DSourceMgr.h26 typedef std::pair<unsigned, const Instruction &> SourceRef;
29 using UniqueInst = std::unique_ptr<Instruction>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h45 using PrintModuleDesc = std::tuple<const Module *, std::string, StringRef>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLineIterator.h32 : public std::iterator<std::forward_iterator_tag, StringRef> {
H A DStringSaver.h31 StringRef save(const std::string &S) { return save(StringRef(S)); } in save()
53 StringRef save(const std::string &S) { return save(StringRef(S)); } in save()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DTrace.h48 using RecordVector = std::vector<XRayRecord>;
51 typedef std::vector<XRayRecord>::const_iterator citerator;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCallPrinter.cpp28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } in getGraphName()
30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DErrorHandling.h27 const std::string& reason,
74 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dwaitgroup_test.cpp36 std::atomic<int> counter = {0}; in TEST_P()
47 std::atomic<int> counter = {0}; in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceConverter.h53 std::map<const llvm::GlobalValue *, GlobalDeclaration *>;
56 std::unique_ptr<VariableDeclarationList> GlobalDeclarationsPool;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DPassPlugin.cpp16 Expected<PassPlugin> PassPlugin::Load(const std::string &Filename) { in Load()
17 std::string Error; in Load()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DScopedPrinter.cpp15 const std::string to_hexString(uint64_t Value, bool UpperCase) { in to_hexString()
16 std::string number; in to_hexString()
H A DSmallVector.cpp50 std::min(std::max(NewCapacity, MinCapacity), size_t(UINT32_MAX)); in grow_pod()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRFrameLowering.h27 const std::vector<CalleeSavedInfo> &CSI,
32 std::vector<CalleeSavedInfo> &CSI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp60 BPFSubtarget::BPFSubtarget(const Triple &TT, const std::string &CPU, in BPFSubtarget()
61 const std::string &FS, const TargetMachine &TM) in BPFSubtarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.h34 std::unique_ptr<MCStreamer> Streamer) in HexagonAsmPrinter()
35 : AsmPrinter(TM, std::move(Streamer)) {} in HexagonAsmPrinter()
H A DHexagonTargetMachine.h26 std::unique_ptr<TargetLoweringObjectFile> TLOF;
27 mutable StringMap<std::unique_ptr<HexagonSubtarget>> SubtargetMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.h39 const std::vector<CalleeSavedInfo> &CSI,
43 std::vector<CalleeSavedInfo> &CSI,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp48 NVPTXSubtarget::NVPTXSubtarget(const Triple &TT, const std::string &CPU, in NVPTXSubtarget()
49 const std::string &FS, in NVPTXSubtarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h24 std::unique_ptr<TargetLoweringObjectFile> TLOF;
25 mutable StringMap<std::unique_ptr<RISCVSubtarget>> SubtargetMap;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEAsmPrinter.cpp44 explicit VEAsmPrinter(TargetMachine &TM, std::unique_ptr<MCStreamer> Streamer) in VEAsmPrinter()
45 : AsmPrinter(TM, std::move(Streamer)) {} in VEAsmPrinter()
H A DVESubtarget.h41 VESubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86TargetMachine.h31 std::unique_ptr<TargetLoweringObjectFile> TLOF;
32 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap;
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_reader_writer_fuzzer.h39 tb_ = std::make_unique<TransformBuilder>(data, size); in Run()
49 std::unique_ptr<TransformBuilder> tb_;
/third_party/skia/third_party/externals/tint/src/ast/
H A Ddepth_texture.cc41 std::string DepthTexture::FriendlyName(const SymbolTable&) const { in FriendlyName()
42 std::ostringstream out; in FriendlyName()
H A Dmultisampled_texture.cc36 std::string MultisampledTexture::FriendlyName( in FriendlyName()
38 std::ostringstream out; in FriendlyName()

Completed in 16 milliseconds

1...<<501502503504505506507508509510>>...810