Home
last modified time | relevance | path

Searched refs:LongDoubleComplexTy (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.cpp1214 else if (QualTypeMatchesBitSize(bit_size, ast, ast->LongDoubleComplexTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1215 return CompilerType(ast, ast->LongDoubleComplexTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2100 return ast->LongDoubleComplexTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1283 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()
5580 case LongDoubleRank: return LongDoubleComplexTy; in getFloatingTypeOfSizeWithinDomain()