Searched defs:PASTE (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 082-invalid-paste.c | 1 #define PASTE(x,y) x ## y macro
|
/external/oss-fuzz/projects/libgd/ |
D | parser_target.cc | 20 #define PASTE(x) gdImageCreateFrom ## x ## Ptr macro
|
/external/llvm-project/clang/test/Lexer/ |
D | cxx2a-spaceship.cpp | 36 #define PASTE(x, y) x ## y macro
|
/external/clang/test/Preprocessor/ |
D | ucn-pp-identifier.c | 60 #define PASTE(A, B) A ## B macro
|
/external/llvm-project/clang/test/Preprocessor/ |
D | ucn-pp-identifier.c | 59 #define PASTE(A, B) A ## B macro
|
/external/mesa3d/src/amd/compiler/tests/ |
D | framework.h | 57 #define PASTE(a, b) _PASTE(a, b) macro
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | logging.h | 33 #define PASTE(x, y) x ## y macro
|
/external/linux-kselftest/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 35 #define PASTE(RA, RB, L, RC) \ macro
|
/external/elfutils/backends/ |
D | common-reloc.c | 33 #define PASTE(a, b) PASTE_1 (a, b) macro
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleOperations.java | 260 final short PASTE = -60; field
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 130 EDIT, PREFS, EMAIL, RESIZE, COPY, PASTE; enumConstant
|