Searched refs:TargetScope (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 93 unsigned TargetScope); 691 unsigned TargetScope = LabelAndGotoScopes[LD->getStmt()]; in VerifyJumps() local 692 if (JumpScope != TargetScope) in VerifyJumps() 693 DiagnoseIndirectOrAsmJump(G, JumpScope, LD, TargetScope); in VerifyJumps() 793 for (auto [TargetScope, TargetLabel] : TargetScopes) { in VerifyIndirectJumps() 799 unsigned Min = TargetScope; in VerifyIndirectJumps() 845 DiagnoseIndirectOrAsmJump(JumpStmt, JumpScope, TargetLabel, TargetScope); in VerifyIndirectJumps() 890 unsigned TargetScope) { in DiagnoseIndirectOrAsmJump() argument 891 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectOrAsmJump() 894 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5106 OMPPrivateScope TargetScope(*this); in EmitOMPTargetTaskBasedDirective() local 5128 TargetScope.addPrivate(BPVD, InputInfo.BasePointersArray); in EmitOMPTargetTaskBasedDirective() 5129 TargetScope.addPrivate(PVD, InputInfo.PointersArray); in EmitOMPTargetTaskBasedDirective() 5130 TargetScope.addPrivate(SVD, InputInfo.SizesArray); in EmitOMPTargetTaskBasedDirective() 5137 TargetScope.addPrivate(MVD, InputInfo.MappersArray); in EmitOMPTargetTaskBasedDirective() 5140 (void)TargetScope.Privatize(); in EmitOMPTargetTaskBasedDirective()
|