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

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/test/asan/TestCases/
alloca_overflow_partial.cc 7 __attribute__((noinline)) void foo(int index, int len) {
alloca_overflow_right.cc 7 __attribute__((noinline)) void foo(int index, int len) {
alloca_safe_access.cc 7 __attribute__((noinline)) void foo(int index, int len) {
alloca_underflow_left.cc 7 __attribute__((noinline)) void foo(int index, int len) {
vla_chrome_testcase.cc 16 __attribute__((noinline)) void fn3(int *first, int second) {
vla_condition_overflow.cc 9 __attribute__((noinline)) void foo(int index, int len) {
  /external/compiler-rt/test/lsan/TestCases/
stale_stack_leak.cc 16 __attribute__((noinline))
  /external/compiler-rt/test/msan/
select_origin.cc 10 __attribute__((noinline))
  /external/compiler-rt/test/tsan/
race_on_speculative_load.cc 7 __attribute__((noinline))
  /external/elfutils/tests/
testfile_parameter_ref.c 6 static __attribute__((noinline)) int
  /external/llvm/test/tools/sancov/Inputs/
test.cpp 11 __attribute__((noinline))
  /external/ltrace/testsuite/ltrace.torture/
ppc-lwarx.c 23 __attribute__((noinline, optimize(3))) void
  /external/valgrind/memcheck/tests/solaris/
scalar_spawn.c 7 __attribute__((noinline))
14 __attribute__((noinline))
29 __attribute__((noinline))
48 __attribute__((noinline))
scalar_tsol_clearance.c 10 __attribute__((noinline))
17 __attribute__((noinline))
32 __attribute__((noinline))
39 __attribute__((noinline))
  /external/valgrind/none/tests/arm/
ldrt_arm.c 8 __attribute__((noinline)) UInt do_ldrt_A1_imm_132 ( unsigned char* p )
19 __attribute__((noinline)) UInt do_ldrt_A2_imm_132 ( unsigned char* p )
30 __attribute__((noinline)) UInt do_ldrbt_A1_imm_2 (unsigned char* val)
41 __attribute__((noinline)) UInt do_ldrbt_A2_imm_2 (unsigned char* val)
52 __attribute__((noinline)) UInt do_ldrht_A1_imm_m2 (unsigned char* val)
63 __attribute__((noinline)) UInt do_ldrht_A2_imm_m2 (unsigned char* val)
74 __attribute__((noinline)) UInt do_ldrsht_A1_imm_m2 (unsigned char* val)
85 __attribute__((noinline)) UInt do_ldrsht_A2_imm_1 (unsigned char* val)
96 __attribute__((noinline)) UInt do_ldrsbt_A1_imm_1 (unsigned char* val)
107 __attribute__((noinline)) UInt do_ldrsbt_A2_imm_1 (unsigned char* val
    [all...]
vcvt_fixed_float_VFP.c 8 __attribute__((noinline)) float s32_to_f32_imm1(int x)
15 __attribute__((noinline)) float s32_to_f32_imm32(int x)
32 __attribute__((noinline)) float u32_to_f32_imm1(int x)
39 __attribute__((noinline)) float u32_to_f32_imm32(int x)
56 __attribute__((noinline)) double s32_to_f64_imm1(int x)
71 __attribute__((noinline)) double s32_to_f64_imm32(int x)
96 __attribute__((noinline)) double u32_to_f64_imm1(int x)
111 __attribute__((noinline)) double u32_to_f64_imm32(int x)
136 __attribute__((noinline)) ULong f64_to_s32_imm1 ( double d )
151 __attribute__((noinline)) ULong f64_to_s32_imm32 ( double d
    [all...]
  /external/valgrind/none/tests/ppc64/
test_tm.c 3 int __attribute__ ((noinline)) htm_begin (int r3, int r4)
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
pass-function.c 41 __attribute__((noinline)) static int function_test();
  /toolchain/binutils/binutils-2.25/gold/testsuite/
large_symbol_alignment.cc 33 is_aligned(const int& var, int align) __attribute__((noinline));
  /art/test/542-inline-trycatch/src/
Main.java 21 // the compiler recognizing and enforcing the $inline$ and $noinline$ markers.
39 private static int $noinline$TryCatch(String str) {
124 val = $noinline$TryCatch("42");
131 val = $noinline$TryCatch("xyz");
144 val = $noinline$TryCatch("42");
151 val = $noinline$TryCatch("xyz");
  /external/clang/test/CodeGen/
pragma-weak.c 87 void __declfirstattr(void) __attribute((noinline));
104 void __mix2(void) __attribute((noinline));
105 void __mix2(void) __attribute((noinline));
130 void __a1(void) __attribute((noinline));
136 __attribute((pure,noinline,const)) void __xxx(void) { }
191 // CHECK: attributes [[NI]] = { noinline nounwind{{.*}} }
192 // CHECK: attributes [[RN]] = { noinline nounwind readnone{{.*}} }
  /external/valgrind/none/tests/arm64/
cvtf_imm.c 15 __attribute__((noinline)) double do_scvtf_d_x_imm1 ( Long x )
23 __attribute__((noinline)) double do_scvtf_d_x_imm32 ( Long x )
31 __attribute__((noinline)) double do_scvtf_d_x_imm64 ( Long x )
40 __attribute__((noinline)) double do_ucvtf_d_x_imm1 ( Long x )
48 __attribute__((noinline)) double do_ucvtf_d_x_imm32 ( Long x )
56 __attribute__((noinline)) double do_ucvtf_d_x_imm64 ( Long x )
68 __attribute__((noinline)) double do_scvtf_d_w_imm1 ( Int x )
76 __attribute__((noinline)) double do_scvtf_d_w_imm16 ( Int x )
84 __attribute__((noinline)) double do_scvtf_d_w_imm32 ( Int x )
93 __attribute__((noinline)) double do_ucvtf_d_w_imm1 ( Int x
    [all...]
  /art/test/466-get-live-vreg/src/
Main.java 34 static void $opt$noinline$testIntervalHole(int arg, boolean test) {
73 $opt$noinline$testIntervalHole(arg, test);
  /art/test/491-current-method/src/
Main.java 23 public static void $noinline$foo(int a, int b, int c) {
61 $noinline$foo(1, 2, 3);
  /art/test/526-long-regalloc/src/
Main.java 25 $noinline$bar(); // makes allocation of a and b to be callee-save registers
56 public static long $noinline$bar() {

Completed in 677 milliseconds

1 2 3 4 5 6 78 91011>>