Searched defs:isNothrow (Results 1 – 2 of 2) sorted by relevance
2783 bool FunctionProtoType::isNothrow(const ASTContext &Ctx, in isNothrow() function in FunctionProtoType
3664 bool isNothrow() const { return BodyAndNothrow.getInt(); } in isNothrow() function