Searched defs:PASTE (Results 1 – 5 of 5) sorted by relevance
| /third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
| D | 082-invalid-paste.c | 1 #define PASTE(x,y) x ## y macro
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| D | framework.h | 61 #define PASTE(a, b) _PASTE(a, b) macro
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-internal-routines-template.inc.h | 28 #define PASTE(x, y) PASTE_ (x, y) macro 68 PASTE (ECMA_ROUTINE_START_, BUILTIN_UNDERSCORED_ID) = ECMA_BUILTIN_ID__COUNT - 1, enumerator
|
| /third_party/elfutils/backends/ |
| D | common-reloc.c | 33 #define PASTE(a, b) PASTE_1 (a, b) macro
|
| /third_party/ffmpeg/tests/checkasm/ |
| D | checkasm.h | 288 #define PASTE(a,b) a ## b macro
|