| /external/pdfium/third_party/base/ |
| D | compiler_specific.h | 39 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro 41 #define ALWAYS_INLINE __forceinline macro 43 #define ALWAYS_INLINE inline macro
|
| /external/compiler-rt/lib/builtins/ |
| D | int_lib.h | 42 #define ALWAYS_INLINE __forceinline macro 47 #define ALWAYS_INLINE __attribute__((always_inline)) macro
|
| /external/libchrome/base/ |
| D | compiler_specific.h | 92 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro 94 #define ALWAYS_INLINE __forceinline macro 96 #define ALWAYS_INLINE inline macro
|
| /external/pffft/ |
| D | pffft.c | 77 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro 82 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
|
| D | pffft_double.c | 87 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro 92 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
|
| D | pf_mixer.cpp | 62 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro 65 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
|
| /external/llvm-project/compiler-rt/lib/builtins/ |
| D | int_lib.h | 36 #define ALWAYS_INLINE __forceinline macro 41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
|
| /external/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerPlatform.h | 106 #define ALWAYS_INLINE __attribute__((always_inline)) macro 109 #define ALWAYS_INLINE macro
|
| /external/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerPlatform.h | 106 #define ALWAYS_INLINE __attribute__((always_inline)) macro 109 #define ALWAYS_INLINE macro
|
| /external/mesa3d/src/util/ |
| D | macros.h | 144 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro 146 # define ALWAYS_INLINE __forceinline macro 148 # define ALWAYS_INLINE inline macro
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-use-trailing-return-type.cpp | 385 #define ALWAYS_INLINE inline macro
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_internal_defs.h | 131 # define ALWAYS_INLINE __forceinline macro 143 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_internal_defs.h | 206 # define ALWAYS_INLINE __forceinline macro 219 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
| /external/scudo/standalone/ |
| D | internal_defs.h | 34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | internal_defs.h | 34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
| /external/python/cpython3/Modules/_decimal/libmpdec/ |
| D | mpdecimal.c | 66 #define ALWAYS_INLINE __forceinline macro 68 #define ALWAYS_INLINE macro 73 #define ALWAYS_INLINE macro 75 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sparse_matmul_op.cc | 50 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE macro
|
| /external/llvm-project/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 142 #define ALWAYS_INLINE __attribute__((always_inline)) macro
|