/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | math-missing-parentheses.cpp | 20 #define FUN(ARG) (sink(ARG)) argument 21 #define FUN2(ARG) sink((ARG)) argument 22 #define FUN3(ARG) sink(ARG) argument 23 #define FUN4(ARG) sink(1 + ARG) argument 24 #define FUN5(ARG) sink(4 * ARG) argument
|
/llvm-project/libcxx/test/support/ |
H A D | assert_macros.h | 71 #define TEST_FAIL(ARG) ::test_fail(__FILE__, __LINE__, ARG) argument 75 #define TEST_REQUIRE(CONDITION, ARG) ::test_require(CONDITION, #CONDITION, __FILE__, __LINE__, ARG) argument 84 # define TEST_LIBCPP_REQUIRE(CONDITION, ARG) ::test_require(CONDITION, #CONDITION, __FILE__, __LINE__, ARG) argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | auto.c | 32 #define AUTO_MACRO(_NAME, ARG, ARG2, ARG3) auto _NAME = ARG + (ARG2 / ARG3); argument 34 #define AUTO_INT_MACRO(_NAME, ARG, ARG2, ARG3) auto _NAME = (ARG ^ ARG2) & ARG3; argument
|
/llvm-project/clang/test/Index/ |
H A D | comment-to-html-xml-conversion-with-original-literals.cpp | 12 #define ARG(x) x macro
|
/llvm-project/clang/test/C/C23/ |
H A D | n3007.c | 171 #define AUTO_MACRO(_NAME, ARG, ARG2, ARG3) \ argument 175 #define AUTO_INT_MACRO(_NAME, ARG, ARG2, ARG3) \ argument
|
/llvm-project/clang/test/Parser/ |
H A D | c2x-auto.c | 4 #define AUTO_MACRO(_NAME, ARG, ARG2, ARG3) \ argument
|
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | fdr_controller_test.cpp | 337 uint64_t ARG = 1; in TEST_F() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.cpp | 1788 #define _xabort(ARG) _asm _emit 0xc6 _asm _emit 0xf8 _asm _emit ARG argument 1790 #define _xabort(ARG) \ argument
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg1xx.cpp | 759 class ARG { }; global() class
|