Home
last modified time | relevance | path

Searched refs:AllFunctions (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp78 AllFunctions++; in setModuleInfo()
144 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
149 << "All functions: " << AllFunctions in dump()
152 AllFunctions, "all functions") in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp487 bool AllFunctions = in LookupTemplateName() local
492 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()