Home
last modified time | relevance | path

Searched refs:isNoThrow (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DBuiltins.h98 bool isNoThrow(unsigned ID) const { in isNoThrow() function
/external/clang/lib/Sema/
DSemaDecl.cpp9026 if (Context.BuiltinInfo.isNoThrow(BuiltinID) && !FD->getAttr<NoThrowAttr>()) in AddKnownFunctionAttributes()