| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 503 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 523 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 529 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 618 Scope::Default, Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, in exportCOMDATSymbol()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 258 if (Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in ParseSymtab() 261 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_NULL) in ParseSymtab()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 90 return cgf.getContext().getComplexType(cgf.getContext().FloatTy); in getPromotionType() 114 static const ComplexType *getComplexType(QualType type) { in getComplexType() function 414 assert(e && getComplexType(e->getType()) && in emitComplexExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 37 static const ComplexType *getComplexType(QualType type) { in getComplexType() function 312 return Ctx.getComplexType(HigherElementType); in HigherPrecisionTypeForComplexArithmetic() 336 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType() 485 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr() 1490 assert(E && getComplexType(E->getType()) && in EmitComplexExpr() 1499 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
|
| H A D | CGExprScalar.cpp | 877 return Ctx.getComplexType(Ctx.FloatTy); in getPromotionType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 355 uint8_t getComplexType() const { in getComplexType() function 406 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1503 QualType getComplexType(QualType T) const; 1504 CanQualType getComplexType(CanQualType T) const { in getComplexType() function 1505 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
|
| H A D | TypeProperties.td | 17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewReader.cpp | 812 if (Symbol.getComplexType() != llvm::COFF::IMAGE_SYM_DTYPE_FUNCTION) in mapRangeAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 940 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize() 945 CanQualType FloatComplexTy = ast.getComplexType(ast.FloatTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 949 CanQualType DoubleComplexTy = ast.getComplexType(ast.DoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 953 CanQualType LongDoubleComplexTy = ast.getComplexType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 961 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2073 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType() 2075 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType() 2077 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 797 Context.getComplexType(Context.DoubleTy), in UsualUnaryFPConversions() 806 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryFPConversions() 1154 LongerIsComplex ? LongerType : S.Context.getComplexType(LongerType); in handleComplexFloatConversion() 1209 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion() 1311 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast() 1383 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1391 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1404 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 4130 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
|
| H A D | SemaDeclAttr.cpp | 4983 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
|
| H A D | SemaType.cpp | 1429 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
|
| H A D | SemaChecking.cpp | 5437 TheCall->setType(Context.getComplexType(Real->getType())); in BuiltinComplex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 190 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1713 W.printEnum("ComplexType", Symbol.getComplexType(), ArrayRef(ImageSymDType)); in printSymbol()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Writer.cpp | 2048 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3901 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext 3915 Canonical = getComplexType(getCanonicalType(T)); in getComplexType() 12552 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr() 14058 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY)); in getCommonNonSugarTypeNode()
|
| H A D | Type.cpp | 1025 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
|
| H A D | ASTImporter.cpp | 1387 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8844 {"_ZNK5clang10ASTContext14getComplexTypeENS_8QualTypeE", "clang::ASTContext::getComplexType(clang::…
|