Home
last modified time | relevance | path

Searched defs:num_eq (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc39 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c39 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro