Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp269 size_t StepCount = 0; in simplifyType() local
271 while (!Current.Type.isNull() && StepCount++ < MaxSteps) { in simplifyType()