Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dplist-macros-with-expansion.cpp415 int getLowestCommonDenominator(int A, int B) { in getLowestCommonDenominator() function
420 int tmp = 8 / (getLowestCommonDenominator(5, 7) - 1); in testVeryComplexAlgorithm()