Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp867 int Max1, Max2; in matchTopDown() local
868 while (std::min(Max1 = L1.peekMax(), Max2 = L2.peekMax()) > in matchTopDown()
870 if (Max1 > Max2) { in matchTopDown()
875 if (Max2 > Max1) { in matchTopDown()
/external/perfetto/src/profiling/memory/
Dbookkeeping_unittest.cc157 TEST(BookkeepingTest, Max2) { in TEST() argument