Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 112) sorted by relevance

12345

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DManagedStatic.h23 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 DDebug.cpp86 static void *call() { in call() function
95 static void *call() { in call() function
130 static void *call() { in call() function
H A DTimer.cpp60 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 DParallel.cpp91 static void *call() { return new ThreadPoolExecutor(strategy); } in call() function
94 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call() function
H A DTypeSize.cpp22 static void *call() { in call() function
H A DSignals.cpp48 static void *call() { in call() function
56 static void *call() { in call() function
H A DRandomNumberGenerator.cpp33 static void *call() { in call() function
/openbsd/gnu/gcc/gcc/
H A Dtree-profile.c141 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 Dtree-object-size.c228 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 Dtree-tailcall.c271 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 Dtree-stdarg.c636 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 Dpptpd.c101 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 Dpptp_ctrl.c206 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 Dcrash6.C11 void call(int& a) in call() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash37.C8 C<T, &T::output> call(T& obj) in call() function
/openbsd/games/robots/
H A Drnd_pos.c44 static int call = 0; in rnd_pos() local
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_radius.c380 pptp_call *call = call0; in pptp_put_tunnel_attributes() local
436 l2tp_call *call = call0; in l2tp_put_tunnel_attributes() local
/openbsd/usr.sbin/npppd/l2tp/
H A Dl2tp_ctrl.c370 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 Dl2tpd.c222 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 Dwrapper_function_utils.h141 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 DTrace.pm71 sub call { @{$_[0]->{+FRAME}} } subroutine
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dpmf6.C15 int call; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp35 if (auto *call = dyn_cast<CallExpr>(E)) { in tryToFindPtrOrigin() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Duw-thread.c148 #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 DWrapperFunctionUtils.h194 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

12345