/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | const-return-type-macros.cpp | 8 #define CONCAT(a, b) a##b macro 9 CONCAT(cons, t) int p22(){} in CONCAT() function
|
H A D | avoid-const-params-in-decls-macros.cpp | 5 #define CONCAT(a, b) a##b macro
|
H A D | const-return-type.cpp | 201 #define CONCAT(a, b) a##b macro 202 CONCAT(cons, t) int n22(){} in CONCAT() function
|
H A D | avoid-const-params-in-decls.cpp | 174 #define CONCAT(a, b) a##b macro
|
/llvm-project/clang/test/Index/ |
H A D | c-index-getCursor-test.m | 55 #define CONCAT(X, Y) X##Y macro
|
/llvm-project/clang/test/Lexer/ |
H A D | cxx0x_keyword_as_cxx98.cpp | 12 #define CONCAT(X,Y) CONCAT2(X,Y) macro
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | dllstorage-visibility.cpp | 13 #define CONCAT(x, y) CONCAT2(x, y) macro
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | RNBDefs.h | 20 #define CONCAT(a, b) CONCAT2(a, b) macro
|
/llvm-project/clang/test/Preprocessor/ |
H A D | ucn-pp-identifier.c | 138 #define CONCAT(A, B) A##B macro
|
/llvm-project/third-party/benchmark/test/ |
H A D | skip_with_error_test.cc | 60 #define CONCAT(x, y) CONCAT2(x, y) macro
|
H A D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) macro
|
H A D | output_test.h | 17 #define CONCAT(x, y) CONCAT2(x, y) macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | virtual-class-destructor.cpp | 276 #define CONCAT(x, y) x##y macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-trailing-return-type.cpp | 465 #define CONCAT(a, b) a##b macro
|
H A D | macro-to-enum.cpp | 435 #define CONCAT(n_, s_) n_##s_ macro
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 600 #define ECase(X) IO.enumCase(Type, #X, CONCAT(X)); in enumeration() macro 640 #define ECase(X) IO.enumCase(Type, #X, CONCAT(X)); in enumeration() macro
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | branch-clone.cpp | 292 #define CONCAT(a, b) a##b macro
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 918 CONCAT, global() enumerator
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 3033 #define CONCAT(x, y) CONCAT2 global() macro
|