HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 1 - 25 of 1580) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/065-mismatched-implements/src/
Defs.java 4 public void func(); method in interface:Defs
Base.java 4 public void func() { method in class:Base
  /dalvik/tests/066-mismatched-super/src2/
Defs.java 4 public void func(); method in interface:Defs
  /external/clang/test/CodeGen/
2004-11-27-StaticFunctionRedeclare.c 2 // RUN: opt -std-compile-opts -emit-llvm | not grep {declare i32.*func}
4 // There should not be an unresolved reference to func here. Believe it or not,
5 // the "expected result" is a function named 'func' which is internal and
10 static int func();
12 int func();
13 foo(func);
15 static int func(char** A, char ** B) {} function
2009-06-01-addrofknr.c 6 int (*func)(); member in struct:funcptr
9 static int func(f) function
20 fp.func = &func;
21 fp.func = func;
debug-info-line3.c 3 void func(char c, char* d) function
x86_64-arguments-darwin.c 4 // CHECK: declare void @func(i64, double)
12 void func(str s);
16 func(ss);
  /ndk/tests/device/issue28598-linker-global-ref/jni/
liba.h 2 void func()
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.delete/
p4.cpp 3 template<typename> void func();
4 template<> void func<int>() = delete;
  /external/llvm/test/MC/ELF/
fde-reloc.s 6 func: label
  /bionic/libc/arch-arm/bionic/
atexit.h 32 int atexit(void (*func)(void))
34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
  /bionic/libc/arch-x86/bionic/
atexit.h 32 int atexit(void (*func)(void))
34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
  /development/ndk/platforms/android-3/arch-arm/src/
atexit.h 32 int atexit(void (*func)(void))
34 return (__cxa_atexit((void (*)(void *))func, (void *)0, &__dso_handle));
  /external/clang/test/SemaCXX/
out-of-line-def-mismatch.cpp 10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
13 void func(unsigned, const S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('unsigned int' vs 'unsigned int *')}}
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'} function in class:N2::N1::S2
23 void N2::N1::S2::func(S1, unsigned) {} \/\/ expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
24 void N2::N1::S2::func(unsigned*, S1*) {} \/\/ expected-error {{out-of-line definition of 'func' does not match any declaration in 'N2::N1::S2'}} function in class:N2::N1::S2
    [all...]
  /external/clang/test/Sema/
function-ptr.c 3 unary_int_func *func; variable
6 func = p; // expected-warning {{converts between void pointer and function pointer}}
7 p = func; // expected-warning {{converts between void pointer and function pointer}}
  /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); }
  /external/clang/test/FixIt/
no-fixit.cpp 7 template<template<typename> +> void func();
  /external/stlport/test/compiler/
partial_spec.cpp 21 int func(T1 p1);
24 int func(template_struct<T1>);
31 func(tmp1);
32 func(tmp2);
  /external/compiler-rt/lib/interception/
interception_linux.h 30 #define INTERCEPT_FUNCTION_LINUX(func) \
32 #func, (::__interception::uptr*)&REAL(func), \
33 (::__interception::uptr)&(func), \
34 (::__interception::uptr)&WRAP(func))
  /external/bison/build-aux/snippet/
c++defs.h 87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
95 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
100 declares the system function, named func, with the given prototype,
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
107 _GL_EXTERN_C rettype func parameters_and_attributes
109 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
110 declares a C++ alias called GNULIB_NAMESPACE::func
115 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/darwin-lib/
c++defs.h 71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
84 declares the system function, named func, with the given prototype,
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
94 declares a C++ alias called GNULIB_NAMESPACE::func
99 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/linux-lib/
c++defs.h 71 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
78 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
79 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
84 declares the system function, named func, with the given prototype,
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
91 _GL_EXTERN_C rettype func parameters_and_attributes
93 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
94 declares a C++ alias called GNULIB_NAMESPACE::func
99 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1-0x.cpp 6 void func();
10 void decltype(foo())::func() { // expected-error{{'decltype' cannot be used to name a declaration}}
17 void func();
23 void decltype(tfoo<T>())::func() { // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}}
  /external/clang/test/Index/
getcursor-pp-pch.c 5 void OBSCURE(func)(int x) { function
  /external/clang/test/PCH/
typo2.cpp 7 void func(struct Test);

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>