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.cpp914 int CreatedValuesCount = 0; in initializeFieldsWithValues() local
915 initializeFieldsWithValues(Loc, Type, Visited, 0, CreatedValuesCount); in initializeFieldsWithValues()
916 if (CreatedValuesCount > MaxCompositeValueSize) { in initializeFieldsWithValues()
967 int CreatedValuesCount = 0; in createValue() local
969 CreatedValuesCount); in createValue()
970 if (CreatedValuesCount > MaxCompositeValueSize) { in createValue()
979 int &CreatedValuesCount) { in createValueUnlessSelfReferential() argument
985 if ((Depth > 1 && CreatedValuesCount > MaxCompositeValueSize) || in createValueUnlessSelfReferential()
990 CreatedValuesCount++; in createValueUnlessSelfReferential()
998 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);