Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp913 int CreatedValuesCount = 0; in initializeFieldsWithValues() local
914 initializeFieldsWithValues(Loc, Type, Visited, 0, CreatedValuesCount); in initializeFieldsWithValues()
915 if (CreatedValuesCount > MaxCompositeValueSize) { in initializeFieldsWithValues()
966 int CreatedValuesCount = 0; in createValue() local
968 CreatedValuesCount); in createValue()
969 if (CreatedValuesCount > MaxCompositeValueSize) { in createValue()
978 int &CreatedValuesCount) { in createValueUnlessSelfReferential() argument
984 if ((Depth > 1 && CreatedValuesCount > MaxCompositeValueSize) || in createValueUnlessSelfReferential()
989 CreatedValuesCount++; in createValueUnlessSelfReferential()
997 CreatedValuesCount++; in createValueUnlessSelfReferential()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h704 int Depth, int &CreatedValuesCount);
712 int Depth, int &CreatedValuesCount);
722 int &CreatedValuesCount);