/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 33 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 D | SafepointIRVerifier.cpp | 773 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 D | esextcTessellationShaderXFB.cpp | 233 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 D | validate_type.cpp | 34 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 D | SecondaryCommandBuffer.cpp | 611 std::string SecondaryCommandBuffer::dumpCommands(const char *separator) const in dumpCommands() 613 std::stringstream result; in dumpCommands()
|
H A D | TextureVk.h | 539 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 D | VulkanCommandBufferPerf.cpp | 62 std::string story; 85 std::string mSampleTitle;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_type.cpp | 34 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 D | fmtable.cpp | 742 (fDecimalQuantity->getMagnitude() != INT32_MIN && std::abs(fDecimalQuantity->getMagnitude()) < 5)) { in internalGetCharString() 825 using namespace std;
|
H A D | number_formatimpl.cpp | 41 results->outputUnit = std::move(micros.outputUnit); in formatStatic() 66 results->outputUnit = std::move(micros.outputUnit); in format()
|
/third_party/skia/tests/ |
H A D | StringTest.cpp | 279 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 D | Win32Window.cpp | 504 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 D | CFLGraph.h | 66 using EdgeList = std::vector<Edge>; 74 std::vector<NodeInfo> Levels;
|
H A D | MustExecute.cpp | 62 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 D | TailRecursionElimination.cpp | 483 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 D | LowerMemIntrinsics.cpp | 97 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 D | AMDGPUPrintfRuntimeBinding.cpp | 203 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 D | ThumbRegisterInfo.cpp | 309 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 D | AVRISelDAGToDAG.cpp | 44 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 D | SystemZElimCompare.cpp | 531 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 D | X86AsmPrinter.cpp | 46 std::unique_ptr<MCStreamer> Streamer) in X86AsmPrinter() 47 : AsmPrinter(TM, std::move(Streamer)), SM(*this), FM(*this) {} in X86AsmPrinter()
|
H A D | X86OptimizeLEAs.cpp | 550 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 D | builder_global_variable_test.cc | 327 inline std::ostream& operator<<(std::ostream& out, BuiltinData data) { in operator <<()
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestUtils.cpp | 459 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 D | repeated_scalar_container.cc | 262 std::string scratch; in Item() 263 const std::string& value = reflection->GetRepeatedStringReference( in Item()
|