Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1042 CanQualType FloatComplexTy, DoubleComplexTy, LongDoubleComplexTy; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1212 else if (QualTypeMatchesBitSize(bit_size, ast, ast->DoubleComplexTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1213 return CompilerType(ast, ast->DoubleComplexTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2098 return ast->DoubleComplexTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1282 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
5579 case DoubleRank: return DoubleComplexTy; in getFloatingTypeOfSizeWithinDomain()