Searched defs:isTriviallyRecursive (Results 1 - 1 of 1) sorted by path

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

Completed in 268 milliseconds