Home
last modified time | relevance | path

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

/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/tools/obj2yaml/
Dcoff2yaml.cpp206 Sym.ComplexType = COFF::SymbolComplexType(Symbol.getComplexType()); in dumpSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp269 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-7.0/llvm/include/llvm/Object/
DCOFF.h348 uint8_t getComplexType() const { in getComplexType() function
395 getComplexType() == COFF::IMAGE_SYM_DTYPE_FUNCTION && in isFunctionDefinition()
/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()
DASTImporter.cpp1602 return Importer.getToContext().getComplexType(ToElementType); in VisitComplexType()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp194 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1414 W.printEnum ("ComplexType", Symbol.getComplexType(), in printSymbol()
/external/clang/lib/Serialization/
DASTReader.cpp5231 return Context.getComplexType(ElemType); in readTypeRecord()