Home
last modified time | relevance | path

Searched refs:Nullptr (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPrettyPrinter.h68 Nullptr(LO.CPlusPlus11 || LO.C2x), NullptrTypeInNamespace(LO.CPlusPlus), in PrintingPolicy()
198 unsigned Nullptr : 1; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h107 Nullptr, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp151 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Nullptr, "std::nullptr_t"); in outputPre()
H A DMicrosoftDemangle.cpp1916 return Arena.alloc<PrimitiveTypeNode>(PrimitiveKind::Nullptr); in demanglePrimitiveType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp752 Out << (Policy.Nullptr ? "nullptr" : "0"); in printPretty()