/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ManagedStatic.h | 23 static void *call() { return new C(); } in call() function 29 static void call(void *Ptr) { delete (T *)Ptr; } in call() function
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | Debug.cpp | 86 static void *call() { in call() function 95 static void *call() { in call() function 130 static void *call() { in call() function
|
H A D | Timer.cpp | 60 static void *call() { in call() function 69 static void *call() { in call() function 79 static void *call() { in call() function 120 static void *call() { in call() function
|
H A D | Parallel.cpp | 91 static void *call() { return new ThreadPoolExecutor(strategy); } in call() function 94 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call() function
|
H A D | TypeSize.cpp | 22 static void *call() { in call() function
|
H A D | Signals.cpp | 48 static void *call() { in call() function 56 static void *call() { in call() function
|
H A D | RandomNumberGenerator.cpp | 33 static void *call() { in call() function
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-profile.c | 141 tree args, call, val; in tree_gen_interval_profiler() local 168 tree args, call, val; in tree_gen_pow2_profiler() local 191 tree args, call, val; in tree_gen_one_value_profiler() local
|
H A D | tree-object-size.c | 228 alloc_object_size (tree call, int object_size_type) in alloc_object_size() 284 pass_through_call (tree call) in pass_through_call() 995 tree call = get_rhs (*stmtp); in compute_object_sizes() local
|
H A D | tree-tailcall.c | 271 process_assignment (tree ass, tree stmt, block_stmt_iterator call, tree *m, in process_assignment() 377 tree ass_var, ret_var, stmt, func, param, args, call = NULL_TREE; in find_tail_calls() local 718 tree param, stmt, args, rslt, call; in eliminate_tail_call() local
|
H A D | tree-stdarg.c | 636 tree call = get_call_expr_in (stmt), callee; in execute_optimize_stdarg() local 795 tree call; in execute_optimize_stdarg() local
|
/openbsd/usr.sbin/npppd/pptp/ |
H A D | pptpd.c | 101 uint16_t call0, call[UINT16_MAX - 1]; in pptpd_init() local 243 #define CALL_KEY(call) \ argument 246 pptpd_assign_call(pptpd *_this, pptp_call *call) in pptpd_assign_call() 280 pptpd_release_call(pptpd *_this, pptp_call *call) in pptpd_release_call() 692 pptp_call *call; in pptpd_gre_input() local
|
H A D | pptp_ctrl.c | 206 pptp_call *call; in pptp_ctrl_timeout() local 302 pptp_call *call; in pptp_ctrl_stop() local 332 pptp_call *call; in pptp_ctrl_fini() local 1037 pptp_call *call; in pptp_ctrl_call_input() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ |
H A D | crash6.C | 11 void call(int& a) in call() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | crash37.C | 8 C<T, &T::output> call(T& obj) in call() function
|
/openbsd/games/robots/ |
H A D | rnd_pos.c | 44 static int call = 0; in rnd_pos() local
|
/openbsd/usr.sbin/npppd/l2tp/ |
H A D | l2tp_ctrl.c | 370 l2tp_call *call; in l2tp_ctrl_timeout() local 558 l2tp_call *call; in l2tp_ctrl_destroy_all_calls() local 574 l2tp_call *call; in l2tp_ctrl_disconnect_all_calls() local 636 l2tp_call *call; in l2tp_ctrl_input() local
|
H A D | l2tpd.c | 222 l2tpd_assign_call(l2tpd *_this, l2tp_call *call) in l2tpd_assign_call() 253 l2tpd_release_call(l2tpd *_this, l2tp_call *call) in l2tpd_release_call()
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 141 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() function 292 static Error call(const void *FnTag, RetT &Result, const ArgTs &...Args) { in call() function 347 static Error call(const void *FnTag, const ArgTs &...Args) { in call() function
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/ |
H A D | Trace.pm | 72 sub call { @{$_[0]->{+FRAME}} } subroutine
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | pmf6.C | 15 int call; variable
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | ASTUtils.cpp | 35 if (auto *call = dyn_cast<CallExpr>(E)) { in tryToFindPtrOrigin() local
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | uw-thread.c | 148 #define CALL_BASE_1(call) \ argument 161 #define CALL_BASE(call) \ argument 171 #define TRY_BASE(call, called) \ argument
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 194 static SPSEmpty call(HandlerT &&H, ArgTupleT &Args, in call() function 446 static Error call(const CallerFn &Caller, RetT &Result, in call() function 556 static Error call(const CallerFn &Caller, const ArgTs &...Args) { in call() function
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd_radius.c | 434 pptp_call *call = call0; in pptp_put_tunnel_attributes() local 490 l2tp_call *call = call0; in l2tp_put_tunnel_attributes() local
|