OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DepthLimit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
39
unsigned
DepthLimit
= (unsigned)-1;
48
if (FTD && FTD->getTemplateParameters()->getDepth() >=
DepthLimit
)
50
} else if (getDepthAndIndex(ND).first >=
DepthLimit
)
57
if (T->getDepth() <
DepthLimit
)
249
unsigned OldDepthLimit =
DepthLimit
;
253
DepthLimit
= TPL->getDepth();
258
DepthLimit
= OldDepthLimit;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp
752
static const int
DepthLimit
= 2 * NumAggElts;
757
Depth <
DepthLimit
&& CurrIVI && !KnowAllElts();
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026