Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S62 #define SUFF _relax macro
69 #define SUFF _acq macro
76 #define SUFF _rel macro
83 #define SUFF _acq_rel macro
90 #define SUFF _sync macro
/llvm-project/clang/test/Misc/
H A Dcaret-diags-macros.c182 #define APPEND2(NUM, SUFF) -1 != NUM ## SUFF argument
183 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF) argument