Searched defs:NOINLINE (Results 1 - 8 of 8) sorted by relevance

/external/chromium/base/
H A Dcompiler_specific.h77 #define NOINLINE __attribute__((noinline)) macro
80 #define NOINLINE macro
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h27 # define NOINLINE __declspec(noinline) macro
30 # define NOINLINE __attribute__((noinline)) macro
62 NOINLINE
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h121 # define NOINLINE __declspec(noinline) macro
135 # define NOINLINE __attribute__((noinline))
/external/valgrind/unittest/
H A Dthread_wrappers_win.h57 #define NOINLINE __declspec(noinline) macro
H A Dthread_wrappers_pthread.h54 #define NOINLINE __attribute__ ((noinline)) macro
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc56 #define NOINLINE __attribute__((noinline)) macro
157 NOINLINE
163 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
248 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
249 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
250 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
395 NOINLINE static int GetPoisonedZero() {
419 NOINLINE void StackTestFunc() {
445 NOINLINE void StackStressFunc() {
501 NOINLINE
[all...]
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c735 #ifndef NOINLINE
737 #define NOINLINE __attribute__ ((noinline)) macro
739 #define NOINLINE __declspec(noinline) macro
741 #define NOINLINE macro
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp183 #define NOINLINE __attribute__ ((noinline)) macro
184 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};

Completed in 255 milliseconds