Searched refs:ORDER3 (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 155 #define ORDER3(a, b, c) (ORDER2(a, b) * pow(c, 3)) macro 156 #define ORDER4(a, b, c, d) (ORDER3(a, b, c) * pow(d, 4)) 162 if (f0() != ORDER3(3, 7, 2)) in test() 182 if (f4() != ORDER3(3, 7, 2)) in test()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | temp-order.cpp | 155 #define ORDER3(a, b, c) (ORDER2(a, b) * pow(c, 3)) macro 156 #define ORDER4(a, b, c, d) (ORDER3(a, b, c) * pow(d, 4)) 162 if (f0() != ORDER3(3, 7, 2)) in test() 182 if (f4() != ORDER3(3, 7, 2)) in test()
|