Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1619 size_t SizeBefore = Results.size(); in matches() local
1641 return SizeBefore != Results.size(); in matches()
1683 size_t SizeBefore = Results.size(); in matches() local
1706 return SizeBefore != Results.size(); in matches()
2004 size_t SizeBefore = Results.size(); in matches() local
2018 return SizeBefore != Results.size(); in matches()
2055 size_t SizeBefore = Results.size(); in matches() local
2068 return SizeBefore != Results.size(); in matches()
2097 size_t SizeBefore = Results.size(); in matches() local
2114 return SizeBefore != Results.size(); in matches()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3184 unsigned SizeBefore = Assumed.getSet().size();
3191 return SizeBefore != Assumed.getSet().size() ||