Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp36 static constexpr int MaxCompositeValueSize = 1000; variable
430 if (CreatedValuesCount > MaxCompositeValueSize) { in createValue()
443 if ((Depth > 1 && CreatedValuesCount > MaxCompositeValueSize) || in createValueUnlessSelfReferential()