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

1 2 3 45 6 7 8 91011>>

  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p4.cpp 5 friend void func(A);
12 static void func(B);
23 void func(C); // expected-note {{'C::func' declared here}} \
35 func(A::A());
41 func(B::B()); // expected-error {{use of undeclared identifier 'func'; did you mean 'C::func'?}} \
43 func(C::C());
  /external/libvpx/libvpx/vp8/common/
rtcd.c 17 static void once(void (*func)(void))
56 func();
76 static void once(void (*func)(void))
79 pthread_once(&lock, func);
89 static void once(void (*func)(void))
95 func();
  /external/clang/test/CXX/expr/expr.post/expr.type.conv/
p1-0x.cpp 9 int func(foo& f) { function
  /external/clang/test/CodeGen/
typedef-func.c 11 void addfilter2(filter_func_t *func){}
tentative-decls.c 36 static int func() { return c5[0]; } function
37 int callfunc() { return func(); }
  /external/clang/test/FixIt/
fixit-vexing-parse-cxx0x.cpp 8 void func() { function
  /external/clang/test/Index/
codecompletion-chained.cpp 24 void func() {
  /external/clang/test/Modules/Inputs/
def.h 18 void func();
  /external/clang/test/SemaCXX/
warn-overloaded-virtual.cpp 86 virtual void func();
90 virtual void func();
97 void func(int);
98 void func();
104 virtual void func();
108 virtual void func();
115 virtual void func();
119 void func(int);
120 void func();
  /external/qemu/
qemu-os-win32.h 37 int qemu_add_polling_cb(PollingFunc *func, void *opaque);
38 void qemu_del_polling_cb(PollingFunc *func, void *opaque);
43 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
44 void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
  /external/valgrind/main/gdbserver_tests/
mcmain_pic.stdout.exp 2 another func called msg called from gdb
4 another func called msg called from main
  /ndk/tests/device/issue28598-linker-global-ref/jni/
main.cpp 6 func();
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.cpp 55 DateFmtFunction* func= new DateFmtFunction(1, locale); local
56 return func;
60 DateFmtFunction* func= new DateFmtFunction(40, locale); local
61 return func;
65 DateFmtFunction* func= new DateFmtFunction(400, locale); local
66 return func;
70 BreakItFunction* func= new BreakItFunction(250, true); local
71 return func;
75 BreakItFunction* func= new BreakItFunction(10000, true); local
76 return func;
80 BreakItFunction* func= new BreakItFunction(250, false); local
85 BreakItFunction* func= new BreakItFunction(10000, false); local
90 NumFmtFunction* func= new NumFmtFunction(10000, locale); local
95 NumFmtFunction* func= new NumFmtFunction(100000, locale); local
100 CollationFunction* func= new CollationFunction(40, locale); local
105 CollationFunction* func= new CollationFunction(400, locale); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammar.g3 45 FUNC;
55 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
ProfileGrammar.g3 45 FUNC;
55 | func NEWLINE -> func
59 func: ID '(' formalPar ')' '=' expr -> ^(FUNC ID formalPar expr)
62 functionDefinitions.Add($func.tree);
  /external/clang/test/CodeGenCXX/
aarch64-cxxabi.cpp 63 int member_pointer(C &c, int (C::*func)()) {
67 return (c.*func)();
  /external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h 29 /** \returns an expression of a custom coefficient-wise operator \a func of *this and \a other
42 binaryExpr(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other, const CustomBinaryOp& func = CustomBinaryOp()) const
44 return CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>(derived(), other.derived(), func);
  /external/icu4c/test/perf/normperf/
dtfmtrtperf.cpp 38 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(1); local
39 return func;
43 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(10); local
44 return func;
48 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(11); local
49 return func;
53 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(21); local
54 return func;
  /external/valgrind/main/none/tests/
manythreads.c 5 static void *func(void *v) function
20 pthread_create(&th, NULL, func, NULL);
  /frameworks/wilhelm/src/
assert.c 30 void __assert2(const char *file, int line, const char *func, const char *failedexpr)
33 failedexpr, file, line, func);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/futures/futures.promise/
set_lvalue_at_thread_exit.pass.cpp 22 void func(std::promise<int&> p) function
33 std::thread(func, std::move(p)).detach();
set_value_at_thread_exit_const.pass.cpp 19 void func(std::promise<int> p) function
30 std::thread(func, std::move(p)).detach();
set_value_at_thread_exit_void.pass.cpp 22 void func(std::promise<void> p) function
33 std::thread(func, std::move(p)).detach();
  /system/core/init/
init_parser.h 27 void (*func)(struct action *act));
31 void queue_builtin_action(int (*func)(int nargs, char **args), char *name);
  /system/core/sh/
mkbuiltins 97 func=$1
107 echo 'int '"$func"'(int, char **);' >&4
112 specials="$specials $2 $func"
117 echo ' { "'$1'", '"$func"' },' >&3

Completed in 753 milliseconds

1 2 3 45 6 7 8 91011>>