Searched defs:_type (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-equals-default-macros.cpp | 4 #define STRUCT_WITH_DEFAULT(_base, _type) \ argument
|
H A D | use-equals-default.cpp | 274 #define STRUCT_WITH_DEFAULT(_base, _type) \ argument
|
H A D | use-equals-default-copy.cpp | 523 #define STRUCT_WITH_COPY_CONSTRUCT(_base, _type) \ argument 533 #define STRUCT_WITH_COPY_ASSIGN(_base, _type) \ argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | suppress-availability-error-cf-options.cpp | 4 #define CF_OPTIONS(_type, _name) __attribute__((availability(swift, unavailable))) _type _name; enu… argument
|
/llvm-project/clang/test/ARCMT/allowlisted/ |
H A D | header2.h | 2 #define NS_ENUM(_type, _name) enum _name : _type _name; enum _name : _type argument
|
/llvm-project/clang/test/Modules/Inputs/F.framework/PrivateHeaders/ |
H A D | NS.h | 12 #define NS_ENUM(_type, _name) \ argument
|
/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | AuxVector.cpp | 56 #define ENTRY_NAME(_type) \ in GetEntryName() argument
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1466 #define __sanitizer_syscall_pre_add_key(_type, _description, _payload, plen, \ argument 1471 #define __sanitizer_syscall_post_add_key(res, _type, _description, _payload, \ argument 1476 #define __sanitizer_syscall_pre_request_key(_type, _description, \ argument 1481 #define __sanitizer_syscall_post_request_key(res, _type, _description, \ argument
|