HomeSort by: relevance | last modified time | path
    Searched refs:AllFunctions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
ImportedFunctionsInliningStatistics.h 68 /// Set information like AllFunctions, ImportedFunctions, ModuleName.
99 int AllFunctions = 0;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ImportedFunctionsInliningStatistics.cpp 78 AllFunctions++;
144 auto NotImportedFuncCount = AllFunctions - ImportedFunctions;
149 << "All functions: " << AllFunctions
152 AllFunctions, "all functions")
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 487 bool AllFunctions =
492 if (AllFunctions || (Found.empty() && !IsDependent)) {

Completed in 34 milliseconds