Home
last modified time | relevance | path

Searched defs:nullptr (Results 1 – 10 of 10) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-nullptr-arg.cpp6 void test1(IP<nullptr>) {} in test1()
12 void test2(PM<nullptr>) { } in test2()
16 void test3(DependentTypePtr<int*,nullptr>) { } in test3() argument
H A Dmangle-ms-templates.cpp239 void f(S1<nullptr>) {} in f()
H A Dmangle.cpp633 void f(decltype(nullptr)) { } in f()
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dnullptr.mm17 int PR10145b = nullptr == (void(^)())0; function
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatStringParsing.h56 : Start(nullptr), Stop(stop) {} in Start() argument
/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h289 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
293 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
422 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
438 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
/minix/external/bsd/llvm/dist/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp68 #define nullptr macro
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h363 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false), in Previous() argument
/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DFormatString.h270 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0), in start() argument
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h147 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(Ent), in Buffer() argument