Home
last modified time | relevance | path

Searched refs:setNothrow (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7897 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
10784 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()
10820 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()
10870 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10918 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()
10967 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()
11120 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
11164 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
11209 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
11232 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMaskedDirective()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4679 void setNothrow(bool Nothrow = true);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5374 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1807 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()