Searched refs:HaveInsertPoint (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp678 if (!CGF.HaveInsertPoint())
704 if (!CGF.HaveInsertPoint())
1935 if (!CGF.HaveInsertPoint())
2083 if (!CGF.HaveInsertPoint())
2104 if (!CGF.HaveInsertPoint())
2122 if (!CGF.HaveInsertPoint())
2136 if (!CGF.HaveInsertPoint())
2219 if (!CGF.HaveInsertPoint())
2296 if (!CGF.HaveInsertPoint())
2317 if (!CGF.HaveInsertPoint())
[all...]
H A DCGException.cpp1029 if (HaveInsertPoint())
1077 if (doImplicitRethrow && HaveInsertPoint()) {
1087 if (HaveInsertPoint())
1146 if (CGF.HaveInsertPoint()) {
1844 if (HaveInsertPoint())
1878 if (HaveInsertPoint())
1888 if (HaveInsertPoint())
H A DCGStmtOpenMP.cpp574 if (!HaveInsertPoint())
668 if (!HaveInsertPoint())
693 if (!HaveInsertPoint())
760 if (!HaveInsertPoint())
819 if (!HaveInsertPoint())
937 if (!HaveInsertPoint())
1139 if (!HaveInsertPoint())
1168 if (!CGF.HaveInsertPoint())
1322 if (!HaveInsertPoint())
1356 if (!HaveInsertPoint())
[all...]
H A DCGDecl.cpp1054 if (HaveInsertPoint() && !IsMSCatchParam) {
1098 if (HaveInsertPoint())
1193 if (!HaveInsertPoint()) {
1390 if (!HaveInsertPoint()) return;
H A DCGOpenMPRuntimeNVPTX.cpp384 if (!CGF.HaveInsertPoint())
H A DCGStmt.cpp57 if (!HaveInsertPoint()) {
542 if (HaveInsertPoint())
1068 if (HaveInsertPoint())
1081 if (HaveInsertPoint())
1093 if (HaveInsertPoint())
H A DCGCleanup.cpp532 assert(CGF.HaveInsertPoint() && "cleanup ended with no insertion point?");
1001 if (!HaveInsertPoint())
H A DCodeGenFunction.cpp922 if (HaveInsertPoint() && CGM.getCodeGenOpts().hasProfileClangInstr()) {
1836 assert(HaveInsertPoint());
H A DCGObjCMac.cpp3745 if (CGF.HaveInsertPoint()) {
4215 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?");
4259 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?");
4315 if (CGF.HaveInsertPoint())
4323 if (CGF.HaveInsertPoint()) {
H A DCGExprAgg.cpp946 assert(CGF.HaveInsertPoint() && "expression evaluation ended with no IP!");
H A DCodeGenFunction.h1631 /// HaveInsertPoint - True if an insertion point is defined. If not, this
1633 bool HaveInsertPoint() const { function in class:clang::CodeGen::CodeGenFunction
1642 if (!HaveInsertPoint())
H A DCGBlocks.cpp563 assert(CGF.HaveInsertPoint());
H A DCGCall.cpp3564 if (HaveInsertPoint() && ReturnValue.isUnused()) {

Completed in 195 milliseconds