Home
last modified time | relevance | path

Searched defs:CONCAT (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type-macros.cpp8 #define CONCAT(a, b) a##b macro
9 CONCAT(cons, t) int p22(){} in CONCAT() function
H A Davoid-const-params-in-decls-macros.cpp5 #define CONCAT(a, b) a##b macro
H A Dconst-return-type.cpp201 #define CONCAT(a, b) a##b macro
202 CONCAT(cons, t) int n22(){} in CONCAT() function
H A Davoid-const-params-in-decls.cpp174 #define CONCAT(a, b) a##b macro
/llvm-project/clang/test/Index/
H A Dc-index-getCursor-test.m55 #define CONCAT(X, Y) X##Y macro
/llvm-project/clang/test/Lexer/
H A Dcxx0x_keyword_as_cxx98.cpp12 #define CONCAT(X,Y) CONCAT2(X,Y) macro
/llvm-project/clang/test/CodeGenCXX/
H A Ddllstorage-visibility.cpp13 #define CONCAT(x, y) CONCAT2(x, y) macro
/llvm-project/lldb/tools/debugserver/source/
H A DRNBDefs.h20 #define CONCAT(a, b) CONCAT2(a, b) macro
/llvm-project/clang/test/Preprocessor/
H A Ducn-pp-identifier.c138 #define CONCAT(A, B) A##B macro
/llvm-project/third-party/benchmark/test/
H A Dskip_with_error_test.cc60 #define CONCAT(x, y) CONCAT2(x, y) macro
H A Dregister_benchmark_test.cc54 #define CONCAT(x, y) CONCAT2(x, y) macro
H A Doutput_test.h17 #define CONCAT(x, y) CONCAT2(x, y) macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dvirtual-class-destructor.cpp276 #define CONCAT(x, y) x##y macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type.cpp465 #define CONCAT(a, b) a##b macro
H A Dmacro-to-enum.cpp435 #define CONCAT(n_, s_) n_##s_ macro
/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp600 #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 Dbranch-clone.cpp292 #define CONCAT(a, b) a##b macro
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h918 CONCAT, global() enumerator
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp3033 #define CONCAT(x, y) CONCAT2 global() macro