Searched refs:hasAggregateLLVMType (Results 1 – 16 of 16) sorted by relevance
1141 if (hasAggregateLLVMType(Ty)) { in EmitFunctionProlog()1267 if (!CodeGenFunction::hasAggregateLLVMType(Ty)) { in EmitFunctionProlog()1296 if (hasAggregateLLVMType(Ty)) in EmitFunctionProlog()1524 } else if (CodeGenFunction::hasAggregateLLVMType(RetTy)) { in EmitFunctionEpilog()1608 if (hasAggregateLLVMType(ref->getPointeeType())) in EmitDelegateCallArg()1621 if (hasAggregateLLVMType(type)) in EmitDelegateCallArg()1783 if (hasAggregateLLVMType(type) && !E->getType()->isAnyComplexType() && in EmitCallArg()1859 else if (CodeGenFunction::hasAggregateLLVMType(EltTy)) in ExpandTypeToArgs()2182 if (CodeGenFunction::hasAggregateLLVMType(RetTy)) in EmitCall()2201 if (CodeGenFunction::hasAggregateLLVMType(RetTy)) { in EmitCall()[all …]
115 if (!hasAggregateLLVMType(E->getType())) in EmitAnyExpr()131 if (hasAggregateLLVMType(E->getType()) && in EmitAnyExprToTemp()146 } else if (hasAggregateLLVMType(E->getType())) { in EmitAnyExprToMem()388 if (CGF.hasAggregateLLVMType(E->getType()) && in EmitExprForReferenceBinding()660 if (hasAggregateLLVMType(Ty)) { in GetUndefRValue()2328 assert((hasAggregateLLVMType(expr->getType()) && in EmitConditionalOperatorLValue()2553 else if (CodeGenFunction::hasAggregateLLVMType(FT)) in EmitRValueForField()2664 if (!hasAggregateLLVMType(E->getType())) { in EmitBinaryOperatorLValue()3008 if (CGF.hasAggregateLLVMType(Ty)) in ConvertTempToRValue()3033 if (!hasAggregateLLVMType(E->getVal1()->getType())) { in EmitAtomicExpr()[all …]
941 } else if (CGF.hasAggregateLLVMType(type)) { in EmitInitializationToLValue()962 if (!CGF.hasAggregateLLVMType(type)) { in EmitNullInitializationToLValue()1253 assert(E && hasAggregateLLVMType(E->getType()) && in EmitAggExpr()1265 assert(hasAggregateLLVMType(E->getType()) && "Invalid argument!"); in EmitAggExprToLValue()
770 } else if (!hasAggregateLLVMType(RV->getType())) { in EmitReturnStmt()1332 if (!CodeGenFunction::hasAggregateLLVMType(InputType)) { in EmitAsmInputLValue()1361 if (!CodeGenFunction::hasAggregateLLVMType(InputExpr->getType())) in EmitAsmInput()1456 if (!Info.allowsMemory() && !hasAggregateLLVMType(OutExpr->getType())) { in EmitAsmStmt()
66 bool CodeGenFunction::hasAggregateLLVMType(QualType type) { in hasAggregateLLVMType() function in CodeGenFunction102 return hasAggregateLLVMType(type->getAs<AtomicType>()->getValueType()); in hasAggregateLLVMType()404 hasAggregateLLVMType(CurFnInfo->getReturnType())) { in StartFunction()
36 if (!CGF.hasAggregateLLVMType(type)) { in EmitDeclInit()
449 if (!CGF.hasAggregateLLVMType(T)) { in EmitAggMemberInitializer()620 if (!hasAggregateLLVMType(FieldType)) { in EmitInitializerForField()1779 hasAggregateLLVMType(calleeFnInfo.getReturnType())) in EmitForwardingCallToLambda()
1114 } else if (!hasAggregateLLVMType(type)) { in EmitExprAsInit()1517 CodeGenFunction::hasAggregateLLVMType(Ty)) { in EmitParmDecl()
2740 assert(E && !hasAggregateLLVMType(E->getType()) && in EmitScalarExpr()2756 assert(!hasAggregateLLVMType(SrcTy) && !hasAggregateLLVMType(DstTy) && in EmitScalarConversion()2767 assert(SrcTy->isAnyComplexType() && !hasAggregateLLVMType(DstTy) && in EmitComplexToScalarConversion()
378 hasAggregateLLVMType(CurFnInfo->getReturnType())) in GenerateThunk()
1007 if (!CGF.hasAggregateLLVMType(CatchType) || in InitCatchParam()
810 if (!CGF.hasAggregateLLVMType(AllocType)) in StoreAnyExprIntoOneUnit()
1503 static bool hasAggregateLLVMType(QualType T);
898 } else if (hasAggregateLLVMType(ivarType)) { in generateObjCGetterBody()
40 return CodeGenFunction::hasAggregateLLVMType(T) || in isAggregateTypeForABI()
1401 if (hasAggregateLLVMType(E->getType())) in EmitBuiltinExpr()