Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7132 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
10008 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
10052 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
10097 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
10188 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()
11141 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
11206 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
11237 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelForDirective()
11335 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetEnterDataDirective()
11372 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetExitDataDirective()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4372 void setNothrow(bool Nothrow = true);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1575 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()