Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp7746 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelDirective()
10544 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPGenericLoopDirective()
10580 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()
10589 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTeamsGenericLoopDirective()
10630 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10639 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetTeamsGenericLoopDirective()
10678 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()
10687 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPParallelGenericLoopDirective()
10727 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()
10736 CS->getCapturedDecl()->setNothrow(); in ActOnOpenMPTargetParallelGenericLoopDirective()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4564 void setNothrow(bool Nothrow = true);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5124 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow() function in CapturedDecl
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1732 CD->setNothrow(Record.readInt() != 0); in VisitCapturedDecl()