HomeSort by relevance Sort by last modified time
    Searched refs:NOINLINE (Results 26 - 39 of 39) sorted by null

12

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 60 static void NOINLINE thread_init() {
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 82 #define NOINLINE __attribute__((noinline))
157 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
242 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
243 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
244 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
406 NOINLINE static int GetPoisonedZero() {
430 NOINLINE void StackTestFunc() {
456 NOINLINE void StackStressFunc() {
512 NOINLINE
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 341 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
352 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
513 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
725 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
738 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
967 NOINLINE void Refill(SizeClassAllocator *allocator, uptr class_id) {
    [all...]
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 133 NOINLINE void FakeStack::GC(uptr real_stack) {
asan_report.cc 788 static NOINLINE void
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 46 # define NOINLINE __attribute__((noinline))
48 # define NOINLINE
54 extern _X_HIDDEN NOINLINE CARD32 __glXReadReply( Display *dpy, size_t size,
57 extern _X_HIDDEN NOINLINE void __glXReadPixelReply( Display *dpy,
62 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest(
65 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
    [all...]
glsl_parser.cc 288 NOINLINE = 397,
489 #define NOINLINE 397
    [all...]
indirect.c 50 # define NOINLINE __attribute__((noinline))
52 # define NOINLINE
67 NOINLINE CARD32
92 NOINLINE void
136 NOINLINE FASTCALL GLubyte *
151 NOINLINE FASTCALL GLubyte *
180 static FASTCALL NOINLINE void
192 static FASTCALL NOINLINE void
204 static FASTCALL NOINLINE voi
    [all...]
glsl_lexer.cc     [all...]
  /external/compiler-rt/lib/msan/
msan.cc 502 NOINLINE
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 424 NOINLINE
  /external/chromium_org/content/renderer/
render_frame_impl.cc 241 NOINLINE static void CrashIntentionally() {
249 NOINLINE static void MaybeTriggerAsanError(const GURL& url) {
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 183 #define NOINLINE __attribute__ ((noinline))
184 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};
    [all...]

Completed in 335 milliseconds

12