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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp51 if (!HaveInsertPoint()) {
346 if (HaveInsertPoint())
788 if (HaveInsertPoint())
802 if (HaveInsertPoint())
815 if (HaveInsertPoint())
H A DCGException.cpp1246 if (HaveInsertPoint())
1289 if (HaveInsertPoint())
1347 if (CGF.HaveInsertPoint()) {
H A DCGCleanup.cpp455 assert(CGF.HaveInsertPoint() && "cleanup ended with no insertion point?");
877 if (!HaveInsertPoint())
H A DCGDecl.cpp898 if (HaveInsertPoint())
994 if (!HaveInsertPoint()) {
1176 if (!HaveInsertPoint()) return;
H A DCodeGenFunction.cpp1088 assert(HaveInsertPoint());
H A DCGObjCMac.cpp1473 if (CGF.HaveInsertPoint()) CGF.Builder.CreateBr(contBB);
2844 if (CGF.HaveInsertPoint()) {
3308 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?");
3352 assert(CGF.HaveInsertPoint() && "DeclStmt destroyed insert point?");
3409 if (CGF.HaveInsertPoint())
3417 if (CGF.HaveInsertPoint()) {
H A DCodeGenFunction.h1534 /// HaveInsertPoint - True if an insertion point is defined. If not, this
1536 bool HaveInsertPoint() const { function in namespace:clang::CodeGen
1545 if (!HaveInsertPoint())
H A DCGExprAgg.cpp735 assert(CGF.HaveInsertPoint() && "expression evaluation ended with no IP!");
H A DCGBlocks.cpp494 assert(CGF.HaveInsertPoint());
H A DCGExpr.cpp1743 if (HaveInsertPoint()) {

Completed in 99 milliseconds