Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/c++/
Dclang.cpp62 ,/*BinaryName=*/nullptr in createCompilerInvocation()
100 return std::unique_ptr<llvm::Module>(nullptr); in getModuleFromSource()
143 return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr); in getBPFObjectFromModule()
162 , /*DwoOut=*/nullptr in getBPFObjectFromModule()
172 return std::unique_ptr<llvm::SmallVectorImpl<char>>(nullptr); in getBPFObjectFromModule()
193 perf::LLVMCtx.reset(nullptr); in perf_clang__cleanup()
Dclang-test.cpp25 return std::unique_ptr<llvm::Module>(nullptr); in __test__clang_to_IR()
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_cpp.cpp16 Skeleton(): skel(nullptr) { } in Skeleton()
20 int open(const struct bpf_object_open_opts *opts = nullptr) in open()
30 skel = nullptr; in open()
114 btf_dump__new(btf, dump_printf, nullptr, &opts); in main()
/linux-6.1.9/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-6.1.9/scripts/kconfig/
Dqconf.h177 ConfigItemDelegate(QObject *parent = nullptr)
Dqconf.cc252 return nullptr; in createEditor()
257 return nullptr; in createEditor()
446 item = last ? last->nextSibling() : nullptr; in updateList()