Home
last modified time | relevance | path

Searched defs:NullptrT (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/language.support/support.types/
H A Dcstddef.compile.pass.cpp33 using NullptrT = std::nullptr_t; typedef
/llvm-project/libcxx/test/libcxx/language.support/support.types/
H A Dcstddef.compile.pass.cpp23 using NullptrT = ::nullptr_t; typedef
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h157 static TypeIndex NullptrT() { in NullptrT() function