Home
last modified time | relevance | path

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

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