Home
last modified time | relevance | path

Searched refs:nullptr (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/tools/perf/util/c++/
Dclang.cpp94 return std::unique_ptr<llvm::Module>(nullptr); in getModuleFromSource()
137 return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr); in getBPFObjectFromModule()
158 NotAdded = TargetMachine->addPassesToEmitFile(PM, ostream, nullptr, in getBPFObjectFromModule()
163 return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr); in getBPFObjectFromModule()
184 perf::LLVMCtx.reset(nullptr); in perf_clang__cleanup()
Dclang-test.cpp25 return std::unique_ptr<llvm::Module>(nullptr); in __test__clang_to_IR()
/Linux-v5.10/arch/parisc/math-emu/
Dfcnvuf.c48 unsigned int *nullptr, in sgl_to_sgl_fcnvuf() argument
107 unsigned int *nullptr, in sgl_to_dbl_fcnvuf() argument
148 unsigned int *nullptr, in dbl_to_sgl_fcnvuf() argument
230 unsigned int *nullptr, in dbl_to_dbl_fcnvuf() argument
Dfcnvfut.c47 sgl_to_sgl_fcnvfut (sgl_floating_point * srcptr, unsigned int *nullptr, in sgl_to_sgl_fcnvfut() argument
116 sgl_to_dbl_fcnvfut (sgl_floating_point * srcptr, unsigned int *nullptr, in sgl_to_dbl_fcnvfut() argument
186 dbl_to_sgl_fcnvfut (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_sgl_fcnvfut() argument
255 dbl_to_dbl_fcnvfut (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_dbl_fcnvfut() argument
Dfcnvfxt.c48 unsigned int *nullptr, in sgl_to_sgl_fcnvfxt() argument
112 unsigned int *nullptr, in sgl_to_dbl_fcnvfxt() argument
186 unsigned int *nullptr, in dbl_to_sgl_fcnvfxt() argument
251 unsigned int *nullptr, in dbl_to_dbl_fcnvfxt() argument
Dfcnvxf.c47 unsigned int *nullptr, in sgl_to_sgl_fcnvxf() argument
118 unsigned int *nullptr, in sgl_to_dbl_fcnvxf() argument
169 unsigned int *nullptr, in dbl_to_sgl_fcnvxf() argument
274 unsigned int *nullptr, in dbl_to_dbl_fcnvxf() argument
Dfcnvfu.c48 unsigned int *nullptr, in sgl_to_sgl_fcnvfu() argument
169 unsigned int *nullptr, in sgl_to_dbl_fcnvfu() argument
288 dbl_to_sgl_fcnvfu (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_sgl_fcnvfu() argument
411 dbl_to_dbl_fcnvfu (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_dbl_fcnvfu() argument
Dfcnvfx.c47 sgl_floating_point *nullptr, in sgl_to_sgl_fcnvfx() argument
144 unsigned int *nullptr, in sgl_to_dbl_fcnvfx() argument
265 unsigned int *nullptr, in dbl_to_sgl_fcnvfx() argument
376 unsigned int *nullptr, in dbl_to_dbl_fcnvfx() argument
Dfrnd.c36 unsigned int *nullptr, in sgl_frnd() argument
141 unsigned int *nullptr, in dbl_frnd() argument
Dfcnvff.c43 unsigned int *nullptr, in sgl_to_dbl_fcnvff() argument
130 unsigned int *nullptr, in dbl_to_sgl_fcnvff() argument
Dsfsqrt.c40 unsigned int *nullptr, in sgl_fsqrt() argument
Ddfsqrt.c40 unsigned int *nullptr, in dbl_fsqrt() argument
/Linux-v5.10/scripts/kconfig/
Dqconf.h177 ConfigItemDelegate(QObject *parent = nullptr)
Dqconf.cc251 return nullptr; in createEditor()
256 return nullptr; in createEditor()
444 item = last ? last->nextSibling() : nullptr; in updateList()