Home
last modified time | relevance | path

Searched defs:nullptr (Results 51 - 75 of 463) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DBasicTests.cpp101 EXPECT_NE(strstr(physicalDeviceProperties.deviceName, "SwiftShader Device"), nullptr); TEST_F() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLBlock.h23 Block(int line, StatementArray statements, const std::shared_ptr<SymbolTable> symbols = nullptr, bool isScope = true) Block() argument
/third_party/skia/src/pdf/
H A DSkPDFTypes.h190 static inline std::unique_ptr<SkPDFDict> SkPDFMakeDict(const char* type = nullptr) { in SkPDFMakeDict() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h73 llvm_unreachable(nullptr); variable
H A DPassInstrumentation.h137 PassInstrumentation(PassInstrumentationCallbacks *CB = nullptr) in PassInstrumentation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDynamicLibrary.h85 LoadLibraryPermanently(const char *Filename, std::string *ErrMsg = nullptr) LoadLibraryPermanently() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCloning.h175 InlineFunctionInfo(CallGraph *cg = nullptr, std::function<AssumptionCache &(Function &)> *GetAssumptionCache = nullptr, ProfileSummaryInfo *PSI = nullptr, BlockFrequencyInfo *CallerBFI = nullptr, BlockFrequencyInfo *CalleeBFI = nullptr) InlineFunctionInfo() argument
[all...]
H A DLocal.h267 getKnownAlignment(Value *V, const DataLayout &DL, const Instruction *CxtI = nullptr, AssumptionCache *AC = nullptr, const DominatorTree *DT = nullptr) getKnownAlignment() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h52 allocate( size_type n, typename AllocatorTraits::const_void_pointer hint = nullptr) allocate() argument
/third_party/skia/gm/
H A Duserfont.cpp116 waterfall(nullptr); variable
H A Dbigtileimagefilter.cpp90 nullptr)); variable
/third_party/skia/include/core/
H A DSkDrawable.h121 Deserialize(const void* data, size_t size, const SkDeserialProcs* procs = nullptr) Deserialize() argument
H A DSkDrawLooper.h118 Deserialize(const void* data, size_t size, const SkDeserialProcs* procs = nullptr) Deserialize() argument
H A DSkTime.h51 SkAutoTime(const char* label = nullptr) in SkAutoTime() argument
/third_party/googletest/googletest/include/gtest/
H A Dgtest-assertion-result.h155 AssertionResult( const T& success, typename std::enable_if< !std::is_convertible<T, AssertionResult>::value>::type* = nullptr) AssertionResult() argument
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dlocal-variables.cc122 property.Get(), nullptr); variable
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-assertion-result.h155 AssertionResult( const T& success, typename std::enable_if< !std::is_convertible<T, AssertionResult>::value>::type* = nullptr) AssertionResult() argument
/third_party/node/deps/v8/src/base/
H A Dpointer-with-payload.h52 DCHECK_EQ(GetPointer(), nullptr); in PointerWithPayload() local
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.h141 bitwise_op, left, right, [&] { return context; }, nullptr, nullptr, in Generate_BitwiseBinaryOp() member in v8::internal::BinaryOpAssembler
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSkippingTraverser.h19 SkippingTraverser(bool preVisit_, bool inVisit_, bool postVisit_, TSymbolTable *symbolTable = nullptr) SkippingTraverser() argument
/third_party/skia/src/image/
H A DSkSurface_Base.h64 virtual sk_sp<SkImage> onNewImageSnapshot(const SkIRect* subset = nullptr) { return nullptr; } in onNewImageSnapshot() argument
/third_party/skia/src/gpu/
H A DGrRefCnt.h146 void reset(T* ptr = nullptr) { in reset() argument
/third_party/skia/src/core/
H A DSkAutoMalloc.h131 reset(size_t size, SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink, bool* didChangeAlloc = nullptr) reset() argument
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.h44 instantiate(GrOnFlushResourceProvider* onFlushRP, sk_sp<GrTexture> backingTexture = nullptr) instantiate() argument
/third_party/skia/src/utils/win/
H A DSkTScopedComPtr.h65 void reset(T* ptr = nullptr) { in reset() argument

Completed in 13 milliseconds

12345678910>>...19