Home
last modified time | relevance | path

Searched defs:ALWAYS_INLINE (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h36 #define ALWAYS_INLINE __forceinline macro
41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-trailing-return-type.cpp385 #define ALWAYS_INLINE inline macro
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h214 # define ALWAYS_INLINE global() macro
227 # define ALWAYS_INLINE global() macro
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Duncounted-obj-arg.cpp47 #if !defined(ALWAYS_INLINE) macro
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp146 #define ALWAYS_INLINE __attribute__((always_inline)) macro