Searched defs:STR_SIZE (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | AllDiagnostics.h | 38 #define STR_SIZE(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | AllDiagnostics.h | 39 #define STR_SIZE(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | AllDiagnostics.h | 38 #define STR_SIZE(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | AllDiagnostics.h | 38 #define STR_SIZE(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \ macro
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | AllDiagnostics.h | 37 #define STR_SIZE(str, fieldTy) clang::StringSizerHelper<sizeof(str)-1, \ macro
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/ |
D | SizeTraits.h | 174 #define STR_SIZE(str, fieldTy) StringSizerHelper<sizeof(str) - 1, fieldTy>::Size macro
|
/aosp_15_r20/external/liburing/test/ |
H A D | submit-reuse.c | 18 #define STR_SIZE 32768 macro
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testtime.c | 25 #define STR_SIZE 45 macro
|
/aosp_15_r20/external/squashfs-tools/squashfs-tools/ |
H A D | action.c | 101 #define STR_SIZE 256 macro
|