Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1072 CanQualType FloatComplexTy, DoubleComplexTy, LongDoubleComplexTy; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp989 else if (QualTypeMatchesBitSize(bit_size, ast, ast.DoubleComplexTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
990 return GetType(ast.DoubleComplexTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2058 return ast->DoubleComplexTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1407 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
6276 case DoubleRank: return DoubleComplexTy; in getFloatingTypeOfSizeWithinDomain()