Home
last modified time | relevance | path

Searched refs:LongDoubleComplexTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h1072 CanQualType FloatComplexTy, DoubleComplexTy, LongDoubleComplexTy; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp991 else if (QualTypeMatchesBitSize(bit_size, ast, ast.LongDoubleComplexTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
992 return GetType(ast.LongDoubleComplexTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2060 return ast->LongDoubleComplexTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp1408 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()
6277 case LongDoubleRank: return LongDoubleComplexTy; in getFloatingTypeOfSizeWithinDomain()