Home
last modified time | relevance | path

Searched defs:Nothrow (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5436 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow()
H A DExprConstant.cpp9931 LValue Nothrow; in VisitCXXNewExpr() local