Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h542 bool isTriviallyRecursive(const FunctionDecl *F);
H A DCodeGenModule.cpp3527 CodeGenModule::isTriviallyRecursive(const FunctionDecl *FD) { in isTriviallyRecursive() function in CodeGenModule
3581 return !isTriviallyRecursive(F); in shouldEmitFunction()