Home
last modified time | relevance | path

Searched refs:NullptrT (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/language.support/support.types/
H A Dcstddef.compile.pass.cpp23 using NullptrT = ::nullptr_t; typedef
/llvm-project-15.0.7/libcxx/test/std/language.support/support.types/
H A Dcstddef.compile.pass.cpp33 using NullptrT = std::nullptr_t; typedef
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp77 if (TI == TypeIndex::NullptrT()) in simpleTypeName()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h157 static TypeIndex NullptrT() { in NullptrT() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp786 if (ti == TypeIndex::NullptrT()) in CreateSimpleType()
H A DSymbolFileNativePDB.cpp506 if (ti == TypeIndex::NullptrT()) { in CreateSimpleType()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1654 return TypeIndex::NullptrT(); in lowerType()