Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7116 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
9974 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForDirective()
10018 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelForSimdDirective()
10063 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelMasterDirective()
10153 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTaskDirective()
11106 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
11115 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetDirective()
11171 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
11180 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelDirective()
11202 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelForDirective()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h4346 void setNothrow(bool Nothrow = true);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp4895 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1573 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()