HomeSort by relevance Sort by last modified time
    Searched refs:isTriviallyRecursive (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenModule.h 334 bool isTriviallyRecursive(const FunctionDecl *F);
    [all...]
CodeGenModule.cpp 907 // isTriviallyRecursive - Check if this function calls another
911 CodeGenModule::isTriviallyRecursive(const FunctionDecl *FD) {
    [all...]

Completed in 46 milliseconds