Home
last modified time | relevance | path

Searched defs:nullptr (Results 76 - 100 of 463) sorted by relevance

12345678910>>...19

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h133 ComputeValueKnownInPredecessors(Value *V, BasicBlock *BB, jumpthreading::PredValueInfo &Result, jumpthreading::ConstantPreference Preference, Instruction *CxtI = nullptr) ComputeValueKnownInPredecessors() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h206 MapValue(const Value *V, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapValue() argument
228 MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapMetadata() argument
236 MapMetadata(const MDNode *MD, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapMetadata() argument
251 RemapInstruction(Instruction *I, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) RemapInstruction() argument
264 RemapFunction(Function &F, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) RemapFunction() argument
272 MapValue(const Constant *V, ValueToValueMapTy &VM, RemapFlags Flags = RF_None, ValueMapTypeRemapper *TypeMapper = nullptr, ValueMaterializer *Materializer = nullptr) MapValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp75 M->print(dbgs(), nullptr, false); in printIR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h78 getArithmeticInstrCost( unsigned Opcode, Type *Ty, TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue, TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue, TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None, TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None, ArrayRef<const Value *> Args = ArrayRef<const Value *>(), const Instruction *CxtI = nullptr) getArithmeticInstrCost() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp125 NVPTXLowerArgs(const NVPTXTargetMachine *TM = nullptr) in NVPTXLowerArgs() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DAssumptionCache.h60 AffectedValueCallbackVH(Value *V, AssumptionCache *AC = nullptr) in AffectedValueCallbackVH() argument
196 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr) in FunctionCallbackVH() argument
H A DInlineCost.h79 InlineCost(int Cost, int Threshold, const char *Reason = nullptr) in InlineCost() argument
H A DOptimizationRemarkEmitter.h75 void emit(T RemarkBuilder, decltype(RemarkBuilder()) * = nullptr) { in emit() argument
H A DPhiValues.h99 PhiValuesCallbackVH(Value *V, PhiValues *PV = nullptr) in PhiValuesCallbackVH() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h153 MachineInstrBundleIterator( const MachineInstrBundleIterator<OtherTy, IsReverse> &I, typename std::enable_if<std::is_convertible<OtherTy *, Ty *>::value, void *>::type = nullptr) MachineInstrBundleIterator() argument
/third_party/skia/gm/
H A Dmatrixconvolution.cpp72 makeFilter(const SkIPoint &kernelOffset, SkTileMode tileMode, bool convolveAlpha, const SkIRect *cropRect = nullptr) makeFilter() argument
93 draw(SkCanvas* canvas, int x, int y, const SkIPoint& kernelOffset, SkTileMode tileMode, bool convolveAlpha, const SkIRect* cropRect = nullptr) draw() argument
H A Doffsetimagefilter.cpp116 doDraw(SkCanvas* canvas, const SkRect& r, sk_sp<SkImageFilter> imgf, const SkIRect* cropR = nullptr, const SkRect* clipR = nullptr) doDraw() argument
[all...]
/third_party/skia/experimental/xform/
H A DSkShape.h38 Shape(sk_sp<Xform> x = nullptr) : fXform(std::move(x)) {} in Shape() argument
70 static sk_sp<GroupShape> Make(sk_sp<Xform> x = nullptr) { in Make() argument
/third_party/skia/include/sksl/
H A DSkSLErrorReporter.h26 PositionInfo(const char* file = nullptr, int line = -1) in PositionInfo() argument
/third_party/skia/include/private/
H A DSkSLSymbol.h34 Symbol(int offset, Kind kind, skstd::string_view name, const Type* type = nullptr) in Symbol() argument
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h54 TInputScanner(int n, const char* const s[], size_t L[], const char* const* names = nullptr, in TInputScanner() argument
/third_party/json/include/nlohmann/detail/input/
H A Dparser.hpp71 parser(InputAdapterType&& adapter, const parser_callback_t<BasicJsonType> cb = nullptr, const bool allow_exceptions_ = true, const bool skip_comments = false) parser() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_perfetto.cc129 stage_end(struct tu_device *dev, uint64_t ts_ns, enum tu_stage_id stage, uint32_t submission_id, const void* payload = nullptr, trace_payload_as_extra_func payload_as_extra = nullptr) stage_end() argument
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp140 ASSERT_NE(strstr(version, "Mesa"), nullptr); in TEST() local
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc189 check(call_v_r(global_get), nullptr); run() local
195 check(call_v_r(global_get), nullptr); run() local
203 check(call_i_r(table_get, 0), nullptr); run() local
204 check(call_i_r(table_get, 1), nullptr); run() local
210 check(call_i_r(table_get, 0), nullptr); run() local
218 check(call_r_r(func_call, nullptr), nullptr); run() local
[all...]
/third_party/node/deps/v8/include/
H A Dv8-template.h890 SetIndexedPropertyHandler( IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter = nullptr, IndexedPropertyQueryCallback query = nullptr, IndexedPropertyDeleterCallback deleter = nullptr, IndexedPropertyEnumeratorCallback enumerator = nullptr, Local<Value> data = Local<Value>()) SetIndexedPropertyHandler() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-template.h854 SetIndexedPropertyHandler( IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter = nullptr, IndexedPropertyQueryCallback query = nullptr, IndexedPropertyDeleterCallback deleter = nullptr, IndexedPropertyEnumeratorCallback enumerator = nullptr, Local<Value> data = Local<Value>()) SetIndexedPropertyHandler() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc30 charactersToInteger(const UChar* characters, size_t length, bool* ok = nullptr) charactersToInteger() argument
/third_party/node/deps/v8/src/tasks/
H A Dcancelable-task.h118 bool TryRun(Status* previous = nullptr) { in TryRun() argument
129 CompareExchangeStatus(Status expected, Status desired, Status* previous = nullptr) CompareExchangeStatus() argument
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_test.cpp344 ASSERT_NE(localtime_r(&tim, &tm), nullptr); in HWTEST_F() local
359 ASSERT_NE(localtime_r(&tim, &tm), nullptr); in HWTEST_F() local
374 ASSERT_NE(localtime_r(&tim, &tm), nullptr); in HWTEST_F() local
389 ASSERT_NE(localtime_r(&tim, &tm), nullptr); in HWTEST_F() local
404 ASSERT_NE(localtime_r(&tim, &tm), nullptr); HWTEST_F() local
419 ASSERT_NE(localtime_r(&tim, &tm), nullptr); HWTEST_F() local
[all...]

Completed in 12 milliseconds

12345678910>>...19