HomeSort by: relevance | last modified time | path
    Searched defs:call (Results 1 - 25 of 275) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/lgpl3/gmp/dist/mpn/generic/
logops_n.c 35 #define call mpn_and_n macro
40 #define call mpn_andn_n macro
45 #define call mpn_nand_n macro
50 #define call mpn_ior_n macro
55 #define call mpn_iorn_n macro
60 #define call mpn_nior_n macro
65 #define call mpn_xor_n macro
70 #define call mpn_xnor_n macro
76 call (rp, up, vp, n);
  /src/games/robots/
rnd_pos.c 55 static int call = 0; local
62 call++;
  /src/external/public-domain/xz/dist/tests/
bcj_test.c 25 call(int a, int b) function
63 int a = call(argc, argc + 1);
  /src/tests/usr.bin/indent/
lsym_rparen_or_rbracket.c 15 int call = function(3); variable
  /src/external/gpl3/gcc/dist/libcc1/
rpc.hh 1 /* RPC call and callback templates
90 // There are two kinds of template functions here: "call" and
93 // The "call" template is used for making a remote procedure call.
99 // call. This template function is suitable for use with the
106 call (connection *conn, const char *method, R *result, Arg... args) function in namespace:cc1_plugin
147 // Base case -- we can call the function.
150 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &,
159 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &value,
162 return call<I + 1, func> (conn, value, args...
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
rpc.hh 1 /* RPC call and callback templates
90 // There are two kinds of template functions here: "call" and
93 // The "call" template is used for making a remote procedure call.
99 // call. This template function is suitable for use with the
106 call (connection *conn, const char *method, R *result, Arg... args) function in namespace:cc1_plugin
147 // Base case -- we can call the function.
150 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &,
159 call (connection *conn, const std::tuple<argument_wrapper<Arg>...> &value,
162 return call<I + 1, func> (conn, value, args...
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ManagedStatic.h 23 static void *call() { return new C(); } function in struct:llvm::object_creator
29 static void call(void *Ptr) { delete (T *)Ptr; } function in struct:llvm::object_deleter
32 static void call(void *Ptr) { delete[](T *)Ptr; } function in struct:llvm::object_deleter
79 /// explicit through the llvm_shutdown() function call.
89 RegisterManagedStatic(Creator::call, Deleter::call);
99 RegisterManagedStatic(Creator::call, Deleter::call);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
kf-lang-cp.cc 33 #include "analyzer/call-details.h"
38 /* Return true if CALL is a non-allocating operator new or operator new []
46 bool is_placement_new_p (const gcall *call)
48 gcc_assert (call);
49 tree fndecl = gimple_call_fndecl (call);
55 if (!is_named_call_p (fndecl, "operator new", call, 2)
56 && !is_named_call_p (fndecl, "operator new []", call, 2))
94 const gcall *call = cd.get_call_stmt (); variable
96 /* If the call was actually a placement new, check that accessing
98 if (is_placement_new_p (call))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru-passes.cc 144 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi));
145 if (call
146 && tp == gimple_call_fn_ptr (call)
147 && gimple_call_fndecl (call))
156 call any TI ABI function from GCC, since GCC will
143 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru-passes.cc 144 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi));
145 if (call
146 && tp == gimple_call_fn_ptr (call)
147 && gimple_call_fndecl (call))
156 call any TI ABI function from GCC, since GCC will
143 gcall *call = dyn_cast <gcall *> (gsi_stmt (wi->gsi)); local
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-instrument.c 48 } call[100]; variable in typeref:struct:__anon23346
62 ASSERT_ALWAYS (ncall <= numberof (call));
64 if (ncall >= numberof (call))
66 printf ("__cyg_profile_func_enter: oops, call stack full, from %s\n", name);
71 call[ncall].this_fn = this_fn;
72 call[ncall].call_site = call_site;
83 ASSERT_ALWAYS (ncall <= numberof (call));
87 printf ("__cyg_profile_func_exit: call stack empty, from %s\n", name);
92 if (this_fn != call[ncall].this_fn || call_site != call[ncall].call_site
    [all...]
  /src/tests/lib/libcurses/director/
testlang_parse.y 71 /* time delay after a function call - allows the slave time to
104 args_t *args; /* arguments for the call */
196 %token EOL CALL CHECK NOINPUT OR MULTIPLIER LPAREN RPAREN LBRACK RBRACK
212 | call
275 call : CALL result fn_name args { label
732 * when a test function call returns.
1067 * Pass a function call and arguments to the slave and wait for the
1111 errx(2, "%s:%zu: Call to input function "
  /src/usr.bin/xlint/lint1/
ckgetopt.c 55 * 0 means outside a while loop with a getopt call.
56 * 1 means directly inside a while loop with a getopt call.
63 * The options string from the getopt call. Whenever an option is
84 const function_call *call; local
96 && tn->u.ops.left->u.ops.right->tn_op == CALL
97 && (call = tn->u.ops.left->u.ops.right->u.call)->func->tn_op == ADDR
98 && call->func->u.ops.left->tn_op == NAME
99 && strcmp(call->func->u.ops.left->u.sym->s_name, "getopt") == 0
100 && call->args_len ==
    [all...]
emit1.c 324 outchar('c'); /* function call */
333 const function_call *call = tn->u.call; local
335 for (size_t i = 0, n = call->args_len; i < n; i++) {
336 const tnode_t *arg = call->args[i];
374 outname(call->func->u.ops.left->u.sym->s_name);
378 outint((int)call->args_len);
379 for (size_t i = 0, n = call->args_len; i < n; i++)
380 outtype(call->args[i]->tn_type);
debug.c 251 case CALL:
255 const function_call *call = tn->u.call; local
256 debug_node(call->func);
257 for (size_t i = 0, n = call->args_len; i < n; i++)
258 debug_node(call->args[i]);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Parallel.cpp 83 static void *call() { return new ThreadPoolExecutor(strategy); } function in struct:llvm::parallel::detail::__anon4527::ThreadPoolExecutor::Creator
86 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } function in struct:llvm::parallel::detail::__anon4527::ThreadPoolExecutor::Deleter
Timer.cpp 96 static void *call() { function in struct:__anon4537::CreateDefaultTimerGroup
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_noinst_test.cc 32 // Please don't call intercepted functions (including malloc() and friends)
258 CB call = cb[is_write][size_log]; local
262 call(p + offset);
  /src/sys/nfs/
nfs_bootparam.c 102 * call because we do not yet know our netmask.
103 * The server address returned by the WHOAMI call
166 * call because we do not yet know our netmask.
167 * The server address returned by the WHOAMI call
291 * after this call is complete. Have to use PMAP_PROC_CALL
293 * know about us (don't want to broadcast a getport call).
305 } *call; local
321 call = mtod(m, struct whoami_call *);
322 m->m_len = sizeof(*call);
323 call->call_prog = txdr_unsigned(BOOTPARAM_PROG)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-sve2.cc 299 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2)))
334 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2)))
352 gcall *call = as_a <gcall *> (f.redirect_call (instance)); variable
353 gimple_call_set_arg (call, 2, amount);
354 return call;
373 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2)))
382 gcall *call = as_a <gcall *> (f.redirect_call (instance)); variable
383 gimple_call_set_arg (call, 2, amount);
384 return call;
395 gcall *call = as_a <gcall *> (f.redirect_call (instance)) variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-ubsan.cc 55 cp_ubsan_maybe_instrument_{member_{call,access},downcast}.
91 tree call local
96 TREE_SIDE_EFFECTS (call) = 1;
97 return fold_build2 (COMPOUND_EXPR, TREE_TYPE (op), call, op);
101 cp_ubsan_maybe_instrument_{member_{call,access},downcast}.
114 /* Instrument a member call (but not constructor call) if needed. */
126 /* Virtual function call: Sanitize the use of the object pointer in the
136 /* Non-virtual call: Sanitize the 'this' argument. */
194 handled components or not. E.g. for &x->y[w->z] we want to call
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-sve2.cc 247 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2)))
281 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2)))
299 gcall *call = as_a <gcall *> (f.redirect_call (instance)); variable
300 gimple_call_set_arg (call, 2, amount);
301 return call;
317 if (tree amount = uniform_integer_cst_p (gimple_call_arg (f.call, 2)))
326 gcall *call = as_a <gcall *> (f.redirect_call (instance)); variable
327 gimple_call_set_arg (call, 2, amount);
328 return call;
339 gcall *call = as_a <gcall *> (f.redirect_call (instance)) variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-ubsan.cc 55 cp_ubsan_maybe_instrument_{member_{call,access},downcast}.
91 tree call local
96 TREE_SIDE_EFFECTS (call) = 1;
97 return fold_build2 (COMPOUND_EXPR, TREE_TYPE (op), call, op);
101 cp_ubsan_maybe_instrument_{member_{call,access},downcast}.
114 /* Instrument a member call (but not constructor call) if needed. */
126 /* Virtual function call: Sanitize the use of the object pointer in the
136 /* Non-virtual call: Sanitize the 'this' argument. */
194 handled components or not. E.g. for &x->y[w->z] we want to call
    [all...]
  /src/sys/sys/
kernhist.h 51 uint32_t call; /* function call number */ member in struct:kern_history_ent
212 _e_->call = _kernhist_call; \
254 pr("%s#%" PRIu32 "@%" PRIu32 ": ", e->fn, e->call, e->cpunum);
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_analyze.py 123 def call(self, params): member in class:Spy
148 result = sut.run_analyzer(opts, spy.call)
242 sut.filter_debug_flags(opts, spy.call))
253 self.assertEqual(spy.success, sut.language_check(input, spy.call))
267 self.assertIsNone(sut.language_check(input, spy.call))
274 self.assertEqual(spy.success, sut.language_check(input, spy.call))
284 self.assertEqual(spy.success, sut.language_check(input, spy.call))
299 sut.arch_check(input, spy.call)
311 self.assertIsNone(sut.arch_check(input, spy.call))

Completed in 49 milliseconds

1 2 3 4 5 6 7 8 91011