Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp80 AllFunctions++; in setModuleInfo()
146 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
151 << "All functions: " << AllFunctions in dump()
154 AllFunctions, "all functions") in dump()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp494 bool AllFunctions = in LookupTemplateName() local
498 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()