Home
last modified time | relevance | path

Searched refs:setHasBranchProtectedScope (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1864 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPParallelDirective()
2961 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSimdDirective()
2981 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPForDirective()
3001 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPForSimdDirective()
3034 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSectionsDirective()
3045 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSectionDirective()
3056 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSingleDirective()
3066 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPMasterDirective()
3077 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPCriticalDirective()
3107 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPParallelForDirective()
[all …]
H A DSemaStmt.cpp3144 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtTryStmt()
3233 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtSynchronizedStmt()
3249 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAutoreleasePoolStmt()
3339 getCurFunction()->setHasBranchProtectedScope(); in ActOnCXXTryBlock()
3357 getCurFunction()->setHasBranchProtectedScope(); in ActOnSEHTryBlock()
H A DSemaStmtAsm.cpp605 getCurFunction()->setHasBranchProtectedScope(); in ActOnMSAsmStmt()
H A DSemaDecl.cpp4919 getCurFunction()->setHasBranchProtectedScope(); in CheckTypedefForVariablyModifiedType()
6147 getCurFunction()->setHasBranchProtectedScope(); in CheckVariableDeclarationType()
8780 getCurFunction()->setHasBranchProtectedScope(); in AddInitializerToDecl()
9284 getCurFunction()->setHasBranchProtectedScope(); in ActOnUninitializedDecl()
9408 getCurFunction()->setHasBranchProtectedScope(); in CheckCompleteVariableDeclaration()
H A DSemaExpr.cpp10864 getCurFunction()->setHasBranchProtectedScope(); in ActOnBlockStmtExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h312 void setHasBranchProtectedScope() { in setHasBranchProtectedScope() function