| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.cpp | 490 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 510 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 516 Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, false); in createDefinedSymbol() 605 Scope::Default, Symbol.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION, in exportCOMDATSymbol()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function 282 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType() 417 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr() 1295 assert(E && getComplexType(E->getType()) && in EmitComplexExpr() 1304 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
|
| H A D | CGExprScalar.cpp | 820 return CGF.getContext().getComplexType(CGF.getContext().FloatTy); in getPromotionType()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 288 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | COFF.h | 350 uint8_t getComplexType() const { in getComplexType() function 397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1313 QualType getComplexType(QualType T) const; 1314 CanQualType getComplexType(CanQualType T) const { in getComplexType() function 1315 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
|
| H A D | TypeProperties.td | 17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 975 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize() 980 CanQualType FloatComplexTy = ast.getComplexType(ast.FloatTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 984 CanQualType DoubleComplexTy = ast.getComplexType(ast.DoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 988 CanQualType LongDoubleComplexTy = ast.getComplexType(ast.LongDoubleTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 996 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2095 return ast->getComplexType(ast->FloatTy).getAsOpaquePtr(); in GetOpaqueCompilerType() 2097 return ast->getComplexType(ast->DoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType() 2099 return ast->getComplexType(ast->LongDoubleTy).getAsOpaquePtr(); in GetOpaqueCompilerType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 191 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 801 Context.getComplexType(Context.DoubleTy), in UsualUnaryConversions() 810 E, Context.getComplexType(Context.LongDoubleTy), in UsualUnaryConversions() 1123 LongerIsComplex ? LongerType : S.Context.getComplexType(LongerType); in handleComplexFloatConversion() 1178 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion() 1280 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast() 1352 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1360 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1373 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 4157 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
|
| H A D | SemaType.cpp | 1785 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
|
| H A D | SemaDeclAttr.cpp | 4757 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
|
| H A D | SemaChecking.cpp | 7586 TheCall->setType(Context.getComplexType(Real->getType())); in SemaBuiltinComplex()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | Writer.cpp | 1687 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1576 W.printEnum("ComplexType", Symbol.getComplexType(), ArrayRef(ImageSymDType)); in printSymbol()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3280 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext 3294 Canonical = getComplexType(getCanonicalType(T)); in getComplexType() 11330 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr() 12615 return Ctx.getComplexType(getCommonArrayElementType(Ctx, CX, QX, CY, QY)); in getCommonNonSugarTypeNode()
|
| H A D | Type.cpp | 899 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
|
| H A D | ASTImporter.cpp | 1149 return Importer.getToContext().getComplexType(*ToElementTypeOrErr); in VisitComplexType()
|