| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
| H A D | virtual-class-destructor.cpp | 276 #define CONCAT(x, y) x##y macro 282 CONCAT(vir, tual) CONCAT(~Foo, Bar1()); // no-fixit 289 virtual CONCAT(~Foo, Bar2()); // FIXME: We should have a fixit for this. 300 CONCAT(vir, tual) ~FooBar3(); 311 CONCAT(vir, tual) ~CONCAT(Foo, Bar4()); 319 XMACRO(CONCAT(vir, tual), ~CONCAT(Foo, Bar5());) // no-crash, no-fixit 330 #undef CONCAT
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBDefs.h | 20 #define CONCAT(a, b) CONCAT2(a, b) macro 33 extern "C" const unsigned char CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, 36 CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionNumber) 40 extern "C" const double CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionNumber); 42 CONCAT(DEBUGSERVER_PROGRAM_SYMBOL, VersionString)
|
| H A D | CMakeLists.txt | 20 string(CONCAT not_found_help
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | cxx0x_keyword_as_cxx98.cpp | 12 #define CONCAT(X,Y) CONCAT2(X,Y) macro 14 int CONCAT(constexpr,ession); 19 extern int CONCAT(align,of); // expected-warning {{'alignof' is a keyword in C++11}} 21 #define static_assert(b, s) int CONCAT(check, __LINE__)[(b) ? 1 : 0];
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | output_test.h | 17 #define CONCAT(x, y) CONCAT2(x, y) macro 19 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = ::AddCases(__VA_ARGS__) 22 int CONCAT(dummy, __LINE__) = ::SetSubstitutions(__VA_ARGS__) 83 size_t CONCAT(dummy, __LINE__) = AddChecker(bm_name_pattern, checker_function) 160 CONCAT(BM_CHECK_, relationship) \ 171 CONCAT(BM_CHECK_FLOAT_, relationship) \
|
| H A D | register_benchmark_test.cc | 54 #define CONCAT(x, y) CONCAT2(x, y) macro 56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
|
| H A D | skip_with_error_test.cc | 58 #define CONCAT(x, y) CONCAT2(x, y) macro 60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
|
| H A D | complexity_test.cc | 14 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | c-index-getCursor-test.m | 55 #define CONCAT(X, Y) X##Y macro 58 int CONCAT(my,_var); 60 #undef CONCAT 165 // CHECK: [55:9 - 55:26] macro definition=CONCAT 168 // CHECK: [58:8 - 58:15] macro expansion=CONCAT:55:9
|
| /llvm-project-15.0.7/clang/test/Preprocessor/ |
| H A D | ucn-pp-identifier.c | 132 #define CONCAT(A, B) A##B macro 133 int CONCAT(\N{GREEK, CAPITALLETTERALPHA}); // expected-error{{expected}} \
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | avoid-const-params-in-decls.cpp | 174 #define CONCAT(a, b) a##b macro 175 void ConstNotVisible(CONCAT(cons, t) int i);
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | macro-to-enum.cpp | 435 #define CONCAT(n_, s_) n_##s_ macro 436 #define FN_NAME(n_, s_) CONCAT(n_, s_)
|
| H A D | use-trailing-return-type.cpp | 465 #define CONCAT(a, b) a##b macro 466 CONCAT(con, st) int& h16();
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | branch-clone.cpp | 292 #define CONCAT(a, b) a##b macro 295 CONCAT(i, f) (in > 77) in test_macro10() 298 CONCAT(el, se) in test_macro10()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | CMakeLists.txt | 24 string(CONCAT BINARY_INCLUDE_DIR ${PATH_HEAD} "/include/clang/" ${PATH_TAIL})
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 1657 string(CONCAT LLVM_LIT_PATH_FUNCTION 1725 string(CONCAT LIT_SITE_CFG_IN_HEADER 1733 string(CONCAT LIT_SITE_CFG_IN_HEADER "${LIT_SITE_CFG_IN_HEADER}"
|
| H A D | HandleLLVMOptions.cmake | 504 string(CONCAT all_linker_flags_uppercase
|
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 1173 case tgtok::XConcat: Code = BinOpInit::CONCAT; break; in ParseOperation() 1409 Code == BinOpInit::CONCAT || Code == BinOpInit::ADD || in ParseOperation()
|
| H A D | Record.cpp | 1023 case CONCAT: { in Fold() 1214 case CONCAT: Result = "!con"; break; in getAsString()
|
| /llvm-project-15.0.7/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 837 LISTSPLAT, STRCONCAT, INTERLEAVE, CONCAT, EQ, enumerator
|