Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dvirtual-class-destructor.cpp276 #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 DRNBDefs.h20 #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 DCMakeLists.txt20 string(CONCAT not_found_help
/llvm-project-15.0.7/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp12 #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 Doutput_test.h17 #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 Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y) macro
56 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases({__VA_ARGS__})
H A Dskip_with_error_test.cc58 #define CONCAT(x, y) CONCAT2(x, y) macro
60 #define ADD_CASES(...) int CONCAT(dummy, __LINE__) = AddCases(__VA_ARGS__)
H A Dcomplexity_test.cc14 int CONCAT(dummy, __LINE__) = AddComplexityTest(__VA_ARGS__)
/llvm-project-15.0.7/clang/test/Index/
H A Dc-index-getCursor-test.m55 #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 Ducn-pp-identifier.c132 #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 Davoid-const-params-in-decls.cpp174 #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 Dmacro-to-enum.cpp435 #define CONCAT(n_, s_) n_##s_ macro
436 #define FN_NAME(n_, s_) CONCAT(n_, s_)
H A Duse-trailing-return-type.cpp465 #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 Dbranch-clone.cpp292 #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 DCMakeLists.txt24 string(CONCAT BINARY_INCLUDE_DIR ${PATH_HEAD} "/include/clang/" ${PATH_TAIL})
/llvm-project-15.0.7/llvm/cmake/modules/
H A DAddLLVM.cmake1657 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 DHandleLLVMOptions.cmake504 string(CONCAT all_linker_flags_uppercase
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGParser.cpp1173 case tgtok::XConcat: Code = BinOpInit::CONCAT; break; in ParseOperation()
1409 Code == BinOpInit::CONCAT || Code == BinOpInit::ADD || in ParseOperation()
H A DRecord.cpp1023 case CONCAT: { in Fold()
1214 case CONCAT: Result = "!con"; break; in getAsString()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h837 LISTSPLAT, STRCONCAT, INTERLEAVE, CONCAT, EQ, enumerator