Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp134 static bool FunctionCanThrow(const FunctionDecl *D) { in FunctionCanThrow() function
151 if (FunctionCanThrow(Callee)) in StmtCanThrow()
163 if (FunctionCanThrow(Dtor)) in StmtCanThrow()