Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp47 static constexpr int MaxCompositeValueSize = 1000; variable
916 if (CreatedValuesCount > MaxCompositeValueSize) { in initializeFieldsWithValues()
970 if (CreatedValuesCount > MaxCompositeValueSize) { in createValue()
985 if ((Depth > 1 && CreatedValuesCount > MaxCompositeValueSize) || in createValueUnlessSelfReferential()