Home
last modified time | relevance | path

Searched defs:NOINLINE (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/third_party/base/
Dcompiler_specific.h31 #define NOINLINE __attribute__((noinline)) macro
33 #define NOINLINE __declspec(noinline) macro
35 #define NOINLINE macro
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h35 # define NOINLINE __declspec(noinline) macro
37 # define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h34 # define NOINLINE __declspec(noinline) macro
36 # define NOINLINE __attribute__((noinline)) macro
/external/compiler-rt/lib/builtins/
Dint_lib.h43 #define NOINLINE __declspec(noinline) macro
48 #define NOINLINE __attribute__((noinline)) macro
/external/libchrome/base/
Dcompiler_specific.h84 #define NOINLINE __attribute__((noinline)) macro
86 #define NOINLINE __declspec(noinline) macro
88 #define NOINLINE macro
/external/llvm-project/compiler-rt/lib/builtins/
Dint_lib.h37 #define NOINLINE __declspec(noinline) macro
42 #define NOINLINE __attribute__((noinline)) macro
/external/compiler-rt/test/asan/TestCases/
Dstack-oob-frames.cc7 #define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dstack-oob-frames.cpp7 #define NOINLINE __attribute__((noinline)) macro
/external/compiler-rt/test/tsan/
Dunaligned_race.cc5 #define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/compiler-rt/test/tsan/
Dunaligned_race.cpp5 #define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h28 #define NOINLINE __attribute__((noinline)) DEVICE macro
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h25 #define NOINLINE __noinline__ DEVICE macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h136 # define NOINLINE __declspec(noinline) macro
149 # define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h211 # define NOINLINE __declspec(noinline) macro
225 # define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/libc/AOR_v20.02/math/
Dmath_config.h74 # define NOINLINE __attribute__ ((noinline)) macro
90 # define NOINLINE macro
/external/scudo/standalone/
Dinternal_defs.h37 #define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dinternal_defs.h37 #define NOINLINE __attribute__((noinline)) macro
/external/arm-optimized-routines/math/
Dmath_config.h73 # define NOINLINE __attribute__ ((noinline)) macro
89 # define NOINLINE macro
/external/dlmalloc/
Dmalloc.c793 #define NOINLINE __attribute__ ((noinline)) macro
795 #define NOINLINE __declspec(noinline) macro
797 #define NOINLINE macro
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc132 #define NOINLINE __attribute__((noinline)) macro
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp141 #define NOINLINE __attribute__((noinline)) macro