Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h99 int AllFunctions = 0; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp493 bool AllFunctions = in LookupTemplateName() local
497 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()