Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/aarch64/
H A Dlse.S62 #define SUFF _relax macro
68 #define SUFF _acq macro
74 #define SUFF _rel macro
80 #define SUFF _acq_rel macro
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Darith-3.c16 #define APPEND2(NUM, SUFF) NUM ## SUFF argument
17 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) argument