/external/clang/test/Analysis/ |
crash-trace.c | 10 void inlined() { function 15 inlined(); 21 // CHECK-NEXT: #0 void inlined()
|
unreachable-code-path.c | 143 void inlined(int condition) { function 155 inlined(0);
|
/external/compiler-rt/test/asan/TestCases/ |
use-after-scope-inlined.cc | 11 void inlined(int arg) { function 18 inlined(argc); 23 // CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
|
/prebuilts/go/darwin-x86/test/interface/ |
assertinline.go | 10 return x.(*int) // ERROR "type assertion inlined" 14 z, ok := x.(*int) // ERROR "type assertion inlined" 19 return x.(func()) // ERROR "type assertion inlined" 23 z, ok := x.(func()) // ERROR "type assertion inlined" 28 return x.(struct{ *int }) // ERROR "type assertion inlined" 32 z, ok := x.(struct{ *int }) // ERROR "type assertion inlined" 37 return x.(complex128) // ERROR "type assertion inlined" 41 z, ok := x.(complex128) // ERROR "type assertion inlined" 46 _, ok := x.(complex128) // ERROR "type assertion inlined" 51 return x.([]int) // ERROR "type assertion inlined" [all...] |
/prebuilts/go/linux-x86/test/interface/ |
assertinline.go | 10 return x.(*int) // ERROR "type assertion inlined" 14 z, ok := x.(*int) // ERROR "type assertion inlined" 19 return x.(func()) // ERROR "type assertion inlined" 23 z, ok := x.(func()) // ERROR "type assertion inlined" 28 return x.(struct{ *int }) // ERROR "type assertion inlined" 32 z, ok := x.(struct{ *int }) // ERROR "type assertion inlined" 37 return x.(complex128) // ERROR "type assertion inlined" 41 z, ok := x.(complex128) // ERROR "type assertion inlined" 46 _, ok := x.(complex128) // ERROR "type assertion inlined" 51 return x.([]int) // ERROR "type assertion inlined" [all...] |
/external/elfutils/tests/ |
run-addr2line-i-demangle-test.sh | 38 foobar inlined at /tmp/x.cpp:15 in bar() 42 fubar inlined at /tmp/x.cpp:20 in baz() 46 foobar inlined at /tmp/x.cpp:15 in foo() 52 fubar inlined at /tmp/x.cpp:20 in foo() 60 fubar inlined at /tmp/x.cpp:32 in fu() 64 foobar inlined at /tmp/x.cpp:33 in fu()
|
run-addr2line-alt-debugpath.sh | 43 (inlined by) bar at /tmp/x.cpp:15 45 (inlined by) baz at /tmp/x.cpp:20 47 (inlined by) bar at /tmp/x.cpp:15 48 (inlined by) _Z3foov at /tmp/x.cpp:25 50 (inlined by) baz at /tmp/x.cpp:20 51 (inlined by) _Z3foov at /tmp/x.cpp:26 54 (inlined by) _Z2fuv at /tmp/x.cpp:32 56 (inlined by) _Z2fuv at /tmp/x.cpp:33
|
run-addr2line-i-test.sh | 115 foobar inlined at /tmp/x.cpp:15 in _Z3barv 119 fubar inlined at /tmp/x.cpp:20 in _Z3bazv 123 foobar inlined at /tmp/x.cpp:15 in _Z3foov 129 fubar inlined at /tmp/x.cpp:20 in _Z3foov 137 fubar inlined at /tmp/x.cpp:32 in _Z2fuv 141 foobar inlined at /tmp/x.cpp:33 in _Z2fuv 162 foobar inlined at /tmp/x.cpp:15 in _Z3barv 167 fubar inlined at /tmp/x.cpp:20 in _Z3bazv 172 foobar inlined at /tmp/x.cpp:15 in _Z3foov 179 fubar inlined at /tmp/x.cpp:20 in _Z3foo [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/issue15071.dir/exp/ |
exp.go | 8 return inlined(x) 11 func inlined(x int) int { func
|
/prebuilts/go/linux-x86/test/fixedbugs/issue15071.dir/exp/ |
exp.go | 8 return inlined(x) 11 func inlined(x int) int { func
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug401.go | 30 panic("not-inlined complex call failed") 36 panic("potentially inlined complex call failed") 42 panic("potentially inlined complex call failed")
|
issue12677.go | 7 // Issue 12677: Type loss during export/import of inlined function body.
|
issue4370.go | 7 // Re-exporting inlined function bodies missed types in x, ok := v.(Type)
|
issue5910.go | 8 // in inlined bodies was broken.
|
issue7023.go | 7 // Issue 7023: corrupted export data when an inlined function
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug401.go | 30 panic("not-inlined complex call failed") 36 panic("potentially inlined complex call failed") 42 panic("potentially inlined complex call failed")
|
issue12677.go | 7 // Issue 12677: Type loss during export/import of inlined function body.
|
issue4370.go | 7 // Re-exporting inlined function bodies missed types in x, ok := v.(Type)
|
issue5910.go | 8 // in inlined bodies was broken.
|
issue7023.go | 7 // Issue 7023: corrupted export data when an inlined function
|
/external/elfutils/libdw/ |
dwarf_getscopes.c | 43 unsigned int inlined, nscopes; member in struct:args 77 a->inlined = depth; 84 concrete inlined instance. */ 130 a->nscopes = depth + 1 - a->inlined; 144 if (a->inlined == 0) 150 /* This is the concrete inlined instance itself. 152 Dwarf_Die *const inlinedie = &a->scopes[depth - a->inlined]; 165 /* We've recorded the scopes back to one that is a concrete inlined 169 assert (a->inlined); 170 if (depth >= a->inlined) [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/issue11053.dir/ |
p_test.go | 29 out.V = p.Int32(x) // inlined, p.i.2 moved to heap 36 s.Add(out) // not inlined.
|
/prebuilts/go/linux-x86/test/fixedbugs/issue11053.dir/ |
p_test.go | 29 out.V = p.Int32(x) // inlined, p.i.2 moved to heap 36 s.Add(out) // not inlined.
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/ |
pkg3.go | 5 // Use the functions in pkg2.go so that the inlined
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug396.dir/ |
two.go | 5 // Use the functions in one.go so that the inlined
|