Home
last modified time | relevance | path

Searched refs:getComplexType (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprComplex.cpp36 static const ComplexType *getComplexType(QualType type) { in getComplexType() function
367 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr()
1037 assert(E && getComplexType(E->getType()) && in EmitComplexExpr()
1046 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
/NextBSD/contrib/llvm/include/llvm/Object/
HDCOFF.h328 uint8_t getComplexType() const { in getComplexType() function
356 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h969 QualType getComplexType(QualType T) const;
970 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
971 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp873 …return ClangASTType (ast, ast->getComplexType (complex_int_clang_type.GetQualType()).getAsOpaquePt… in GetBuiltinTypeForDWARFEncodingAndBitSize()
888 …return ClangASTType (ast, ast->getComplexType (complex_float_clang_type.GetQualType()).getAsOpaque… in GetBuiltinTypeForDWARFEncodingAndBitSize()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1047 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes()
1048 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes()
1049 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes()
2249 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext
2263 Canonical = getComplexType(getCanonicalType(T)); in getComplexType()
8048 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
HDType.cpp669 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
HDASTImporter.cpp1519 return Importer.getToContext().getComplexType(ToElementType); in VisitComplexType()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp908 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1038 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion()
1041 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion()
1075 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion()
1138 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast()
1210 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1218 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
1231 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion()
3483 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
HDSemaDeclAttr.cpp3216 NewElemTy = S.Context.getComplexType(NewElemTy); in handleModeAttr()
HDSemaType.cpp1519 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp4975 return Context.getComplexType(ElemType); in readTypeRecord()