Home
last modified time | relevance | path

Searched defs:nullptr (Results 201 - 225 of 463) sorted by relevance

12345678910>>...19

/third_party/spirv-tools/source/opt/
H A Dloop_peeling.h248 LoopPeelingPass(LoopPeelingStats* stats = nullptr) : stats_(stats) {} in LoopPeelingPass() argument
79 LoopPeeling(Loop* loop, Instruction* loop_iteration_count, Instruction* canonical_induction_variable = nullptr) LoopPeeling() argument
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h77 TAllocation(size_t size, unsigned char* mem, TAllocation* prev = nullptr) : in TAllocation() argument
/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp211 Locale::forLanguageTag(locale_str.data(), errorCode), nullptr, _setUnicodeExtensions() local
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h301 MatcherBase( const MatcherInterface<U>* impl, typename std::enable_if<!std::is_same<U, const U&>::value>::type* = nullptr) MatcherBase() argument
337 Matcher( const MatcherInterface<U>* impl, typename std::enable_if<!std::is_same<U, const U&>::value>::type* = nullptr) Matcher() argument
/third_party/node/deps/v8/src/wasm/
H A Ddecoder.h185 uint32_t consume_u32v(const char* name = nullptr) { in consume_u32v() argument
194 int32_t consume_i32v(const char* name = nullptr) { in consume_i32v() argument
203 uint64_t consume_u64v(const char* name = nullptr) { in consume_u64v() argument
212 int64_t consume_i64v(const char* name = nullptr) { in consume_i64v() argument
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-helper.h232 GetObjectProperties( uintptr_t object, v8::debug_helper::MemoryAccessor memory_accessor, const HeapAddresses& heap_addresses, const char* type_hint = nullptr) GetObjectProperties() argument
/third_party/node/src/
H A Dnode_http_common.h347 void reset(rcbuf_t* ptr = nullptr, bool internalizable = false) { in reset() argument
H A Dnode_internals.h250 explicit inline DebugSealHandleScope(v8::Isolate* isolate = nullptr) in DebugSealHandleScope() argument
/third_party/node/deps/icu-small/source/common/
H A Dlocalebuilder.cpp211 Locale::forLanguageTag(locale_str.data(), errorCode), nullptr, _setUnicodeExtensions() local
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-printer.cc164 AddTargetIfNotNext(std::vector<BasicBlock*>& targets, BasicBlock* target, BasicBlock* next_block, std::set<size_t>* arrows_starting_here = nullptr) AddTargetIfNotNext() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc664 LoadLookupSlot(Isolate* isolate, Handle<String> name, ShouldThrow should_throw, Handle<Object>* receiver_return = nullptr) LoadLookupSlot() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DHardwareLoops.cpp113 reportHWLoopFailure(const StringRef Msg, const StringRef ORETag, OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) reportHWLoopFailure() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp596 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
834 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
[all...]
/third_party/skia/src/gpu/ops/
H A DFillRectOp.cpp318 flushState->bindBuffers(std::move(fIndexBuffer), nullptr, std::move(fVertexBuffer)); variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp596 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
834 words.size(), nullptr, nullptr, &diagnostic), TEST_P() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp250 escape_xml(const SkString& input, const char* before = nullptr, const char* after = nullptr) escape_xml() argument
/third_party/skia/tests/
H A DSkRemoteGlyphCacheTest.cpp174 RasterBlob(sk_sp<SkTextBlob> blob, int width, int height, const SkPaint& paint, GrRecordingContext* rContext, const SkMatrix* matrix = nullptr, SkScalar x = 0) RasterBlob() argument
767 MakeEmojiBlob(sk_sp<SkTypeface> serverTf, SkScalar textSize, sk_sp<SkTypeface> clientTf = nullptr) MakeEmojiBlob() argument
[all...]
H A DTriangulatingPathRendererTests.cpp734 nullptr, in test_path() local
712 test_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const SkPath& path, const SkMatrix& matrix = SkMatrix::I(), GrAAType aaType = GrAAType::kNone, std::unique_ptr<GrFragmentProcessor> fp = nullptr) test_path() argument
H A DTextBlobTest.cpp268 AddRun(const SkFont& font, int count, SkTextBlobRunIterator::GlyphPositioning pos, const SkPoint& offset, SkTextBlobBuilder& builder, const SkRect* bounds = nullptr) AddRun() argument
[all...]
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp161 HR_GENERAL(FontToIdentity(font.get(), &identity), nullptr, identity); variable
188 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
191 nullptr, SkRemotableFontIdentitySet::NewEmpty()); variable
213 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); variable
215 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identit variable
373 HR_GENERAL(getDefaultFontFamilyName(&dwFamilyName), nullptr, identity); global() variable
375 HR_GENERAL(sk_cstring_to_wchar(familyName, &dwFamilyName), nullptr, identity); global() variable
384 HR_GENERAL(sk_cstring_to_wchar(bcp47[bcp47Count-1], &dwBcp47Local), nullptr, identity); global() variable
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-graphite2.cc272 nullptr, nullpt in _hb_graphite2_shape() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
H A DPassBuilder.h224 explicit PassBuilder(TargetMachine *TM = nullptr, in PassBuilder() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSourceMgr.h119 void setDiagHandler(DiagHandlerTy DH, void *Ctx = nullptr) { in setDiagHandler() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h281 addPassesToEmitFile(PassManagerBase &, raw_pwrite_stream &, raw_pwrite_stream *, CodeGenFileType, bool = true, MachineModuleInfoWrapperPass *MMIWP = nullptr) addPassesToEmitFile() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp85 removeBlockFromLoops(BasicBlock *BB, Loop *FirstLoop, Loop *LastLoop = nullptr) removeBlockFromLoops() argument

Completed in 24 milliseconds

12345678910>>...19