Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp231 case TEK_Complex: in EmitAnyExpr()
260 case TEK_Complex: in EmitAnyExprToMem()
1409 case TEK_Complex: { in GetUndefRValue()
2178 case TEK_Complex: in EmitLoadOfAnyValue()
5421 case TEK_Complex: in EmitRValueForField()
5676 case TEK_Complex: in EmitBinaryOperatorLValue()
6078 case TEK_Complex: in convertTempToRValue()
H A DCGCall.cpp885 TEK_Complex, enumerator
924 ComplexExpansion(QualType EltTy) : TypeExpansion(TEK_Complex), EltTy(EltTy) {} in ComplexExpansion()
926 return TE->Kind == TEK_Complex; in classof()
3826 case TEK_Complex: { in EmitFunctionEpilog()
5916 case TEK_Complex: { in EmitCall()
H A DCGDeclCXX.cpp55 case TEK_Complex: in EmitDeclInit()
H A DCGAtomic.cpp353 case TEK_Complex: in requiresMemSetZero()
2054 case TEK_Complex: { in EmitAtomicInit()
H A DCGExprAgg.cpp1571 case TEK_Complex: in EmitInitializationToLValue()
H A DCGExprCXX.cpp976 case TEK_Complex: in StoreAnyExprIntoOneUnit()
H A DCGOpenMPRuntimeGPU.cpp1721 case TEK_Complex: in emitReduction()
H A DCGDecl.cpp2044 case TEK_Complex: { in EmitExprAsInit()
H A DCGStmt.cpp1555 case TEK_Complex: in EmitReturnStmt()
H A DCodeGenFunction.cpp289 return TEK_Complex; in getEvaluationKind()
H A DCGClass.cpp704 case TEK_Complex: in EmitInitializerForField()
H A DCGStmtOpenMP.cpp6030 assert(CGF.getEvaluationKind(DestType) == TEK_Complex && in convertToComplexValue()
6080 case TEK_Complex: in emitOMPSimpleStore()
6345 case TEK_Complex: { in convertToType()
H A DCGObjC.cpp1273 case TEK_Complex: { in generateObjCGetterBody()
H A DCodeGenFunction.h111 TEK_Complex, enumerator
H A DItaniumCXXABI.cpp4917 case TEK_Complex: in InitCatchParam()
H A DCGOpenMPRuntime.cpp633 case TEK_Complex: in emitInitWithReductionInitializer()
11808 case TEK_Complex: { in emitLastprivateConditionalUpdate()
H A DCGBuiltin.cpp6242 case TEK_Complex: in EmitBuiltinExpr()