HomeSort by relevance Sort by last modified time
    Searched full:noinline (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/CodeGen/
attr-noinline.c 2 // RUN: grep 'noinline' %t
4 void t1() __attribute__((noinline));
ms-declspecs.c 3 // CHECK: define void @t3() nounwind noinline naked {
10 // CHECK: define void @t2() nounwind noinline {
11 __declspec(noinline) void t2() {}
noinline.c 4 // RUN: %clang_cc1 -O3 -fno-inline -fno-inline-functions -emit-llvm %s -o - | FileCheck -check-prefix=NOINLINE %s
10 // NOINLINE: @foo
11 // NOINLINE: dont_inline_me
12 // NOINLINE-NOT: inlinehint
attr-naked.c 6 // (Note that naked needs to imply noinline to work properly.)
7 // CHECK: define void @t1() nounwind noinline naked {
14 // CHECK: define void @t2() nounwind noinline naked {
  /external/clang/test/Sema/
attr-noinline.c 3 int a __attribute__((noinline)); // expected-warning {{'noinline' attribute only applies to functions}}
5 void t1() __attribute__((noinline));
7 void t2() __attribute__((noinline(2))); // expected-error {{attribute takes no arguments}}
  /external/llvm/test/Assembler/
2008-09-02-FunctionNotes2.ll 2 ; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible"
3 define void @fn1() alwaysinline noinline {
2008-09-02-FunctionNotes.ll 8 define void @fn2() noinline {
  /external/clang/test/CodeGenCXX/
noinline-template.cpp 3 // This was a problem in Sema, but only shows up as noinline missing
6 // CHECK: define linkonce_odr void @_ZN6VectorIiE13growStorageByEv(%struct.Vector* %this) nounwind noinline
11 template <class T> __attribute__((noinline)) void Vector<T>::growStorageBy() {
  /external/compiler-rt/lib/asan/output_tests/
deep_tail_call.cc 4 void __attribute__((noinline)) call4(int i) { global[i+10]++; }
6 void __attribute__((noinline)) call3(int i) { call4(i); }
8 void __attribute__((noinline)) call2(int i) { call3(i); }
10 void __attribute__((noinline)) call1(int i) { call2(i); }
stack-use-after-return.cc.disabled 3 __attribute__((noinline))
9 __attribute__((noinline))
15 __attribute__((noinline))
  /external/llvm/test/Transforms/Inline/
2008-09-02-NoInline.ll 3 define i32 @fn2() noinline {
  /external/valgrind/main/massif/tests/
overloaded-new.cpp 17 __attribute__((noinline)) void* operator new (std::size_t n) throw (std::bad_alloc)
22 __attribute__((noinline)) void* operator new (std::size_t n, std::nothrow_t const &) throw ()
27 __attribute__((noinline)) void* operator new[] (std::size_t n) throw (std::bad_alloc)
32 __attribute__((noinline)) void* operator new[] (std::size_t n, std::nothrow_t const &) throw ()
37 __attribute__((noinline)) void operator delete (void* p)
42 __attribute__((noinline)) void operator delete[] (void* p)
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.c 16 __attribute__((noinline)) int t1(void);
17 __attribute__((noinline)) int t2(void);
18 __attribute__((noinline)) int t3(void);
32 __attribute__((noinline)) int t1(void)
41 __attribute__((noinline)) int t2(void)
50 __attribute__((noinline)) int t3(void)
origin3-no.c 17 __attribute__((noinline)) int t1(void);
18 __attribute__((noinline)) int t2(void);
19 __attribute__((noinline)) int t3(void);
20 __attribute__((noinline)) int t4(void);
21 __attribute__((noinline)) int t5(void);
22 __attribute__((noinline)) int t6(void);
38 __attribute__((noinline)) int t1(void)
48 __attribute__((noinline)) int t2(void)
58 __attribute__((noinline)) int t3(void)
68 __attribute__((noinline)) int t4(void
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hsg.c 10 __attribute__((noinline))
19 __attribute__((noinline))
26 __attribute__((noinline))
  /development/ndk/platforms/android-3/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 20 #define noinline __attribute__((noinline)) macro

Completed in 616 milliseconds

1 2 3 4 5 6 7 8 91011