Home
last modified time | relevance | path

Searched refs:FloatComplexTy (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.cpp987 if (QualTypeMatchesBitSize(bit_size, ast, ast.FloatComplexTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
988 return GetType(ast.FloatComplexTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2056 return ast->FloatComplexTy.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1406 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()
6275 case FloatRank: return FloatComplexTy; in getFloatingTypeOfSizeWithinDomain()