Searched refs:get_arg (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dasynctest.c170 void *get_arg; local
177 || ASYNC_WAIT_CTX_get_callback(waitctx, &get_callback, &get_arg)
180 || get_arg != (void*)&set_arg
181 || (*get_callback)(get_arg) != 1
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.h132 void *get_arg() { return arg_; } function in class:__asan::AsanThread
H A Dasan_allocator.cpp1188 uptr thread_arg = reinterpret_cast<uptr>(asan_thread->get_arg());
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc140 return unaryop_sval->get_arg ();
153 return unmergeable->get_arg ();
437 return svalue::cmp_ptr (unaryop_sval1->get_arg (),
438 unaryop_sval2->get_arg ());
492 return svalue::cmp_ptr (unmergeable_sval1->get_arg (),
493 unmergeable_sval2->get_arg ());
1136 return get_arg ()->live_p (live_svalues, model);
1724 return get_arg ()->live_p (live_svalues, model);
H A Dregion-model-reachability.cc219 handle_sval (unaryop_sval->get_arg ());
H A Dsvalue.h641 const svalue *get_arg () const { return m_arg; } function in class:ana::unaryop_svalue
1046 const svalue *get_arg () const { return m_arg; } function in class:ana::unmergeable_svalue
H A Dregion-model-manager.cc452 return unaryop->get_arg ();
806 if (tree cst = unary->get_arg ()->maybe_get_constant ())
H A Dsm-taint.cc693 const svalue *arg = unaryop_sval->get_arg ();
H A Dregion-model.cc3066 tristate lhs_ts = eval_condition (unaryop->get_arg (),
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c177 get_arg:
227 goto get_arg;
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp220 virtual input_iterator *get_arg(int) { return 0; } function in class:input_iterator
419 static input_iterator *get_arg(int);
617 input_iterator *input_stack::get_arg(int i) function in class:input_stack
622 return p->get_arg(i);
3594 input_iterator *get_arg(int i);
3602 input_iterator *macro_iterator::get_arg(int i) function in class:macro_iterator
3907 input_iterator *p = input_stack::get_arg(i);
4219 input_stack::push(input_stack::get_arg(s[0] - '0'));
4224 input_iterator *p = input_stack::get_arg(i);
4242 input_iterator *p = input_stack::get_arg(
[all...]
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp491 int get_arg (void);
702 (get_arg() == 0);
713 (get_arg() == 1) );
857 int text_glob::get_arg (void) function in class:text_glob
3265 troff_indent = g->get_arg();
3267 pageoffset = g->get_arg();
3269 temp_indent = g->get_arg();
3583 ncol = g->get_arg();
/netbsd-current/external/bsd/nvi/dist/gtk/
H A Dgtkviscreen.c296 object_class->get_arg = gtk_vi_screen_get_arg;
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h698 inline isl::checked::ast_expr get_arg(int pos) const;
5988 isl::checked::ast_expr ast_expr_op::get_arg(int pos) const function in class:isl::checked::ast_expr_op
H A Dcpp.h764 inline isl::ast_expr get_arg(int pos) const;
6808 isl::ast_expr ast_expr_op::get_arg(int pos) const function in class:isl::ast_expr_op
/netbsd-current/external/mit/isl/dist/interface/
H A Disl.py6012 def get_arg(arg0, arg1): member in class:ast_expr_op

Completed in 720 milliseconds