/external/clang/test/CodeGenCXX/ |
array-pointer-decay.cpp | 3 void f(const char*); 5 void g() {
|
visibility-hidden-extern-templates.cpp | 5 void f(); 6 void g() { } 9 template<typename T> void X<T>::f() { } 16 void test_X(X<int> xi, X<char> xc) { 17 // CHECK: define weak_odr hidden void @_ZN1XIiE1fEv 19 // CHECK: define weak_odr hidden void @_ZN1XIiE1gEv 21 // CHECK: declare void @_ZN1XIcE1fEv 23 // CHECK: define available_externally void @_ZN1XIcE1gEv
|
/external/clang/test/Index/Inputs/ |
t2.c | 5 void bar_func(void) {
|
/external/clang/test/Modules/Inputs/ |
category_bottom.h | 4 -(void)bottom; 10 -(void)bottom;
|
/external/clang/test/PCH/ |
cxx-using.h | 9 void f(char c); 15 void f(int);
|
/external/clang/test/Rewriter/ |
rewrite-modern-typeof.mm | 3 // RUN: %clang_cc1 -fsyntax-only -Wno-address-of-temporary -Wno-attributes -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp 6 extern "C" void *_Block_copy(const void *aBlock); 7 extern "C" void _Block_release(const void *aBlock); 14 void (^b)(void) = ^{ 15 ((__typeof(^{ a = 2; }))_Block_copy((const void *)(^{ a = 2; }))) [all...] |
/external/clang/test/Sema/ |
arg-scope.c | 2 void aa(int b, int x[sizeof b]) {} 4 void foo(int i, int A[i]) {}
|
ast-print.c | 3 typedef void func_typedef(); 6 typedef void func_t(int x);
|
const-ptr-int-ptr-cast.c | 5 char *a = (void*)(uintptr_t)(void*)&a;
|
/external/clang/test/SemaCXX/ |
2008-01-11-BadWarning.cpp | 3 void** f(void **Buckets, unsigned NumBuckets) {
|
address-of-temporary.cpp | 8 void f0() { (void)&X(); } // expected-warning{{taking the address of a temporary object}} 9 void f1() { (void)&X(1); } // expected-warning{{taking the address of a temporary object}} 10 void f2() { (void)&X(1, 2); } // expected-warning{{taking the address of a temporary object}} 11 void f3() { (void)&(X)1; } // expected-warning{{taking the address of a temporary object}}
|
typeid.cpp | 3 void f() 5 (void)typeid(int); // expected-error {{you need to include <typeinfo> before using the 'typeid' operator}} 12 void g() 14 (void)typeid(int); 19 void g1(X &x) { 20 (void)typeid(X); // expected-error{{'typeid' of incomplete type 'X'}} 21 (void)typeid(X&); // expected-error{{'typeid' of incomplete type 'X'}} 22 (void)typeid(x); // expected-error{{'typeid' of incomplete type 'X'}}
|
warn-missing-prototypes.cpp | 3 void f() { } // expected-warning {{no previous prototype for function 'f'}} 6 void f() { } // expected-warning {{no previous prototype for function 'f'}} 11 void f() { } 16 void f() { } 20 inline void g() { } 23 template<typename> void h() { } 26 template void h<int>(); 30 friend void I_friend() {}
|
/external/clang/test/SemaObjC/ |
attr-cleanup.m | 5 void c1(id *a); 7 void t1()
|
ignore-weakimport-method.m | 3 + (void) cx __attribute__((weak_import)); 4 - (void) x __attribute__((weak_import));
|
/external/clang/test/SemaObjCXX/ |
arc-ppe.mm | 11 int& NP(void*); 12 void test1() { (void)typeid(NP((void*)(id*)0)); } 15 Poly& P(void*); 16 void test2() { (void)typeid(P((void*)(id*)0)); } // expected-error {{pointer to non-const type 'id'}}
|
overload-1.mm | 7 void f(id<Proto1> *) { } // expected-note {{previous definition is here}} 9 void f(id<Proto1, Proto2> *) { } // expected-error {{conflicting types for 'f'}} 11 void f(Class<Proto1> *) { } // expected-note {{previous definition is here}} 13 void f(Class<Proto1, Proto2> *) { } // expected-error {{conflicting types for 'f'}} 17 void f(I<Proto1> *) { } // expected-note {{previous definition is here}} 19 void f(I<Proto1, Proto2> *) { } // expected-error {{conflicting types for 'f'}} 23 void f1(I<Proto1> *) { } 25 void f1(I1<Proto1, Proto2> *) { }
|
/external/compiler-rt/BlocksRuntime/tests/ |
cast.c | 24 void (^aBlock)(void); 32 aBlock = (void (^)(void))ip; 33 aBlock = (void (^)(void))cp; 34 aBlock = (void (^)(void))dp;
|
copynull.c | 23 void (^block)(void) = (void (^)(void))0; 24 void (^blockcopy)(void) = Block_copy(block); 26 if (blockcopy != (void (^)(void))0) {
|
/external/icu4c/test/cintltst/ |
cconvtst.c | 17 void addTestConvert(TestNode**); 19 void addTestConvertErrorCallBack(TestNode** root); 20 void addTestEuroRegression(TestNode** root); 21 void addTestConverterFallBack(TestNode** root); 22 void addExtraTests(TestNode** root); 25 U_CFUNC void 28 void addConvert(TestNode** root); 30 void addConvert(TestNode** root)
|
/external/icu4c/test/intltest/ |
cntabcol.h | 23 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 26 void TestGrowTable(/* char* par */); 27 void TestSetContraction(); 28 void TestAddATableElement(); 29 void TestClone(); 30 void TestChangeContraction(); 31 void TestChangeLastCE(); 32 void TestErrorCodeChecking();
|
plurults.h | 20 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 26 void testAPI(); 27 void testGetUniqueKeywordValue(); 28 void testGetSamples(); 29 void testWithin(); 30 void testGetAllKeywordValues(); 32 void assertRuleValue(const UnicodeString& rule, double expected); 33 void assertRuleKeyValue(const UnicodeString& rule, const UnicodeString& key,
|
/external/icu4c/tools/genrb/ |
errmsg.h | 23 void error (uint32_t linenumber, const char *msg, ...); 24 void warning (uint32_t linenumber, const char *msg, ...); 28 U_CFUNC void setShowWarning(UBool val); 29 U_CFUNC UBool getShowWarning(void); 32 U_CFUNC void setStrict(UBool val); 33 U_CFUNC UBool isStrict(void); 36 U_CFUNC void setVerbose(UBool val); 37 U_CFUNC UBool isVerbose(void);
|
/external/kernel-headers/original/asm-mips/ |
smp-ops.h | 19 void (*send_ipi_single)(int cpu, unsigned int action); 20 void (*send_ipi_mask)(cpumask_t mask, unsigned int action); 21 void (*init_secondary)(void); 22 void (*smp_finish)(void); 23 void (*cpus_done)(void); 24 void (*boot_secondary)(int cpu, struct task_struct *idle); 25 void (*smp_setup)(void) [all...] |
/external/kernel-headers/original/asm-x86/ |
swiotlb.h | 8 extern dma_addr_t swiotlb_map_single(struct device *hwdev, void *ptr, 10 extern void *swiotlb_alloc_coherent(struct device *hwdev, size_t size, 12 extern void swiotlb_unmap_single(struct device *hwdev, dma_addr_t dev_addr, 14 extern void swiotlb_sync_single_for_cpu(struct device *hwdev, 17 extern void swiotlb_sync_single_for_device(struct device *hwdev, 20 extern void swiotlb_sync_single_range_for_cpu(struct device *hwdev, 24 extern void swiotlb_sync_single_range_for_device(struct device *hwdev, 28 extern void swiotlb_sync_sg_for_cpu(struct device *hwdev, 31 extern void swiotlb_sync_sg_for_device(struct device *hwdev, 36 extern void swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sg [all...] |