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

/external/clang/lib/CodeGen/
H A DCodeGenModule.h335 bool isTriviallyRecursive(const FunctionDecl *F);
H A DCodeGenModule.cpp965 // isTriviallyRecursive - Check if this function calls another
969 CodeGenModule::isTriviallyRecursive(const FunctionDecl *FD) { function in class:CodeGenModule
998 return !isTriviallyRecursive(F);

Completed in 55 milliseconds