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

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

Completed in 40 milliseconds