Searched defs:boo (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dpreserve-call-conv.c14 void boo() __attribute__((preserve_all)) { function
15 // CHECK-LABEL: define preserve_allcc void @boo()
/external/clang/test/Sema/
H A Dpreserve-call-conv.c21 void __attribute__((preserve_all)) boo(void *ptr) { function
27 void (__attribute__((preserve_all)) *pboo1)(void *) = boo;
29 void (__attribute__((cdecl)) *pboo2)(void *) = boo; // expected-warning {{incompatible pointer types initializing 'void (*)(void *) __attribute__((cdecl))' with an expression of type 'void (void *) __attribute__((preserve_all))'}}
30 void (*pboo3)(void *) = boo; // expected-warning {{incompatible pointer types initializing 'void (*)(void *)' with an expression of type 'void (void *) __attribute__((preserve_all))'}}
/external/mockito/src/test/java/org/mockitousage/stubbing/
H A DSmartNullsStubbingTest.java46 void boo(); method in interface:SmartNullsStubbingTest.Bar
62 void boo() {} method in class:SmartNullsStubbingTest.Foo
70 foo.boo();
80 bar.boo();
117 smartNull.boo();
131 smartNull.boo();

Completed in 321 milliseconds