HomeSort by relevance Sort by last modified time
    Searched refs:noinline (Results 326 - 350 of 419) sorted by null

<<11121314151617

  /external/clang/test/CodeGenCXX/
dllimport.cpp 241 // MSC-DAG: declare dllimport void @"\01?noinline@@YAXXZ"()
243 __declspec(dllimport) __attribute__((noinline)) inline void noinline() {} function
244 USE(noinline)
    [all...]
  /frameworks/av/services/audioflinger/
AudioResampler.cpp 551 __attribute__((noinline))
672 __attribute__((noinline))
  /art/runtime/base/
macros.h 168 #define NO_INLINE __attribute__ ((noinline))
  /external/eigen/bench/
benchEigenSolver.cpp 34 __attribute__ ((noinline)) void benchEigenSolver(const MatrixType& m)
  /external/eigen/bench/btl/generic_bench/
btl.hh 36 #define BTL_DONT_INLINE __attribute__((noinline))
  /external/google-benchmark/test/
benchmark_test.cc 19 # define BENCHMARK_NOINLINE __attribute__((noinline))
  /external/valgrind/VEX/priv/
host_generic_regs.c 295 __attribute__((noinline))
host_generic_regs.h 363 __attribute__((noinline))
  /external/valgrind/none/tests/
libvex_test.c 56 // noinline, as this function is also the one we decode.
57 __attribute__((noinline)) static void get_guest_arch(VexArch *ga)
  /external/valgrind/exp-sgcheck/
sg_main.c 520 __attribute__((noinline))
    [all...]
  /external/elfutils/tests/
cleanup-13.c 300 __attribute__((noinline)) static void callme ()
306 __attribute__((noinline)) static void doit ()
  /external/llvm/utils/vim/syntax/
llvm.vim 50 syn keyword llvmKeyword noalias nocapture noimplicitfloat noinline nonlazybind
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 225 #define DECLSPEC_NOINLINE __declspec(noinline)
227 #define DECLSPEC_NOINLINE __attribute__((noinline))
  /external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc 77 extern "C" __declspec(noinline) void name() { \
  /external/pcre/dist/sljit/
sljitConfigInternal.h 249 #define SLJIT_NOINLINE __attribute__ ((noinline))
  /external/pdfium/core/include/fxcrt/
fx_system.h 315 #define NEVER_INLINE __declspec(noinline)
  /external/skia/src/core/
SkConvolver.cpp 164 // Dropping to -O2 disables -ftree-vectorize. GCC 4.6 needs noinline. https://bug.skia.org/2575
166 #define SK_MAYBE_DISABLE_VECTORIZATION __attribute__((optimize("O2"), noinline))
  /external/valgrind/coregrind/
m_deduppoolalloc.c 138 __attribute__((noinline))
m_stacks.c 362 __attribute__((noinline))
m_debuglog.c 111 __attribute__((noinline))
321 __attribute__((noinline))
363 __attribute__((noinline))
    [all...]
  /external/valgrind/memcheck/tests/common/
sh-mem-vec128.tmpl.c 34 static __attribute__((noinline)) const char* get_endianness ( void )
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.c 81 __attribute__((noinline)) void vector<_Tp, _Alloc>::_M_insert_overflow_aux(pointer __pos, const _Tp& __x, const __false_type& /*DO NOT USE!!*/,
  /system/core/libpixelflinger/
fixed.cpp 254 static __attribute__((noinline))
  /external/valgrind/none/tests/amd64/
amd64locked.c 233 __attribute__((noinline)) void do_locked_G_E_##_name ( void ) \
328 __attribute__((noinline)) void do_locked_imm_E_##_name##_##_imm ( void ) \
444 __attribute__((noinline)) void do_locked_unary_E_##_name ( void ) \
  /external/valgrind/none/tests/x86/
x86locked.c 218 __attribute__((noinline)) void do_locked_G_E_##_name ( void ) \
306 __attribute__((noinline)) void do_locked_imm_E_##_name##_##_imm ( void ) \
408 __attribute__((noinline)) void do_locked_unary_E_##_name ( void ) \

Completed in 752 milliseconds

<<11121314151617