Searched refs:sortedIvocations (Results 1 – 3 of 3) sorted by relevance
8579 … std::set<Invocation *, bool (*)(Invocation *a, Invocation *b)> sortedIvocations(comparator); in sortByInvocationOrder() local8581 sortedIvocations.insert(i); in sortByInvocationOrder()8583 for (auto i : sortedIvocations) in sortByInvocationOrder()
8584 … std::set<Invocation *, bool (*)(Invocation *a, Invocation *b)> sortedIvocations(comparator); in sortByInvocationOrder() local8586 sortedIvocations.insert(i); in sortByInvocationOrder()8588 for (auto i : sortedIvocations) in sortByInvocationOrder()
8557 … std::set<Invocation *, bool (*)(Invocation *a, Invocation *b)> sortedIvocations(comparator); in sortByInvocationOrder() local8559 sortedIvocations.insert(i); in sortByInvocationOrder()8561 for (auto i : sortedIvocations) in sortByInvocationOrder()