Home
last modified time | relevance | path

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

12

/external/clang/lib/CodeGen/
DCGAtomic.cpp338 case TEK_Aggregate: in requiresMemSetZero()
1167 if (EvaluationKind == TEK_Aggregate) in convertAtomicTempToRValue()
1222 if (AsValue && getEvaluationKind() == TEK_Aggregate) { in ConvertIntToValueOrAtomic()
1304 assert(getEvaluationKind() == TEK_Aggregate); in EmitAtomicLoad()
1320 if (getEvaluationKind() == TEK_Aggregate && ResultSlot.isIgnored()) in EmitAtomicLoad()
1832 case TEK_Aggregate: { in EmitAtomicInit()
DCGExpr.cpp148 case TEK_Aggregate: in EmitAnyExpr()
180 case TEK_Aggregate: { in EmitAnyExprToMem()
385 case TEK_Aggregate: { in EmitMaterializeTemporaryExpr()
918 case TEK_Aggregate: { in GetUndefRValue()
3717 case TEK_Aggregate: in EmitRValueForField()
3853 case TEK_Aggregate: in EmitBinaryOperatorLValue()
4163 case TEK_Aggregate: in convertTempToRValue()
DCGDeclCXX.cpp52 case TEK_Aggregate: in EmitDeclInit()
DCGClass.cpp598 case TEK_Aggregate: { in EmitAggMemberInitializer()
768 case TEK_Aggregate: { in EmitInitializerForField()
DCGExprAgg.cpp1084 case TEK_Aggregate: in EmitInitializationToLValue()
DCGStmtOpenMP.cpp435 case TEK_Aggregate: in emitInitWithReductionInitializer()
2844 case TEK_Aggregate: in emitOMPSimpleStore()
3052 case TEK_Aggregate: in convertToType()
DCodeGenFunction.h100 TEK_Aggregate enumerator
1584 return getEvaluationKind(T) == TEK_Aggregate; in hasAggregateEvaluationKind()
DCGDecl.cpp1309 case TEK_Aggregate: in EmitExprAsInit()
DItaniumCXXABI.cpp3674 if (TEK != TEK_Aggregate) { in InitCatchParam()
3718 case TEK_Aggregate: in InitCatchParam()
DCodeGenFunction.cpp212 return TEK_Aggregate; in getEvaluationKind()
DCGStmt.cpp1047 case TEK_Aggregate: in EmitReturnStmt()
DCGExprCXX.cpp818 case TEK_Aggregate: { in StoreAnyExprIntoOneUnit()
DCGCall.cpp2711 case TEK_Aggregate: in EmitFunctionEpilog()
4068 case TEK_Aggregate: { in EmitCall()
/external/llvm-project/clang/lib/CodeGen/
DCGAtomic.cpp346 case TEK_Aggregate: in requiresMemSetZero()
1431 if (EvaluationKind == TEK_Aggregate) in convertAtomicTempToRValue()
1486 if (AsValue && getEvaluationKind() == TEK_Aggregate) { in ConvertIntToValueOrAtomic()
1567 assert(getEvaluationKind() == TEK_Aggregate); in EmitAtomicLoad()
1583 if (getEvaluationKind() == TEK_Aggregate && ResultSlot.isIgnored()) in EmitAtomicLoad()
2100 case TEK_Aggregate: { in EmitAtomicInit()
DCGExpr.cpp220 case TEK_Aggregate: in EmitAnyExpr()
252 case TEK_Aggregate: { in EmitAnyExprToMem()
480 case TEK_Aggregate: { in EmitMaterializeTemporaryExpr()
1201 case TEK_Aggregate: { in GetUndefRValue()
4807 case TEK_Aggregate: in EmitRValueForField()
4981 case TEK_Aggregate: in EmitBinaryOperatorLValue()
5318 case TEK_Aggregate: in convertTempToRValue()
DCGDeclCXX.cpp57 case TEK_Aggregate: in EmitDeclInit()
DCGOpenMPRuntimeGPU.cpp2743 case TEK_Aggregate:
3354 case TEK_Aggregate: in emitListToGlobalCopyFunction()
3558 case TEK_Aggregate: in emitGlobalToListCopyFunction()
DItaniumCXXABI.cpp4403 if (TEK != TEK_Aggregate) { in InitCatchParam()
4447 case TEK_Aggregate: in InitCatchParam()
DCodeGenFunction.h114 TEK_Aggregate enumerator
2320 return getEvaluationKind(T) == TEK_Aggregate;
DCGExprCXX.cpp964 case TEK_Aggregate: { in StoreAnyExprIntoOneUnit()
DCGExprAgg.cpp1540 case TEK_Aggregate: in EmitInitializationToLValue()
DCGDecl.cpp1937 case TEK_Aggregate: in EmitExprAsInit()
DCGStmt.cpp1224 case TEK_Aggregate: in EmitReturnStmt()
DCodeGenFunction.cpp270 return TEK_Aggregate; in getEvaluationKind()
DCGCall.cpp3254 case TEK_Aggregate: in EmitFunctionEpilog()
5119 case TEK_Aggregate: { in EmitCall()

12