Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp79 AllFunctions++; in setModuleInfo()
145 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
150 << "All functions: " << AllFunctions in dump()
153 AllFunctions, "all functions") in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h100 int AllFunctions = 0; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp490 bool AllFunctions = in LookupTemplateName() local
494 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()