Searched refs:ORDER6 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 158 #define ORDER6(a, b, c, d, e, f) (ORDER5(a, b, c, d, e) * pow(f, 6)) macro 192 if (f6() != ORDER6(3, 7, 11, 5, 13, 2)) in test()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 158 #define ORDER6(a, b, c, d, e, f) (ORDER5(a, b, c, d, e) * pow(f, 6)) macro 192 if (f6() != ORDER6(3, 7, 11, 5, 13, 2)) in test()
|