Home
last modified time | relevance | path

Searched defs:SEPARATOR (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/C/C99/
H A Dn590.c52 #define SEPARATOR ; in func() macro
173 #define SEPARATOR : in func() macro
188 #define SEPARATOR ; macro
195 #define SEPARATOR , macro
201 #define SEPARATOR , macro
213 #define SEPARATOR ; macro
/llvm-project/libunwind/src/
H A Dassembly.h26 #define SEPARATOR ; macro
36 #define SEPARATOR %% macro
65 # define SEPARATOR ; macro
67 #define SEPARATOR ; macro
[all...]
/llvm-project/compiler-rt/lib/builtins/
H A Dassembly.h24 #define SEPARATOR %% macro
26 #define SEPARATOR ; macro
[all...]
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py596 SEPARATOR = "." global() variable