Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5124 void CapturedDecl::setNothrow(bool Nothrow) { BodyAndNothrow.setInt(Nothrow); } in setNothrow()
H A DExprConstant.cpp9536 LValue Nothrow; in VisitCXXNewExpr() local