HomeSort by relevance Sort by last modified time
    Searched full:func (Results 351 - 375 of 13995) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 23 #define SCOPED_INTERCEPTOR_RAW(func, ...) \
26 ScopedInterceptor si(thr, #func, caller_pc); \
31 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \
32 SCOPED_INTERCEPTOR_RAW(func, __VA_ARGS__); \
33 if (REAL(func) == 0) { \
34 Report("FATAL: ThreadSanitizer: failed to intercept %s\n", #func); \
38 return REAL(func)(__VA_ARGS__); \
47 #define TSAN_INTERCEPTOR(ret, func, ...) INTERCEPTOR(ret, func, __VA_ARGS__)
  /prebuilts/go/darwin-x86/src/net/
cgo_stub.go 9 func init() { netGo = true }
13 func (eai addrinfoErrno) Error() string { return "<nil>" }
14 func (eai addrinfoErrno) Temporary() bool { return false }
15 func (eai addrinfoErrno) Timeout() bool { return false }
17 func cgoLookupHost(name string) (addrs []string, err error, completed bool) {
21 func cgoLookupPort(network, service string) (port int, err error, completed bool) {
25 func cgoLookupIP(name string) (addrs []IPAddr, err error, completed bool) {
29 func cgoLookupCNAME(name string) (cname string, err error, completed bool) {
33 func cgoLookupPTR(addr string) (ptrs []string, err error, completed bool) {
  /prebuilts/go/linux-x86/src/net/
cgo_stub.go 9 func init() { netGo = true }
13 func (eai addrinfoErrno) Error() string { return "<nil>" }
14 func (eai addrinfoErrno) Temporary() bool { return false }
15 func (eai addrinfoErrno) Timeout() bool { return false }
17 func cgoLookupHost(name string) (addrs []string, err error, completed bool) {
21 func cgoLookupPort(network, service string) (port int, err error, completed bool) {
25 func cgoLookupIP(name string) (addrs []IPAddr, err error, completed bool) {
29 func cgoLookupCNAME(name string) (cname string, err error, completed bool) {
33 func cgoLookupPTR(addr string) (ptrs []string, err error, completed bool) {
  /prebuilts/go/darwin-x86/src/go/types/testdata/
stmt1.src 9 func _() {}
11 func _() int {} /* ERROR "missing return" */
13 func _() int { panic(0) }
14 func _() int { (panic(0)) }
17 func _(x, y int) (z int) {
23 func _(x, y int) (z int) {
29 func _(x, y int) (z int) {
34 func _(x, y int) (z int) {
38 func _(x, y int) (z int) {
44 func _(x, y int) (z int)
    [all...]
  /prebuilts/go/linux-x86/src/go/types/testdata/
stmt1.src 9 func _() {}
11 func _() int {} /* ERROR "missing return" */
13 func _() int { panic(0) }
14 func _() int { (panic(0)) }
17 func _(x, y int) (z int) {
23 func _(x, y int) (z int) {
29 func _(x, y int) (z int) {
34 func _(x, y int) (z int) {
38 func _(x, y int) (z int) {
44 func _(x, y int) (z int)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug273.go 21 func shouldfail(f func(), desc string) {
22 defer func() { recover() }()
31 func badlen() {
35 func biglen() {
39 func badcap() {
43 func badcap1() {
47 func bigcap() {
52 func badmapcap() {
56 func bigmapcap()
    [all...]
bug293.go 11 func x() (a int, b bool) {
12 defer func(){
19 func x2() (a int, b bool) {
20 defer func(){
26 func y() (int, bool) {
30 func main() {
bug299.go 22 func (p T) m() {}
25 func (p (T)) f() {}
26 func (p *(T)) g() {}
27 func (p (*T)) h() {}
28 func (p (*(T))) i() {}
29 func ((T),) j() {}
issue6055.go 15 func nilInterfaceDeferCall() {
16 defer func() {
24 func shouldPanic(f func()) {
25 defer func() {
33 func main() {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug273.go 21 func shouldfail(f func(), desc string) {
22 defer func() { recover() }()
31 func badlen() {
35 func biglen() {
39 func badcap() {
43 func badcap1() {
47 func bigcap() {
52 func badmapcap() {
56 func bigmapcap()
    [all...]
bug293.go 11 func x() (a int, b bool) {
12 defer func(){
19 func x2() (a int, b bool) {
20 defer func(){
26 func y() (int, bool) {
30 func main() {
bug299.go 22 func (p T) m() {}
25 func (p (T)) f() {}
26 func (p *(T)) g() {}
27 func (p (*T)) h() {}
28 func (p (*(T))) i() {}
29 func ((T),) j() {}
issue6055.go 15 func nilInterfaceDeferCall() {
16 defer func() {
24 func shouldPanic(f func()) {
25 defer func() {
33 func main() {
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
deadcode.go 16 func external() int // ok
18 func _() int {
21 func _() int {
25 func _() int {
31 func _() int {
38 func _() int {
45 func _() int {
46 var panic = func(int) {}
52 func _() int {
61 func _() int
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
deadcode.go 16 func external() int // ok
18 func _() int {
21 func _() int {
25 func _() int {
31 func _() int {
38 func _() int {
45 func _() int {
46 var panic = func(int) {}
52 func _() int {
61 func _() int
    [all...]
  /external/clang/test/CodeGenObjCXX/
write-barrier-global-assign.mm 6 CPDestUser* FUNC();
9 CPDestUser* globalUser = FUNC();
12 __weak CPDestUser* weakUser = FUNC();
16 static CPDestUser* staticUser = FUNC();
21 static CPDestUser* gUser = FUNC();
23 static __weak CPDestUser* wUser = FUNC();
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9x_test.go 12 func TestPlan932Manual(t *testing.T) { testPlan932(t, hexCases(t, plan9ManualTests)) }
13 func TestPlan932Testdata(t *testing.T) { testPlan932(t, concat(basicPrefixes, testdataCases(t))) }
14 func TestPlan932ModRM(t *testing.T) { testPlan932(t, concat(basicPrefixes, enumModRM)) }
15 func TestPlan932OneByte(t *testing.T) { testBasic(t, testPlan932) }
16 func TestPlan9320F(t *testing.T) { testBasic(t, testPlan932, 0x0F) }
17 func TestPlan9320F38(t *testing.T) { testBasic(t, testPlan932, 0x0F, 0x38) }
18 func TestPlan9320F3A(t *testing.T) { testBasic(t, testPlan932, 0x0F, 0x3A) }
19 func TestPlan932Prefix(t *testing.T) { testPrefix(t, testPlan932) }
21 func TestPlan964Manual(t *testing.T) { testPlan964(t, hexCases(t, plan9ManualTests)) }
22 func TestPlan964Testdata(t *testing.T) { testPlan964(t, concat(basicPrefixes, testdataCases(t)))
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug407.dir/
one.go 9 f func(t *T, arg int)
10 g func(t T, arg int)
13 func (t *T) foo(arg int) {}
14 func (t T) goo(arg int) {}
16 func (t *T) F() { t.f = (*T).foo }
17 func (t *T) G() { t.g = T.goo }
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5470.dir/
a.go 11 func Test1() Foo { return make(tst1) }
15 func (r tst1) Hi() string { return "Hi!" }
17 func Test2() Foo { return make(tst2, 0) }
21 func (r tst2) Hi() string { return "Hi!" }
23 func Test3() Foo { return make(tst3) }
27 func (r tst3) Hi() string { return "Hi!" }
  /prebuilts/go/darwin-x86/test/interface/
fail.go 15 func main() {
19 func p1() {
30 func (s *S) _() {}
32 func shouldPanic(f func()) {
33 defer func() {
  /prebuilts/go/darwin-x86/test/
method1.go 13 func (t *T) M(int, string) // GCCGO_ERROR "previous"
14 func (t *T) M(int, float64) { } // ERROR "redeclared|redefinition"
16 func f(int, string) // GCCGO_ERROR "previous"
17 func f(int, float64) { } // ERROR "redeclared|redefinition"
19 func g(a int, b string) // GCCGO_ERROR "previous"
20 func g(a int, c string) // ERROR "redeclared|redefinition"
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
plan9x_test.go 12 func TestPlan932Manual(t *testing.T) { testPlan932(t, hexCases(t, plan9ManualTests)) }
13 func TestPlan932Testdata(t *testing.T) { testPlan932(t, concat(basicPrefixes, testdataCases(t))) }
14 func TestPlan932ModRM(t *testing.T) { testPlan932(t, concat(basicPrefixes, enumModRM)) }
15 func TestPlan932OneByte(t *testing.T) { testBasic(t, testPlan932) }
16 func TestPlan9320F(t *testing.T) { testBasic(t, testPlan932, 0x0F) }
17 func TestPlan9320F38(t *testing.T) { testBasic(t, testPlan932, 0x0F, 0x38) }
18 func TestPlan9320F3A(t *testing.T) { testBasic(t, testPlan932, 0x0F, 0x3A) }
19 func TestPlan932Prefix(t *testing.T) { testPrefix(t, testPlan932) }
21 func TestPlan964Manual(t *testing.T) { testPlan964(t, hexCases(t, plan9ManualTests)) }
22 func TestPlan964Testdata(t *testing.T) { testPlan964(t, concat(basicPrefixes, testdataCases(t)))
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/bug407.dir/
one.go 9 f func(t *T, arg int)
10 g func(t T, arg int)
13 func (t *T) foo(arg int) {}
14 func (t T) goo(arg int) {}
16 func (t *T) F() { t.f = (*T).foo }
17 func (t *T) G() { t.g = T.goo }
  /prebuilts/go/linux-x86/test/fixedbugs/issue5470.dir/
a.go 11 func Test1() Foo { return make(tst1) }
15 func (r tst1) Hi() string { return "Hi!" }
17 func Test2() Foo { return make(tst2, 0) }
21 func (r tst2) Hi() string { return "Hi!" }
23 func Test3() Foo { return make(tst3) }
27 func (r tst3) Hi() string { return "Hi!" }
  /prebuilts/go/linux-x86/test/interface/
fail.go 15 func main() {
19 func p1() {
30 func (s *S) _() {}
32 func shouldPanic(f func()) {
33 defer func() {

Completed in 319 milliseconds

<<11121314151617181920>>