Home
last modified time | relevance | path

Searched refs:std (Results 19951 - 19975 of 20229) sorted by relevance

1...<<791792793794795796797798799800>>...810

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp29 { #enum, std::underlying_type < enum_class > ::type(enum_class::enum) }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp39 MCAsmParser::ExtensionDirectiveHandler Handler = std::make_pair( in addDirectiveHandler()
/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp556 using std::swap; in AddIntersectTs()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp307 std::string directory = getModuleDirectory(); in loadExports()
H A DlibGLESv2.cpp1035 if(std::numeric_limits<GLsizei>::max() - xoffset < width || std::numeric_limits<GLsizei>::max() - yoffset < height) in CopyTexSubImage2D()
4904 if(std::numeric_limits<GLsizei>::max() - xoffset < width || std::numeric_limits<GLsizei>::max() - yoffset < height) in TexSubImage2D()
6595 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es2GetProcAddress()
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
H A DTraceEvent.h123 // std::string arg_values are always copied:
125 // "arg1", std::string("string will be copied"));
876 static inline void setTraceValue(const std::string& arg, in setTraceValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1216 std::string ErrMessage; in verifyNoDeadCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp90 StackUsed = std::max(StackUsed, Size + Offset);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp52 std::reverse(VRegs.begin(), VRegs.end()); in setLeastSignificantFirst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp667 std::deque<BasicBlock *> Worklist; in addStateStores()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvalidation_test.cc112 Program(std::move(b)); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DSubresourceStorageTests.cpp86 std::vector<T> mData;
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dcheck.rs10 use std::fmt::Display;
171 cx.error(ptr, "std::shared_ptr<std::vector> is not supported yet"); in check_type_shared_ptr()
192 cx.error(ptr, "std::weak_ptr<std::vector> is not supported yet"); in check_type_weak_ptr()
/third_party/skia/gm/
H A Ddashing.cpp602 h = std::max(h, SkScalarAbs(line.fA.fY - line.fB.fY)); in DEF_SIMPLE_GM()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs11 /// This is similar to `std::io::Error`, but only holds an OS error code,
1079 /// Extract an `Errno` value from a `std::io::Error`.
1083 #[cfg(feature = "std")]
1085 pub fn from_io_error(io_err: &std::io::Error) -> Option<Self> { in from_io_error()
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs17 use std::path::PathBuf;
/third_party/rust/crates/syn/src/
H A Dpath.rs5 /// A path at which a named item is exported (e.g. `std::collections::HashMap`).
126 /// The `<'a, T>` in `std::slice::iter<'a, T>`.
134 /// The `<'a, T>` in `std::slice::iter<'a, T>`.
523 /// // use std::collections::HashMap;
674 use std::cmp;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp1011 addChild(new DefaultFramebufferCase(m_context, (std::string(fboTargets[ndx].name) + "default_framebuffer").c_str(), "default framebuffer", fboTargets[ndx].target)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp33 using namespace std;
387 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
438 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
519 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
620 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
729 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
844 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
939 << "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initFrameBufferPrograms()
1111 "%1 = OpExtInstImport \"GLSL.std.450\"\n" in initPrograms()
1232 "%1 = OpExtInstImport \"GLSL.std in initPrograms()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc604 if (std::is_signed<_type>::value) { \
626 if (std::is_signed<_type>::value) { \
2017 ASSEMBLE_STORE_INTEGER(std, stdx); in AssembleArchInstruction()
3969 std::vector<std::pair<int32_t, Label*>> cases; in AssembleArchBinarySearchSwitch()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc240 std::initializer_list<Node*> args, int slot_id) { in BuildCall()
460 std::unique_ptr<SourcePositionTableIterator> source_position_iterator_;
1050 source_position_iterator_(std::make_unique<SourcePositionTableIterator>( in BytecodeGraphBuilder()
3924 loop_offset = std::max(loop_offset, currently_peeled_loop_offset_); in BuildLoopExitsUntilLoop()
4240 (nullptr == cached_parameters_[static_cast<std::size_t>( in MakeNode()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc292 std::unique_ptr<AssemblerBuffer> buffer) in Assembler()
293 : AssemblerBase(options, std::move(buffer)), scratch_register_list_({at}) { in Assembler()
3541 int new_size = std::min(2 * old_size, old_size + 1 * MB); in GrowBuffer()
3550 std::unique_ptr<AssemblerBuffer> new_buffer = buffer_->Grow(new_size); in GrowBuffer()
3563 buffer_ = std::move(new_buffer); in GrowBuffer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformatutils.cpp589 std::ostream &operator<<(std::ostream &os, const Format &fmt) in operator <<()
1725 std::tie(minBlockWidth, minBlockHeight) = getCompressedImageMinBlocks(); in computeCompressedImageSize()
1738 std::pair<GLuint, GLuint> InternalFormat::getCompressedImageMinBlocks() const in getCompressedImageMinBlocks()
1766 return std::make_pair(minBlockWidth, minBlockHeight); in getCompressedImageMinBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DIRBuilder.h73 std::function<void(Instruction *)> Callback;
76 IRBuilderCallbackInserter(std::function<void(Instruction *)> Callback) in IRBuilderCallbackInserter()
77 : Callback(std::move(Callback)) {} in IRBuilderCallbackInserter()
156 void SetCurrentDebugLocation(DebugLoc L) { CurDbgLocation = std::move(L); } in SetCurrentDebugLocation()
873 : IRBuilderBase(C, FPMathTag, OpBundles), Inserter(std::move(I)), in IRBuilder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp889 unsigned fromTypeWidth = std::max(8U, (unsigned)ScalarVT.getSizeInBits());
1034 unsigned FromTypeWidth = std::max(8U, (unsigned)ScalarVT.getSizeInBits());
3390 std::swap(LHS, RHS);
3457 std::swap(AndLHS, AndRHS);
3693 const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) {

Completed in 78 milliseconds

1...<<791792793794795796797798799800>>...810