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

/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp37 static constexpr int MaxCompositeValueSize = 1000; member in namespace:clang::dataflow
673 if (CreatedValuesCount > MaxCompositeValueSize) {
686 if ((Depth > 1 && CreatedValuesCount > MaxCompositeValueSize) ||

Completed in 172 milliseconds