Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DFormatStringParsing.h65 : Start(nullptr), Stop(stop) {} in Start() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h323 : StmtPoint(S, nullptr, k, L, tag) {} in StmtPoint() argument
327 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
479 : StmtPoint(S, nullptr, PreStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
495 : StmtPoint(S, nullptr, PostStmtPurgeDeadSymbolsKind, L, tag) { } in StmtPoint() argument
620 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h324 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0), in start() argument
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1055 Predicate(StringRef FS, bool C = true) : Def(nullptr), Features(FS.str()), in Def() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp2931 CopyOptionsTy CopyOptions = {nullptr, nullptr, nullptr}) { in emitReductionListCopy() argument