Home
last modified time | relevance | path

Searched refs:std (Results 19151 - 19175 of 20229) sorted by relevance

1...<<761762763764765766767768769770>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp33 if (std::isalnum(C) || C == '>') in outputSpaceIfNecessary()
115 std::string Node::toString(OutputFlags Flags) const { in toString()
145 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Nullptr, "std::nullptr_t"); in outputPre()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DSafepointIRVerifier.cpp773 AvailableOut = std::move(Temp); in transferBlock()
897 GCPtrTracker::verifyFunction(std::move(Tracker), Verifier); in Verify()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderXFB.cpp233 std::string shader_source = getShaderSource(so_id); in createSeparableProgram()
577 typedef std::vector<_test_descriptor> _tests; in iterate()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_type.cpp34 const std::vector<uint32_t>& const_words) { in ConstantLiteralAsInt64()
406 std::unordered_set<uint32_t> built_in_members; in ValidateTypeStruct()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp611 std::string SecondaryCommandBuffer::dumpCommands(const char *separator) const in dumpCommands()
613 std::stringstream result; in dumpCommands()
H A DTextureVk.h539 gl::RenderToTextureImageMap<std::vector<RenderTargetVector>> mSingleLayerRenderTargets;
543 angle::HashMap<vk::ImageSubresourceRange, std::unique_ptr<RenderTargetVk>>
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanCommandBufferPerf.cpp62 std::string story;
85 std::string mSampleTitle;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_type.cpp34 const std::vector<uint32_t>& const_words) { in ConstantLiteralAsInt64()
406 std::unordered_set<uint32_t> built_in_members; in ValidateTypeStruct()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dfmtable.cpp742 (fDecimalQuantity->getMagnitude() != INT32_MIN && std::abs(fDecimalQuantity->getMagnitude()) < 5)) { in internalGetCharString()
825 using namespace std;
H A Dnumber_formatimpl.cpp41 results->outputUnit = std::move(micros.outputUnit); in formatStatic()
66 results->outputUnit = std::move(micros.outputUnit); in format()
/third_party/skia/tests/
H A DStringTest.cpp279 std::thread threads[5]; in DEF_TEST()
281 thread = std::thread([&] { in DEF_TEST()
/third_party/skia/third_party/externals/angle2/util/windows/win32/
H A DWin32Window.cpp504 bool Win32Window::initializeImpl(const std::string &name, int width, int height) in initializeImpl()
511 std::ostringstream nameStream; in initializeImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLGraph.h66 using EdgeList = std::vector<Edge>;
74 std::vector<NodeInfo> Levels;
H A DMustExecute.cpp62 for (Loop::block_iterator BB = std::next(CurLoop->block_begin()), in computeLoopSafetyInfo()
494 OptVal = Fn(std::forward<ArgsTy>(args)...); in getOrCreateCachedOptional()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp483 firstNonDbg(std::next(BB->begin())) == TI && CI->getCalledFunction() &&
635 std::distance(PB, PE) + 1, "accumulator.tr", &OldEntry->front());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp97 SrcAlign = std::min(SrcAlign, LoopOpSize); in createMemCpyLoopKnownSize()
98 DestAlign = std::min(DestAlign, LoopOpSize); in createMemCpyLoopKnownSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp203 std::string AStreamHolder; in lowerPrintfForGpu()
335 std::string fmtstr = itostr(++UniqID) + ":" + Sizes.str().c_str(); in lowerPrintfForGpu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp309 unsigned CopyImm = std::min(Bytes, CopyRange) / CopyScale; in emitThumbRegPlusImmediate()
326 unsigned ExtraImm = std::min(Bytes, ExtraRange) / ExtraScale; in emitThumbRegPlusImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp44 std::vector<SDValue> &OutOps) override;
204 std::vector<SDValue> &OutOps) { in SelectInlineAsmMemoryOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp531 std::next(MachineBasicBlock::reverse_iterator(&Compare)), in optimizeCompareZero()
575 std::next(MachineBasicBlock::iterator(&Compare)), MBBE = MBB.end(); in optimizeCompareZero()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AsmPrinter.cpp46 std::unique_ptr<MCStreamer> Streamer) in X86AsmPrinter()
47 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this) {} in X86AsmPrinter()
H A DX86OptimizeLEAs.cpp550 InstrPos[&*std::prev(MachineBasicBlock::iterator(DefMI))]) && in removeRedundantAddrCalc()
608 auto I2 = std::next(I1); in removeRedundantLEAs()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_global_variable_test.cc327 inline std::ostream& operator<<(std::ostream& out, BuiltinData data) { in operator <<()
/third_party/skia/tools/gpu/vk/
H A DVkTestUtils.cpp459 instanceVersion = std::min(instanceVersion, apiVersion); in CreateVkBackendContext()
575 uint32_t physDeviceVersion = std::min(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext()
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc262 std::string scratch; in Item()
263 const std::string& value = reflection->GetRepeatedStringReference( in Item()

Completed in 35 milliseconds

1...<<761762763764765766767768769770>>...810