HomeSort by relevance Sort by last modified time
    Searched full:void (Results 101 - 125 of 76729) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/system/include/
new 14 void* operator new(std::size_t);
15 void* operator new[](std::size_t);
16 void operator delete(void*);
17 void operator delete[](void*);
18 void* operator new(std::size_t, const std::nothrow_t&);
19 void* operator new[](std::size_t, const std::nothrow_t&);
20 void operator delete(void*, const std::nothrow_t&)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/system/include/
new 14 void* operator new(std::size_t);
15 void* operator new[](std::size_t);
16 void operator delete(void*);
17 void operator delete[](void*);
18 void* operator new(std::size_t, const std::nothrow_t&);
19 void* operator new[](std::size_t, const std::nothrow_t&);
20 void operator delete(void*, const std::nothrow_t&)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/system/include/
new 14 void* operator new(std::size_t);
15 void* operator new[](std::size_t);
16 void operator delete(void*);
17 void operator delete[](void*);
18 void* operator new(std::size_t, const std::nothrow_t&);
19 void* operator new[](std::size_t, const std::nothrow_t&);
20 void operator delete(void*, const std::nothrow_t&)
    [all...]
  /external/clang/test/SemaObjC/
NSString-type.m 4 void test(id pid, Class pclass) {
5 void (^block)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}}
6 void (^block1)(void) = pid;
7 void (^block2)(void) = @"help"; // expected-error {{initializing 'void (^)(void)' with an expression of incompatible type 'NSString *'}
    [all...]
  /external/clang/test/CodeGenCXX/
block.cpp 4 void func(void*);
8 virtual void use() { func((void*)this); }
9 Test(Test&c) { func((void*)this); }
10 Test() { func((void*)this); }
13 void useBlock(void (^)(void));
15 int main (void) {
    [all...]
member-alignment.cpp 8 virtual void foo(void);
9 void bar(void);
12 void
13 t::bar(void) {
17 void
18 t::foo(void) {
  /external/icu4c/test/intltest/
tztest.h 22 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par );
30 virtual void TestPRTOffset(void);
34 virtual void TestVariousAPI518(void);
38 virtual void TestGetAvailableIDs913(void);
40 virtual void TestGetAvailableIDsNew(void);
45 virtual void TestGenericAPI(void)
    [all...]
ustrtest.h 27 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
32 void TestBasicManipulation(void);
36 void TestCompare(void);
40 void TestExtract(void);
44 void TestRemoveReplace(void);
48 void TestSearching(void)
    [all...]
  /external/clang/test/PCH/
designated-init.c.h 1 static void *FooToken = &FooToken;
2 static void *FooTable[256] = {
3 [0x3] = (void *[256]) { // 1
4 [0x5b] = (void *[256]) { // 2
5 [0x81] = (void *[256]) { // 3
6 [0x42] = (void *[256]) { // 4
7 [0xa2] = (void *[256]) { // 5
8 [0xe] = (void *[256]) { // 6
9 [0x20] = (void *[256]) { // 7
10 [0xd7] = (void *[256]) { //
    [all...]
  /external/clang/test/Analysis/
func.c 3 void f(void) {
4 void (*p)(void);
11 void g(void (*fp)(void));
13 void f2() {
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p4.cpp 4 template<typename T> void f0(T) { }
5 template<typename T, typename U> void f0(T) { }
6 template<typename T, typename U> void f0(U) { }
7 void f0();
8 template<typename T> void f0(T*);
9 void f0(int);
10 template<int I> void f0();
11 template<typename T> void f0();
  /external/clang/test/CodeGen/
dllimport-dllexport.c 3 void __attribute__((dllimport)) foo1();
4 void __attribute__((dllexport)) foo1(){}
5 // CHECK: define dllexport void @foo1
6 void __attribute__((dllexport)) foo2();
9 __declspec(dllimport) void foo3();
10 __declspec(dllexport) void foo3(){}
11 // CHECK: define dllexport void @foo3
12 __declspec(dllexport) void foo4();
  /external/clang/test/Index/Inputs/
preamble_macro_template.h 4 void foo(T *p) {
5 (void)STATIC_CAST<T*>(0);
  /external/clang/test/PCH/Inputs/
chain-macro-override1.h 0 void f() __attribute__((unavailable));
2 void g();
chain-remap-types2.h 0 void h(X*);
7 void g(X*);
chain-selectors1.h 2 -(void)f;
3 -(void)f2;
4 -(void)g:(int)p;
5 -(void)h:(int)p1 foo:(int)p2;
8 void foo1() {
10 //(void)@selector(x);
11 (void)@selector(f);
15 - (void)blah_method;
  /external/clang/test/SemaCXX/
member-expr-static.cpp 2 typedef void (*thread_continue_t)();
5 extern void kernel_thread_start(thread_continue_t continuation);
6 extern void pure_c(void);
11 static void main( void );
15 void foo( void ) {
  /external/expat/xmlwf/
filemap.h 9 void (*processor)(const void *, size_t,
10 const wchar_t *, void *arg),
11 void *arg);
14 void (*processor)(const void *, size_t,
15 const char *, void *arg),
16 void *arg);
  /external/kernel-headers/original/asm-generic/
emergency-restart.h 4 static inline void machine_emergency_restart(void)
  /external/kernel-headers/original/asm-x86/
hw_irq_32.h 29 extern void (*interrupt[NR_IRQS])(void);
32 fastcall void reschedule_interrupt(void);
33 fastcall void invalidate_interrupt(void);
34 fastcall void call_function_interrupt(void);
38 fastcall void apic_timer_interrupt(void);
    [all...]
  /external/linux-tools-perf/util/include/linux/
prefetch.h 4 static inline void prefetch(void *a __attribute__((unused))) { }
  /external/llvm/test/CodeGen/ARM/
ret_void.ll 3 define void @test() {
4 ret void
  /external/mesa3d/src/glsl/tests/
void-01.glsl 1 /* FAIL - cannot declare a variable as having type `void' */
2 void foo;
  /external/valgrind/main/VEX/switchback/
linker.h 3 void* linker_top_level_LINK ( int n_object_names, char** object_names );
5 extern void* mymalloc ( int );
  /external/valgrind/main/cachegrind/tests/
myprint.c 3 void myprint(void)

Completed in 669 milliseconds

1 2 3 45 6 7 8 91011>>