/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 36 static const ComplexType *getComplexType(QualType type) { in getComplexType() function 367 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr() 1046 assert(E && getComplexType(E->getType()) && in EmitComplexExpr() 1055 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 34 static const ComplexType *getComplexType(QualType type) { in getComplexType() function 398 CGF.ConvertType(getComplexType(E->getType())->getElementType()); in VisitExpr() 1121 assert(E && getComplexType(E->getType()) && in EmitComplexExpr() 1130 assert(E && getComplexType(E->getType()) && in EmitComplexExprIntoLValue()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 206 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 287 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 348 uint8_t getComplexType() const { in getComplexType() function 376 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1051 QualType getComplexType(QualType T) const; 1052 CanQualType getComplexType(CanQualType T) const { in getComplexType() function 1053 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | COFF.h | 350 uint8_t getComplexType() const { in getComplexType() function 397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | COFF.h | 350 uint8_t getComplexType() const { in getComplexType() function 397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 1191 QualType getComplexType(QualType T) const; 1192 CanQualType getComplexType(CanQualType T) const { in getComplexType() function 1193 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
|
D | TypeProperties.td | 17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1085 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes() 1086 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes() 1087 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes() 1088 Float128ComplexTy = getComplexType(Float128Ty); in InitBuiltinTypes() 2317 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext 2331 Canonical = getComplexType(getCanonicalType(T)); in getComplexType() 8264 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
|
D | Type.cpp | 692 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 1394 FloatComplexTy = getComplexType(FloatTy); in InitBuiltinTypes() 1395 DoubleComplexTy = getComplexType(DoubleTy); in InitBuiltinTypes() 1396 LongDoubleComplexTy = getComplexType(LongDoubleTy); in InitBuiltinTypes() 1397 Float128ComplexTy = getComplexType(Float128Ty); in InitBuiltinTypes() 3118 QualType ASTContext::getComplexType(QualType T) const { in getComplexType() function in ASTContext 3132 Canonical = getComplexType(getCanonicalType(T)); in getComplexType() 10314 Type = Context.getComplexType(ElementType); in DecodeTypeFromStr()
|
D | Type.cpp | 889 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 185 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1063 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion() 1066 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion() 1100 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion() 1205 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast() 1277 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1285 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1298 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 3521 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
|
D | SemaType.cpp | 1644 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
|
D | SemaDeclAttr.cpp | 3544 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
|
/external/llvm-project/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 189 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 193 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1259 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
|
/external/llvm-project/lld/COFF/ |
D | Writer.cpp | 1596 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1087 QualType ResultType = S.Context.getComplexType(LHSElementType); in handleComplexFloatConversion() 1090 ResultType = S.Context.getComplexType(RHSElementType); in handleComplexFloatConversion() 1124 QualType result = S.Context.getComplexType(FloatTy); in handleIntToFloatConversion() 1239 return S.ImpCastExprToType(op, S.Context.getComplexType(toType), in doComplexIntegralCast() 1311 return S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1319 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 1332 QualType ComplexType = S.Context.getComplexType(ScalarType); in handleComplexIntConversion() 3984 Context.getComplexType(Res->getType())); in ActOnNumericConstant()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1500 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 981 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize() 997 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
|