Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h35 # define NOINLINE __declspec(noinline) macro
37 # 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/libunwind/include/
Dcompiler.h37 # define NOINLINE __attribute__((noinline)) macro
62 # define NOINLINE macro
/external/libchrome/base/
Dcompiler_specific.h84 #define NOINLINE __attribute__((noinline)) macro
86 #define NOINLINE __declspec(noinline) macro
88 #define NOINLINE macro
/external/honggfuzz/examples/badcode/targets/
Dbadcode2.c8 #define NOINLINE __attribute__ ((noinline)) macro
/external/pdfium/third_party/base/
Dcompiler_specific.h96 #define NOINLINE __attribute__((noinline)) macro
98 #define NOINLINE __declspec(noinline) macro
100 #define NOINLINE macro
/external/compiler-rt/test/asan/TestCases/
Dstack-oob-frames.cc7 #define NOINLINE __attribute__((noinline)) macro
/external/compiler-rt/test/tsan/
Dunaligned_race.cc5 #define NOINLINE __attribute__((noinline)) macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h136 # define NOINLINE __declspec(noinline) macro
149 # define NOINLINE __attribute__((noinline)) macro
/external/arm-optimized-routines/math/
Dmath_config.h225 # define NOINLINE __attribute__ ((noinline)) macro
234 # 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