Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCGExprComplex.cpp36 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/
DCGExprComplex.cpp34 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/
Dcoff2yaml.cpp206 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
/external/llvm-project/llvm/tools/obj2yaml/
Dcoff2yaml.cpp287 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
/external/llvm/include/llvm/Object/
DCOFF.h348 uint8_t getComplexType() const { in getComplexType() function
376 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/external/clang/include/clang/AST/
DASTContext.h1051 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/
DCOFF.h350 uint8_t getComplexType() const { in getComplexType() function
397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h350 uint8_t getComplexType() const { in getComplexType() function
397 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1191 QualType getComplexType(QualType T) const;
1192 CanQualType getComplexType(CanQualType T) const { in getComplexType() function
1193 return CanQualType::CreateUnsafe(getComplexType((QualType) T)); in getComplexType()
DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
/external/clang/lib/AST/
DASTContext.cpp1085 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()
DType.cpp692 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1394 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()
DType.cpp889 return Ctx.getComplexType(elementType); in TRIVIAL_TYPE_CLASS()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp185 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/external/clang/lib/Sema/
DSemaExpr.cpp1063 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()
DSemaType.cpp1644 Result = Context.getComplexType(Result); in ConvertDeclSpecToType()
DSemaDeclAttr.cpp3544 NewElemTy = Context.getComplexType(NewElemTy); in AddModeAttr()
/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp189 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp193 if (Symb.getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) in getSymbolType()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1259 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/external/llvm-project/lld/COFF/
DWriter.cpp1596 if (d->getCOFFSymbol().getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION) { in maybeAddAddressTakenFunction()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1087 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/
DCOFFDumper.cpp1500 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp981 ast.getComplexType(ClangUtil::GetQualType(complex_int_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()
997 ast.getComplexType(ClangUtil::GetQualType(complex_float_clang_type))); in GetBuiltinTypeForDWARFEncodingAndBitSize()

12