Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dattr-noreturn.cpp8 void nofail();
12 a.nofail(); in test1()
/external/python/cpython3/Modules/
Dgcmodule.c1007 Py_ssize_t *n_collected, Py_ssize_t *n_uncollectable, int nofail) in collect() argument
1155 if (nofail) { in collect()