CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Member predicate TranslatedSideEffect::sortOrder

Gets the order in which this side effect should be sorted with respect to other side effects for the same expression.

Side effects are sorted first by group, and then by indexInGroup.

predicate sortOrder(int group, int indexInGroup)