Searched
full:void (Results
851 -
875 of
76729) sorted by null
<<31323334353637383940>>
/external/clang/test/PCH/Inputs/ |
cxx-method.h | 2 void m(int x);
|
/external/clang/test/PCH/ |
fuzzy-pch.h | 2 void f(int X);
|
/external/clang/test/Parser/ |
c-namespace.c | 2 void bla1() {
|
cxx-typeid.cpp | 8 void f() 10 (void)typeid(int); 11 (void)typeid(0); 12 (void)typeid 1; // expected-error {{expected '(' after 'typeid'}}
|
/external/clang/test/Preprocessor/ |
macro_arg_directive.h | 9 void g(int);
|
/external/clang/test/Rewriter/ |
objc-synchronized-1.m | 4 void SYNCH_BODY(); 5 void SYNCH_BEFORE(); 6 void SYNC_AFTER(); 8 void foo(id sem)
|
/external/clang/test/Sema/ |
address-constant.c | 9 extern void f(void); 10 void (*f_addr)(void) = &f;
|
attr-visibility.c | 3 void test0() __attribute__((visibility("default"))); 4 void test1() __attribute__((visibility("hidden"))); 5 void test2() __attribute__((visibility("internal"))); 8 void test3() __attribute__((visibility("protected"))); // expected-warning {{target does not support 'protected' visibility; using 'default'}}
|
builtin-stackaddress.c | 2 void* a(unsigned x) { 6 void b(unsigned x) { 10 void* c(unsigned x) { 14 void d(unsigned x) {
|
freemain.c | 5 void* allocate(long size); 7 void* main(void* context, long size) { 9 } // expected-warning {{control may reach end of non-void function}}
|
function-ptr.c | 5 unary_int_func *set_func(void *p) { 6 func = p; // expected-warning {{converts between void pointer and function pointer}} 7 p = func; // expected-warning {{converts between void pointer and function pointer}} 9 return p; // expected-warning {{converts between void pointer and function pointer}}
|
member-reference.c | 5 void f(void) { 16 void g(void) {
|
/external/clang/test/SemaCXX/ |
PR10447.cpp | 6 extern "C" void f(struct S*); 7 void g(S*); 10 void f(struct S *s) { 19 void f(struct Bar*) { }
|
compound-literal.cpp | 6 void foo1() { 7 (void)(S[]) {{3}}; // expected-error {{array has incomplete element type}} 11 void foo2() { 12 (void)(M<short> []) {{3}};
|
function-overloaded-redecl.cpp | 5 void f (int); 6 void f (const int); // redecl 8 void f (int) { } // expected-note {{previous definition is here}} 9 void f (cInt) { } // expected-error {{redefinition of 'f'}}
|
overload-decl.cpp | 2 void f(); 3 void f(int); 4 void f(int, float); 5 void f(int, int); 6 void f(int, ...); 9 void f(int, Float); // expected-note {{previous declaration is here}} 13 void g(void); // expected-note {{previous declaration is here}} 19 void f(); 20 void f(int); // expected-note {{previous declaration is here} [all...] |
static-cast-complete-type.cpp | 8 void f() { 10 S<void*> s1 = static_cast<S<void*> >(00); 12 (void)static_cast<T>(10); // expected-error{{'T' is an incomplete type}}
|
/external/clang/test/SemaObjC/ |
warn-selector-selection.m | 4 - (void)foo; 8 - (void)setWindow:(Object *)wdw; 11 void foo(void) {
|
/external/clang/test/SemaTemplate/ |
ambiguous-ovl-print.cpp | 3 void f(void*, int); // expected-note{{candidate function}} 5 void f(T*, long); // expected-note{{candidate function}} 7 void test_f(int *ip, int i) {
|
/external/easymock/src/org/easymock/internal/ |
IMocksControlState.java | 24 void assertRecordState();
26 void andReturn(Object value);
28 void andThrow(Throwable throwable);
30 void andAnswer(IAnswer<?> answer);
32 void andDelegateTo(Object answer);
34 void andStubReturn(Object value);
36 void andStubThrow(Throwable throwable);
38 void andStubAnswer(IAnswer<?> answer);
40 void andStubDelegateTo(Object delegateTo);
42 void asStub(); [all...] |
/external/icu4c/test/intltest/ |
caltest.h | 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 26 virtual void TestRog(void); 31 virtual void TestDOW943(void); 35 void dowTest(UBool lenient); 39 virtual void TestClonesUnique908(void); 43 virtual void TestGregorianChange768(void); [all...] |
/external/javassist/sample/hotswap/ |
HelloWorld.java | 2 public void print() {
|
/external/jmonkeyengine/engine/src/blender/Common/MatDefs/Texture3D/ |
tex3D.frag | 5 void main(){
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
ShowNormals.frag | 3 void main(){
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
tex3D.frag | 5 void main(){
|
Completed in 400 milliseconds
<<31323334353637383940>>