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

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

Completed in 94 milliseconds