Home
last modified time | relevance | path

Searched defs:args (Results 2251 - 2275 of 2293) sorted by relevance

1...<<9192

/third_party/python/Modules/
H A Dsocketmodule.c1679 getsockaddrarg(PySocketSockObject *s, PyObject *args, in getsockaddrarg() argument
2983 sock_setsockopt(PySocketSockObject *s, PyObject *args) sock_setsockopt() argument
3071 sock_getsockopt(PySocketSockObject *s, PyObject *args) sock_getsockopt() argument
3454 sock_listen(PySocketSockObject *s, PyObject *args) sock_listen() argument
3544 sock_recv(PySocketSockObject *s, PyObject *args) sock_recv() argument
3593 sock_recv_into(PySocketSockObject *s, PyObject *args, PyObject *kwds) sock_recv_into() argument
3729 sock_recvfrom(PySocketSockObject *s, PyObject *args) sock_recvfrom() argument
3781 sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds) sock_recvfrom_into() argument
4010 sock_recvmsg(PySocketSockObject *s, PyObject *args) sock_recvmsg() argument
4077 sock_recvmsg_into(PySocketSockObject *s, PyObject *args) sock_recvmsg_into() argument
4188 sock_send(PySocketSockObject *s, PyObject *args) sock_send() argument
4224 sock_sendall(PySocketSockObject *s, PyObject *args) sock_sendall() argument
4330 sock_sendto(PySocketSockObject *s, PyObject *args) sock_sendto() argument
4474 sock_sendmsg(PySocketSockObject *s, PyObject *args) global() argument
4678 sock_sendmsg_afalg(PySocketSockObject *self, PyObject *args, PyObject *kwds) global() argument
5140 sock_new(PyTypeObject *type, PyObject *args, PyObject *kwds) global() argument
5530 socket_sethostname(PyObject *self, PyObject *args) global() argument
5571 socket_gethostbyname(PyObject *self, PyObject *args) global() argument
5746 socket_gethostbyname_ex(PyObject *self, PyObject *args) global() argument
5821 socket_gethostbyaddr(PyObject *self, PyObject *args) global() argument
5920 socket_getservbyname(PyObject *self, PyObject *args) global() argument
5956 socket_getservbyport(PyObject *self, PyObject *args) global() argument
5999 socket_getprotobyname(PyObject *self, PyObject *args) global() argument
6106 socket_socketpair(PyObject *self, PyObject *args) global() argument
6191 socket_ntohs(PyObject *self, PyObject *args) global() argument
6254 socket_htons(PyObject *self, PyObject *args) global() argument
6324 socket_inet_aton(PyObject *self, PyObject *args) global() argument
6396 socket_inet_ntoa(PyObject *self, PyObject *args) global() argument
6429 socket_inet_pton(PyObject *self, PyObject *args) global() argument
6479 socket_inet_ntop(PyObject *self, PyObject *args) global() argument
6535 socket_getaddrinfo(PyObject *self, PyObject *args, PyObject* kwargs) global() argument
6666 socket_getnameinfo(PyObject *self, PyObject *args) global() argument
6898 socket_if_nametoindex(PyObject *self, PyObject *args) global() argument
6960 socket_CMSG_LEN(PyObject *self, PyObject *args) global() argument
6990 socket_CMSG_SPACE(PyObject *self, PyObject *args) global() argument
[all...]
H A D_testcapimodule.c326 dict_getitem_knownhash(PyObject *self, PyObject *args) in dict_getitem_knownhash() argument
528 test_longlong_api(PyObject* self, PyObject *args) in test_longlong_api() argument
1346 get_args(PyObject *self, PyObject *args) in get_args() argument
1356 get_kwargs(PyObject *self, PyObject *args, PyObject *kwargs) in get_kwargs() argument
1367 getargs_tuple(PyObject *self, PyObject *args) in getargs_tuple() argument
1377 getargs_keywords(PyObject *self, PyObject *args, PyObject *kwargs) getargs_keywords() argument
1394 getargs_keyword_only(PyObject *self, PyObject *args, PyObject *kwargs) getargs_keyword_only() argument
1409 getargs_positional_only_and_keywords(PyObject *self, PyObject *args, PyObject *kwargs) getargs_positional_only_and_keywords() argument
1426 getargs_b(PyObject *self, PyObject *args) getargs_b() argument
1435 getargs_B(PyObject *self, PyObject *args) getargs_B() argument
1444 getargs_h(PyObject *self, PyObject *args) getargs_h() argument
1453 getargs_H(PyObject *self, PyObject *args) getargs_H() argument
1462 getargs_I(PyObject *self, PyObject *args) getargs_I() argument
1471 getargs_k(PyObject *self, PyObject *args) getargs_k() argument
1480 getargs_i(PyObject *self, PyObject *args) getargs_i() argument
1489 getargs_l(PyObject *self, PyObject *args) getargs_l() argument
1498 getargs_n(PyObject *self, PyObject *args) getargs_n() argument
1507 getargs_p(PyObject *self, PyObject *args) getargs_p() argument
1516 getargs_L(PyObject *self, PyObject *args) getargs_L() argument
1525 getargs_K(PyObject *self, PyObject *args) getargs_K() argument
1591 getargs_f(PyObject *self, PyObject *args) getargs_f() argument
1600 getargs_d(PyObject *self, PyObject *args) getargs_d() argument
1609 getargs_D(PyObject *self, PyObject *args) getargs_D() argument
1618 getargs_S(PyObject *self, PyObject *args) getargs_S() argument
1628 getargs_Y(PyObject *self, PyObject *args) getargs_Y() argument
1638 getargs_U(PyObject *self, PyObject *args) getargs_U() argument
1648 getargs_c(PyObject *self, PyObject *args) getargs_c() argument
1657 getargs_C(PyObject *self, PyObject *args) getargs_C() argument
1666 getargs_s(PyObject *self, PyObject *args) getargs_s() argument
1675 getargs_s_star(PyObject *self, PyObject *args) getargs_s_star() argument
1687 getargs_s_hash(PyObject *self, PyObject *args) getargs_s_hash() argument
1697 getargs_z(PyObject *self, PyObject *args) getargs_z() argument
1709 getargs_z_star(PyObject *self, PyObject *args) getargs_z_star() argument
1726 getargs_z_hash(PyObject *self, PyObject *args) getargs_z_hash() argument
1739 getargs_y(PyObject *self, PyObject *args) getargs_y() argument
1748 getargs_y_star(PyObject *self, PyObject *args) getargs_y_star() argument
1760 getargs_y_hash(PyObject *self, PyObject *args) getargs_y_hash() argument
1770 getargs_u(PyObject *self, PyObject *args) getargs_u() argument
1779 getargs_u_hash(PyObject *self, PyObject *args) getargs_u_hash() argument
1789 getargs_Z(PyObject *self, PyObject *args) getargs_Z() argument
1801 getargs_Z_hash(PyObject *self, PyObject *args) getargs_Z_hash() argument
1814 getargs_es(PyObject *self, PyObject *args) getargs_es() argument
1830 getargs_et(PyObject *self, PyObject *args) getargs_et() argument
1846 getargs_es_hash(PyObject *self, PyObject *args) getargs_es_hash() argument
1869 getargs_et_hash(PyObject *self, PyObject *args) getargs_et_hash() argument
1927 parse_tuple_and_keywords(PyObject *self, PyObject *args) parse_tuple_and_keywords() argument
2187 unicode_aswidechar(PyObject *self, PyObject *args) unicode_aswidechar() argument
2218 unicode_aswidecharstring(PyObject *self, PyObject *args) unicode_aswidecharstring() argument
2239 unicode_asucs4(PyObject *self, PyObject *args) unicode_asucs4() argument
2269 unicode_asutf8(PyObject *self, PyObject *args) unicode_asutf8() argument
2287 unicode_asutf8andsize(PyObject *self, PyObject *args) unicode_asutf8andsize() argument
2311 unicode_findchar(PyObject *self, PyObject *args) unicode_findchar() argument
2332 unicode_copycharacters(PyObject *self, PyObject *args) unicode_copycharacters() argument
2366 unicode_legacy_string(PyObject *self, PyObject *args) unicode_legacy_string() argument
2391 getargs_w_star(PyObject *self, PyObject *args) getargs_w_star() argument
2441 codec_incrementalencoder(PyObject *self, PyObject *args) codec_incrementalencoder() argument
2451 codec_incrementaldecoder(PyObject *self, PyObject *args) codec_incrementaldecoder() argument
2527 exc_set_object(PyObject *self, PyObject *args) exc_set_object() argument
2541 raise_exception(PyObject *self, PyObject *args) raise_exception() argument
2568 set_errno(PyObject *self, PyObject *args) set_errno() argument
2590 test_set_exc_info(PyObject *self, PyObject *args) test_set_exc_info() argument
2616 test_datetime_capi(PyObject *self, PyObject *args) test_datetime_capi() argument
2652 datetime_check_date(PyObject *self, PyObject *args) datetime_check_date() argument
2657 datetime_check_time(PyObject *self, PyObject *args) datetime_check_time() argument
2662 datetime_check_datetime(PyObject *self, PyObject *args) datetime_check_datetime() argument
2667 datetime_check_delta(PyObject *self, PyObject *args) datetime_check_delta() argument
2672 datetime_check_tzinfo(PyObject *self, PyObject *args) datetime_check_tzinfo() argument
2683 make_timezones_capi(PyObject *self, PyObject *args) make_timezones_capi() argument
2704 get_timezones_offset_zero(PyObject *self, PyObject *args) get_timezones_offset_zero() argument
2727 get_timezone_utc_capi(PyObject* self, PyObject *args) get_timezone_utc_capi() argument
2742 get_date_fromdate(PyObject *self, PyObject *args) get_date_fromdate() argument
2765 get_datetime_fromdateandtime(PyObject *self, PyObject *args) get_datetime_fromdateandtime() argument
2795 get_datetime_fromdateandtimeandfold(PyObject *self, PyObject *args) get_datetime_fromdateandtimeandfold() argument
2828 get_time_fromtime(PyObject *self, PyObject *args) get_time_fromtime() argument
2853 get_time_fromtimeandfold(PyObject *self, PyObject *args) get_time_fromtimeandfold() argument
2880 get_delta_fromdsu(PyObject *self, PyObject *args) get_delta_fromdsu() argument
2905 get_date_fromtimestamp(PyObject* self, PyObject *args) get_date_fromtimestamp() argument
2934 get_datetime_fromtimestamp(PyObject* self, PyObject *args) get_datetime_fromtimestamp() argument
3054 test_thread_state(PyObject *self, PyObject *args) test_thread_state() argument
3415 profile_int(PyObject *self, PyObject* args) profile_int() argument
3526 traceback_print(PyObject *self, PyObject *args) traceback_print() argument
3544 exception_print(PyObject *self, PyObject *args) exception_print() argument
3587 argparsing(PyObject *o, PyObject *args) argparsing() argument
3608 code_newempty(PyObject *self, PyObject *args) code_newempty() argument
3624 make_exception_with_doc(PyObject *self, PyObject *args, PyObject *kwargs) make_exception_with_doc() argument
3754 test_PyBuffer_SizeFromFormat(PyObject *self, PyObject *args) test_PyBuffer_SizeFromFormat() argument
3789 run_in_subinterp(PyObject *self, PyObject *args) run_in_subinterp() argument
3836 test_pytime_object_to_time_t(PyObject *self, PyObject *args) test_pytime_object_to_time_t() argument
3851 test_pytime_object_to_timeval(PyObject *self, PyObject *args) test_pytime_object_to_timeval() argument
3867 test_pytime_object_to_timespec(PyObject *self, PyObject *args) test_pytime_object_to_timespec() argument
3937 with_tp_del(PyObject *self, PyObject *args) with_tp_del() argument
3977 create_cfunction(PyObject *self, PyObject *args) create_cfunction() argument
4433 set_nomemory(PyObject *self, PyObject *args) set_nomemory() argument
4547 call_in_temporary_c_thread(PyObject *self, PyObject *args) call_in_temporary_c_thread() argument
4624 pymarshal_write_long_to_file(PyObject* self, PyObject *args) pymarshal_write_long_to_file() argument
4649 pymarshal_write_object_to_file(PyObject* self, PyObject *args) pymarshal_write_object_to_file() argument
4674 pymarshal_read_short_from_file(PyObject* self, PyObject *args) pymarshal_read_short_from_file() argument
4700 pymarshal_read_long_from_file(PyObject* self, PyObject *args) pymarshal_read_long_from_file() argument
4725 pymarshal_read_last_object_from_file(PyObject* self, PyObject *args) pymarshal_read_last_object_from_file() argument
4748 pymarshal_read_object_from_file(PyObject* self, PyObject *args) pymarshal_read_object_from_file() argument
4771 return_null_without_error(PyObject *self, PyObject *args) return_null_without_error() argument
4780 return_result_with_error(PyObject *self, PyObject *args) return_result_with_error() argument
4789 getitem_with_error(PyObject *self, PyObject *args) getitem_with_error() argument
4801 test_pytime_fromseconds(PyObject *self, PyObject *args) test_pytime_fromseconds() argument
4812 test_pytime_fromsecondsobject(PyObject *self, PyObject *args) test_pytime_fromsecondsobject() argument
4830 test_pytime_assecondsdouble(PyObject *self, PyObject *args) test_pytime_assecondsdouble() argument
4845 test_PyTime_AsTimeval(PyObject *self, PyObject *args) test_PyTime_AsTimeval() argument
4872 test_PyTime_AsTimeval_clamp(PyObject *self, PyObject *args) test_PyTime_AsTimeval_clamp() argument
4898 test_PyTime_AsTimespec(PyObject *self, PyObject *args) test_PyTime_AsTimespec() argument
4916 test_PyTime_AsTimespec_clamp(PyObject *self, PyObject *args) test_PyTime_AsTimespec_clamp() argument
4933 test_PyTime_AsMilliseconds(PyObject *self, PyObject *args) test_PyTime_AsMilliseconds() argument
4953 test_PyTime_AsMicroseconds(PyObject *self, PyObject *args) test_PyTime_AsMicroseconds() argument
4973 pymem_buffer_overflow(PyObject *self, PyObject *args) pymem_buffer_overflow() argument
4991 pymem_api_misuse(PyObject *self, PyObject *args) pymem_api_misuse() argument
5004 pymem_malloc_without_gil(PyObject *self, PyObject *args) pymem_malloc_without_gil() argument
5021 test_pymem_getallocatorsname(PyObject *self, PyObject *args) test_pymem_getallocatorsname() argument
5101 pyobject_malloc_without_gil(PyObject *self, PyObject *args) pyobject_malloc_without_gil() argument
5117 tracemalloc_track(PyObject *self, PyObject *args) tracemalloc_track() argument
5150 tracemalloc_untrack(PyObject *self, PyObject *args) tracemalloc_untrack() argument
5173 tracemalloc_get_traceback(PyObject *self, PyObject *args) tracemalloc_get_traceback() argument
5189 dict_get_version(PyObject *self, PyObject *args) dict_get_version() argument
5206 raise_SIGINT_then_send_None(PyObject *self, PyObject *args) raise_SIGINT_then_send_None() argument
5230 fastcall_args(PyObject *args, PyObject ***stack, Py_ssize_t *nargs) fastcall_args() argument
5249 test_pyobject_fastcall(PyObject *self, PyObject *args) test_pyobject_fastcall() argument
5267 test_pyobject_fastcalldict(PyObject *self, PyObject *args) test_pyobject_fastcalldict() argument
5294 test_pyobject_vectorcall(PyObject *self, PyObject *args) test_pyobject_vectorcall() argument
5328 test_pyvectorcall_call(PyObject *self, PyObject *args) test_pyvectorcall_call() argument
5352 stack_pointer(PyObject *self, PyObject *args) stack_pointer() argument
5361 py_w_stopcode(PyObject *self, PyObject *args) py_w_stopcode() argument
5416 mapping_has_key(PyObject* self, PyObject *args) mapping_has_key() argument
5426 sequence_set_slice(PyObject* self, PyObject *args) sequence_set_slice() argument
5442 sequence_del_slice(PyObject* self, PyObject *args) sequence_del_slice() argument
5458 test_pythread_tss_key_state(PyObject *self, PyObject *args) test_pythread_tss_key_state() argument
5513 new_hamt(PyObject *self, PyObject *args) new_hamt() argument
5524 bad_get(PyObject *module, PyObject *const *args, Py_ssize_t nargs) bad_get() argument
5561 test_write_unraisable_exc(PyObject *self, PyObject *args) test_write_unraisable_exc() argument
5586 sequence_getitem(PyObject *self, PyObject *args) sequence_getitem() argument
5598 sequence_setitem(PyObject *self, PyObject *args) sequence_setitem() argument
5631 meth_varargs(PyObject* self, PyObject* args) meth_varargs() argument
5637 meth_varargs_keywords(PyObject* self, PyObject* args, PyObject* kwargs) meth_varargs_keywords() argument
5655 _fastcall_to_tuple(PyObject* const* args, Py_ssize_t nargs) _fastcall_to_tuple() argument
5669 meth_fastcall(PyObject* self, PyObject* const* args, Py_ssize_t nargs) meth_fastcall() argument
5677 meth_fastcall_keywords(PyObject* self, PyObject* const* args, Py_ssize_t nargs, PyObject* kwargs) meth_fastcall_keywords() argument
5693 pynumber_tobase(PyObject *module, PyObject *args) pynumber_tobase() argument
5823 test_fatal_error(PyObject *self, PyObject *args) test_fatal_error() argument
5912 test_float_pack(PyObject *self, PyObject *args) test_float_pack() argument
5956 test_float_unpack(PyObject *self, PyObject *args) test_float_unpack() argument
6044 frame_new(PyObject *self, PyObject *args) frame_new() argument
6078 PyObject *args = NULL; eval_eval_code_ex() local
6776 test_structmembers_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) test_structmembers_new() argument
7006 awaitObject_new(PyTypeObject *type, PyObject *args, PyObject *kwds) awaitObject_new() argument
7136 recurse_infinitely_error_init(PyObject *self, PyObject *args, PyObject *kwds) recurse_infinitely_error_init() argument
7156 MyList_new(PyTypeObject *type, PyObject *args, PyObject *kwds) MyList_new() argument
7297 MethodDescriptor_vectorcall(PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwnames) MethodDescriptor_vectorcall() argument
7307 MethodDescriptor_new(PyTypeObject* type, PyObject* args, PyObject *kw) MethodDescriptor_new() argument
7332 call_return_args(PyObject *self, PyObject *args, PyObject *kwargs) call_return_args() argument
7370 MethodDescriptor2_new(PyTypeObject* type, PyObject* args, PyObject *kw) MethodDescriptor2_new() argument
7459 heapctype_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctype_init() argument
7536 heapctypesubclass_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesubclass_init() argument
7614 heapctypesubclasswithfinalizer_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesubclasswithfinalizer_init() argument
7816 heapctypesetattr_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesetattr_init() argument
7949 ContainerNoGC_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) ContainerNoGC_new() argument
8294 getargs_s_hash_int(PyObject *self, PyObject *args, PyObject *kwargs) getargs_s_hash_int() argument
8308 getargs_s_hash_int2(PyObject *self, PyObject *args, PyObject *kwargs) getargs_s_hash_int2() argument
8322 gh_99240_clear_args(PyObject *self, PyObject *args) gh_99240_clear_args() argument
[all...]
H A Dposixmodule.c2294 statresult_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in statresult_new() argument
14356 ScandirIterator_close(ScandirIterator *self, PyObject *args) in ScandirIterator_close() argument
14363 ScandirIterator_enter(PyObject *self, PyObject *args) in ScandirIterator_enter() argument
14370 ScandirIterator_exit(ScandirIterator *self, PyObject *args) in ScandirIterator_exit() argument
/third_party/python/Objects/
H A Dtypeobject.c1059 type_call(PyTypeObject *type, PyObject *args, PyObject *kwds) in type_call() argument
1169 PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyType_GenericNew() argument
1640 vectorcall_unbound(PyThreadState *tstate, int unbound, PyObject *func, PyObject *const *args, Py_ssize_t nargs) vectorcall_unbound() argument
1670 vectorcall_method(PyObject *name, PyObject *const *args, Py_ssize_t nargs) vectorcall_method() argument
1689 vectorcall_maybe(PyThreadState *tstate, PyObject *name, PyObject *const *args, Py_ssize_t nargs) vectorcall_maybe() argument
2447 type_init(PyObject *cls, PyObject *args, PyObject *kwds) type_init() argument
2526 PyObject *args; global() member
3290 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) type_new() argument
3339 type_vectorcall(PyObject *metatype, PyObject *const *args, size_t nargsf, PyObject *kwnames) type_vectorcall() argument
4176 type_prepare(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) type_prepare() argument
4489 excess_args(PyObject *args, PyObject *kwds) excess_args() argument
4496 object_init(PyObject *self, PyObject *args, PyObject *kwds) object_init() argument
4516 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds) object_new() argument
5133 _PyObject_GetNewArguments(PyObject *obj, PyObject **args, PyObject **kwargs) _PyObject_GetNewArguments() argument
5271 PyObject *args = NULL, *kwargs = NULL; reduce_newobj() local
5464 object_subclasshook(PyObject *cls, PyObject *args) object_subclasshook() argument
6643 wrap_lenfunc(PyObject *self, PyObject *args, void *wrapped) wrap_lenfunc() argument
6657 wrap_inquirypred(PyObject *self, PyObject *args, void *wrapped) wrap_inquirypred() argument
6671 wrap_binaryfunc(PyObject *self, PyObject *args, void *wrapped) wrap_binaryfunc() argument
6683 wrap_binaryfunc_l(PyObject *self, PyObject *args, void *wrapped) wrap_binaryfunc_l() argument
6695 wrap_binaryfunc_r(PyObject *self, PyObject *args, void *wrapped) wrap_binaryfunc_r() argument
6707 wrap_ternaryfunc(PyObject *self, PyObject *args, void *wrapped) wrap_ternaryfunc() argument
6721 wrap_ternaryfunc_r(PyObject *self, PyObject *args, void *wrapped) wrap_ternaryfunc_r() argument
6735 wrap_unaryfunc(PyObject *self, PyObject *args, void *wrapped) wrap_unaryfunc() argument
6745 wrap_indexargfunc(PyObject *self, PyObject *args, void *wrapped) wrap_indexargfunc() argument
6782 wrap_sq_item(PyObject *self, PyObject *args, void *wrapped) wrap_sq_item() argument
6801 wrap_sq_setitem(PyObject *self, PyObject *args, void *wrapped) wrap_sq_setitem() argument
6820 wrap_sq_delitem(PyObject *self, PyObject *args, void *wrapped) wrap_sq_delitem() argument
6841 wrap_objobjproc(PyObject *self, PyObject *args, void *wrapped) wrap_objobjproc() argument
6858 wrap_objobjargproc(PyObject *self, PyObject *args, void *wrapped) wrap_objobjargproc() argument
6873 wrap_delitem(PyObject *self, PyObject *args, void *wrapped) wrap_delitem() argument
6938 wrap_setattr(PyObject *self, PyObject *args, void *wrapped) wrap_setattr() argument
6955 wrap_delattr(PyObject *self, PyObject *args, void *wrapped) wrap_delattr() argument
6973 wrap_hashfunc(PyObject *self, PyObject *args, void *wrapped) wrap_hashfunc() argument
6987 wrap_call(PyObject *self, PyObject *args, void *wrapped, PyObject *kwds) wrap_call() argument
6995 wrap_del(PyObject *self, PyObject *args, void *wrapped) wrap_del() argument
7007 wrap_richcmpfunc(PyObject *self, PyObject *args, void *wrapped, int op) wrap_richcmpfunc() argument
7034 wrap_next(PyObject *self, PyObject *args, void *wrapped) wrap_next() argument
7048 wrap_descr_get(PyObject *self, PyObject *args, void *wrapped) wrap_descr_get() argument
7069 wrap_descr_set(PyObject *self, PyObject *args, void *wrapped) wrap_descr_set() argument
7084 wrap_descr_delete(PyObject *self, PyObject *args, void *wrapped) wrap_descr_delete() argument
7100 wrap_init(PyObject *self, PyObject *args, void *wrapped, PyObject *kwds) wrap_init() argument
7110 tp_new_wrapper(PyObject *self, PyObject *args, PyObject *kwds) tp_new_wrapper() argument
7386 PyObject *args[2] = {self, value}; slot_sq_contains() local
7620 slot_tp_call(PyObject *self, PyObject *args, PyObject *kwds) slot_tp_call() argument
7851 slot_tp_init(PyObject *self, PyObject *args, PyObject *kwds) slot_tp_init() argument
7883 slot_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) slot_tp_new() argument
8619 PyObject *args[2] = {(PyObject *)type, (PyObject *)type}; type_new_init_subclass() local
9059 super_init(PyObject *self, PyObject *args, PyObject *kwds) super_init() argument
9138 super_vectorcall(PyObject *self, PyObject *const *args, size_t nargsf, PyObject *kwnames) super_vectorcall() argument
[all...]
H A Dunicodeobject.c11571 parse_args_finds_unicode(const char * function_name, PyObject *args, in parse_args_finds_unicode() argument
11592 unicode_count(PyObject *self, PyObject *args) in unicode_count() argument
11776 unicode_find(PyObject *self, PyObject *args) in unicode_find() argument
11853 unicode_index(PyObject *self, PyObject *args) in unicode_index() argument
13062 unicode_rfind(PyObject *self, PyObject *args) in unicode_rfind() argument
13094 unicode_rindex(PyObject *self, PyObject *args) unicode_rindex() argument
13634 unicode_startswith(PyObject *self, PyObject *args) unicode_startswith() argument
13688 unicode_endswith(PyObject *self, PyObject *args) unicode_endswith() argument
14323 PyObject *args; global() member
15185 PyUnicode_Format(PyObject *format, PyObject *args) PyUnicode_Format() argument
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c55 struct cil_args_resolve *args = cil_malloc(sizeof(*args)); in gen_resolve_args() local
78 struct cil_args_resolve *args in test_cil_resolve_name() local
102 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_name_invalid_type_neg() local
141 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roleallow() local
160 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roleallow_srcdecl_neg() local
180 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roleallow_tgtdecl_neg() local
200 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classmapping_anon() local
222 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_classmapping_anon_inmacro() local
257 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_classmapping_anon_inmacro_neg() local
290 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classmapping_named() local
310 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classmapping_named_classmapname_neg() local
330 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classmapping_anon_classmapname_neg() local
350 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classmapping_anon_permset_neg() local
370 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rolebounds() local
390 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rolebounds_exists_neg() local
411 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rolebounds_role1_neg() local
431 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rolebounds_role2_neg() local
450 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_sensalias() local
468 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_sensalias_sensdecl_neg() local
487 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_catalias() local
505 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_catalias_catdecl_neg() local
527 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_catorder() local
547 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_catorder_neg() local
570 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_dominance() local
591 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_dominance_neg() local
612 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_cat_list() local
638 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_cat_list_catlistnull_neg() local
665 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_cat_list_rescatlistnull_neg() local
693 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_cat_list_catrange() local
721 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_cat_list_catrange_neg() local
752 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_cat_list_catname_neg() local
781 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_catset() local
804 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_catset_catlist_neg() local
827 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_catrange() local
852 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_catrange_catloworder_neg() local
880 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_catrange_cathighorder_neg() local
905 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_catrange_cat1_neg() local
930 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_catrange_cat2_neg() local
958 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_senscat() local
983 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_senscat_catrange_neg() local
1012 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_senscat_catsetname() local
1040 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_senscat_catsetname_neg() local
1067 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_senscat_sublist() local
1091 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_senscat_missingsens_neg() local
1115 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_senscat_category_neg() local
1142 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_senscat_currrangecat() local
1173 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_level() local
1210 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_level_catlist() local
1247 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_level_catset() local
1292 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_level_catset_name_neg() local
1324 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_level_sens_neg() local
1356 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_level_cat_neg() local
1391 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_level_senscat_neg() local
1420 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_levelrange_namedlvl() local
1449 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_levelrange_namedlvl_low_neg() local
1478 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_levelrange_namedlvl_high_neg() local
1505 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_levelrange_anonlvl() local
1532 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_levelrange_anonlvl_low_neg() local
1559 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_levelrange_anonlvl_high_neg() local
1589 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_constrain() local
1610 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_constrain_class_neg() local
1634 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_constrain_perm_neg() local
1656 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_constrain_perm_resolve_neg() local
1683 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_context() local
1715 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_context_macro() local
1758 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_context_macro_neg() local
1803 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_context_namedrange() local
1835 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_context_namedrange_neg() local
1861 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_context_user_neg() local
1889 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_context_role_neg() local
1917 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_context_type_neg() local
1946 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_context_anon_level_neg() local
1974 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roletransition() local
1995 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roletransition_srcdecl_neg() local
2016 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roletransition_tgtdecl_neg() local
2037 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roletransition_resultdecl_neg() local
2061 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_type_in_multiple_attrs() local
2085 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_multiple_excludes_with_not() local
2106 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_multiple_types_with_and() local
2126 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_using_attr() local
2145 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_name_neg() local
2164 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_undef_type_neg() local
2187 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_not() local
2207 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typeattributeset_undef_type_not_neg() local
2225 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_typealias() local
2244 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_typealias_neg() local
2264 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typebounds() local
2285 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typebounds_repeatbind_neg() local
2306 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typebounds_type1_neg() local
2325 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typebounds_type2_neg() local
2344 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_typepermissive() local
2363 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_typepermissive_neg() local
2385 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nametypetransition() local
2407 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nametypetransition_src_neg() local
2429 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nametypetransition_tgt_neg() local
2451 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nametypetransition_class_neg() local
2473 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nametypetransition_dest_neg() local
2498 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition() local
2526 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_namedrange_anon() local
2569 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_namedrange_anon_neg() local
2610 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_namedrange() local
2636 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_namedrange_neg() local
2661 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_type1_neg() local
2686 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_type2_neg() local
2711 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_class_neg() local
2738 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_call_level_l_anon() local
2780 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_call_level_l_anon_neg() local
2822 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_call_level_h_anon() local
2864 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_call_level_h_anon_neg() local
2904 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_level_l_neg() local
2929 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_level_h_neg() local
2954 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_anon_level_l() local
2983 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_anon_level_l_neg() local
3012 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_anon_level_h() local
3041 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_rangetransition_anon_level_h_neg() local
3065 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_classcommon() local
3084 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_classcommon_no_class_neg() local
3103 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_classcommon_no_common_neg() local
3124 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classpermset_named() local
3148 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classpermset_named_namedpermlist() local
3171 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classpermset_named_permlist_neg() local
3194 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classpermset_named_unnamedcps_neg() local
3217 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classpermset_anon() local
3240 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classpermset_anon_namedpermlist() local
3262 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_classpermset_anon_permlist_neg() local
3285 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule() local
3307 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule_permset() local
3329 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule_permset_neg() local
3351 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule_permset_permdne_neg() local
3372 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule_firsttype_neg() local
3393 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule_secondtype_neg() local
3414 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule_class_neg() local
3435 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_avrule_perm_neg() local
3457 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_transition() local
3478 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_transition_srcdecl_neg() local
3499 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_transition_tgtdecl_neg() local
3520 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_transition_objdecl_neg() local
3541 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_transition_resultdecl_neg() local
3563 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_change() local
3584 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_change_srcdecl_neg() local
3605 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_change_tgtdecl_neg() local
3626 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_change_objdecl_neg() local
3647 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_change_resultdecl_neg() local
3669 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_member() local
3690 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_member_srcdecl_neg() local
3711 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_member_tgtdecl_neg() local
3732 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_member_objdecl_neg() local
3753 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_type_rule_member_resultdecl_neg() local
3779 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_filecon() local
3805 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_filecon_neg() local
3830 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_filecon_anon_context() local
3856 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_filecon_anon_context_neg() local
3880 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_portcon() local
3906 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_portcon_neg() local
3931 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_portcon_anon_context() local
3955 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_portcon_anon_context_neg() local
3981 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_genfscon() local
4007 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_genfscon_neg() local
4032 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_genfscon_anon_context() local
4056 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_genfscon_anon_context_neg() local
4084 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_ipv4() local
4112 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_ipv6() local
4139 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_anonipaddr_ipv4() local
4166 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_anonnetmask_ipv4() local
4193 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_anonipaddr_ipv6() local
4220 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_anonnetmask_ipv6() local
4247 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_diffipfam_neg() local
4275 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_context_neg() local
4303 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_ipaddr_neg() local
4330 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_netmask_neg() local
4356 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_anon_context() local
4381 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_nodecon_anon_context_neg() local
4401 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_netifcon() local
4420 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_netifcon_otf_neg() local
4439 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_netifcon_interface_neg() local
4466 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_netifcon_unnamed() local
4492 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_netifcon_unnamed_packet_neg() local
4519 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_netifcon_unnamed_otf_neg() local
4538 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_netifcon_sublist_secondlist_missing_neg() local
4557 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_pirqcon() local
4576 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_pirqcon_context_neg() local
4604 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_pirqcon_anon_context() local
4624 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_pirqcon_anon_context_neg() local
4643 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_iomemcon() local
4662 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_iomemcon_context_neg() local
4688 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_iomemcon_anon_context() local
4710 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_iomemcon_anon_context_neg() local
4729 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ioportcon() local
4748 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ioportcon_context_neg() local
4774 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_ioportcon_anon_context() local
4796 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ioportcon_anon_context_neg() local
4815 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_pcidevicecon() local
4834 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_pcidevicecon_context_neg() local
4860 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_pcidevicecon_anon_context() local
4882 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_pcidevicecon_anon_context_neg() local
4909 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_fsuse() local
4936 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_fsuse_nocontext_neg() local
4963 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_fsuse_neg() local
4989 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_fsuse_anon() local
5015 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_fsuse_anon_neg() local
5041 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_sidcontext() local
5073 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_sidcontext_named_levels() local
5082 cil_resolve_level(level, (struct cil_level*)level->data, args); test_cil_resolve_sidcontext_named_levels() local
5107 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_sidcontext_named_context() local
5116 cil_resolve_context(context, (struct cil_context*)context->data, args); test_cil_resolve_sidcontext_named_context() local
5141 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_sidcontext_named_context_wrongname_neg() local
5150 cil_resolve_context(context, (struct cil_context*)context->data, args); test_cil_resolve_sidcontext_named_context_wrongname_neg() local
5174 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_sidcontext_named_context_invaliduser_neg() local
5196 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_blockinherit() local
5216 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_blockinherit_blockstrdne_neg() local
5236 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_in_block() local
5255 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_in_blockstrdne_neg() local
5276 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_in_macro() local
5296 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_in_optional() local
5319 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_noparam() local
5342 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_type() local
5365 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_role() local
5388 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_user() local
5411 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_sens() local
5434 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_cat() local
5458 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_catset() local
5481 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_catset_anon() local
5504 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_catset_anon_neg() local
5531 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_level() local
5558 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_level_anon() local
5585 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_level_anon_neg() local
5615 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_ipaddr() local
5644 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_ipaddr_anon() local
5673 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_ipaddr_anon_neg() local
5696 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_class() local
5717 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_classmap() local
5741 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_permset() local
5764 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_permset_anon() local
5787 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_classpermset_named() local
5809 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_classpermset_anon() local
5831 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_classpermset_anon_neg() local
5854 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_unknown_neg() local
5885 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_unknowncall_neg() local
5908 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_extraargs_neg() local
5931 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_copy_dup() local
5958 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_missing_arg_neg() local
5981 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_paramsflavor_neg() local
6012 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call1_unknownflavor_neg() local
6043 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_type() local
6070 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_role() local
6097 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_user() local
6124 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_sens() local
6151 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_cat() local
6179 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_catset() local
6206 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_catset_anon() local
6234 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_permset() local
6261 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_permset_anon() local
6288 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_classpermset_named() local
6314 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_classpermset_anon() local
6341 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_class() local
6367 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_classmap() local
6399 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_level() local
6430 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_level_anon() local
6464 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_ipaddr() local
6497 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_ipaddr_anon() local
6528 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_unknown_neg() local
6556 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_call2_name_neg() local
6583 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_name_call_args() local
6618 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_name_call_args_multipleparams() local
6649 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_name_call_args_diffflavor() local
6681 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_name_call_args_callnull_neg() local
6710 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_name_call_args_namenull_neg() local
6741 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_name_call_args_callargsnull_neg() local
6772 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_name_call_args_name_neg() local
6802 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_expr_stack_bools() local
6827 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_resolve_expr_stack_tunables() local
6851 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_expr_stack_type() local
6875 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_expr_stack_role() local
6899 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_expr_stack_user() local
6924 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_expr_stack_neg() local
6949 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_expr_stack_emptystr_neg() local
6975 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_boolif() local
6998 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_boolif_neg() local
7022 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_and() local
7049 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_not() local
7076 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_or() local
7103 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_xor() local
7130 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_eq() local
7157 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_neq() local
7185 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_oper1() local
7213 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_evaluate_expr_stack_oper2() local
7277 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_resolve_tunif_false() local
7300 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_resolve_tunif_true() local
7323 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_resolve_tunif_resolveexpr_neg() local
7378 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_userbounds() local
7398 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_userbounds_exists_neg() local
7419 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_userbounds_user1_neg() local
7439 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_userbounds_user2_neg() local
7459 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roletype() local
7478 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roletype_type_neg() local
7497 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_roletype_role_neg() local
7519 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_userrole() local
7536 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_userrole_user_neg() local
7555 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_userrole_role_neg() local
7578 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userlevel() local
7606 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_userlevel_macro() local
7648 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_userlevel_macro_neg() local
7685 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userlevel_level_anon() local
7711 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userlevel_level_anon_neg() local
7738 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userlevel_user_neg() local
7765 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userlevel_level_neg() local
7792 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userrange() local
7819 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_userrange_macro() local
7860 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_userrange_macro_neg() local
7899 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userrange_range_anon() local
7927 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userrange_range_anon_neg() local
7954 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userrange_user_neg() local
7981 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_userrange_range_neg() local
8409 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_call1() local
8435 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_call1_neg() local
8461 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_call2() local
8491 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_call2_neg() local
8519 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_boolif() local
8544 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_boolif_neg() local
8569 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_tunif() local
8594 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_tunif_neg() local
8618 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catorder() local
8641 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catorder_neg() local
8664 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_dominance() local
8687 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_dominance_neg() local
8709 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roleallow() local
8731 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roleallow_neg() local
8753 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_sensalias() local
8774 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_sensalias_neg() local
8796 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catalias() local
8817 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catalias_neg() local
8840 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catset() local
8863 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catset_catlist_neg() local
8888 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catrange() local
8916 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MLS, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_catrange_neg() local
8940 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_level() local
8976 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_level_neg() local
9012 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_levelrange() local
9051 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_levelrange_neg() local
9088 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_constrain() local
9115 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_constrain_neg() local
9142 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_mlsconstrain() local
9169 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_mlsconstrain_neg() local
9199 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_context() local
9239 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC1, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_context_neg() local
9276 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_senscat() local
9303 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_senscat_neg() local
9328 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roletransition() local
9352 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roletransition_srcdecl_neg() local
9376 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roletransition_tgtdecl_neg() local
9400 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roletransition_resultdecl_neg() local
9424 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typeattributeset() local
9447 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typeattributeset_undef_type_neg() local
9470 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typealias() local
9492 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typealias_notype_neg() local
9515 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typebounds() local
9537 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typebounds_neg() local
9559 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typepermissive() local
9580 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_typepermissive_neg() local
9608 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_rangetransition() local
9636 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_rangetransition_neg() local
9661 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_nametypetransition() local
9686 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_nametypetransition_neg() local
9710 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_avrule() local
9731 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_avrule_src_nores_neg() local
9753 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_avrule_tgt_nores_neg() local
9776 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_avrule_class_nores_neg() local
9799 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_avrule_datum_null_neg() local
9824 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_type_rule_transition() local
9848 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_type_rule_transition_neg() local
9873 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_type_rule_change() local
9897 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_type_rule_change_neg() local
9922 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_type_rule_member() local
9946 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_type_rule_member_neg() local
9974 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userbounds() local
9999 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userbounds_neg() local
10025 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roletype() local
10050 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roletype_role_neg() local
10075 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_roletype_type_neg() local
10101 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userrole() local
10126 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userrole_user_neg() local
10151 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userrole_role_neg() local
10180 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userlevel() local
10209 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userlevel_neg() local
10238 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userrange() local
10267 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_userrange_neg() local
10294 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_filecon() local
10323 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_filecon_neg() local
10352 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_portcon() local
10381 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_portcon_neg() local
10410 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_genfscon() local
10439 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_genfscon_neg() local
10469 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_nodecon() local
10500 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_nodecon_ipaddr_neg() local
10531 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_nodecon_netmask_neg() local
10554 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_netifcon() local
10576 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_netifcon_neg() local
10598 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_pirqcon() local
10620 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_pirqcon_neg() local
10642 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_iomemcon() local
10664 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_iomemcon_neg() local
10686 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_ioportcon() local
10708 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_ioportcon_neg() local
10730 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_pcidevicecon() local
10752 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_pcidevicecon_neg() local
10782 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_fsuse() local
10804 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_fsuse_neg() local
10834 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_sidcontext() local
10862 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_sidcontext_neg() local
10885 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_BLKIN, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_blockinherit() local
10908 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_classcommon() local
10930 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_classcommon_neg() local
10958 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_rolebounds() local
10983 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_rolebounds_neg() local
11012 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_callstack() local
11040 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_call() local
11067 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_optional() local
11095 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_macro() local
11125 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_optstack() local
11148 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, test_ast_node_opt, NULL); test_cil_resolve_ast_node_helper_optstack_tunable_neg() local
11177 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, test_ast_node_opt, NULL); test_cil_resolve_ast_node_helper_optstack_macro_neg() local
11207 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_TIF, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_nodenull_neg() local
11257 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_dbflavor_neg() local
11282 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NULL); test_cil_resolve_ast_node_helper_pass_neg() local
11309 struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC2, &changed, NULL, test_ast_node_opt, NULL); test_cil_resolve_ast_node_helper_optfailedtoresolve() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1259 os << *args[0]; in doPrint() local
1262 os << ", " << *args[1]; in doPrint() local
1265 os << ", " << *args[2]; in doPrint() local
1268 os << ", " << *args[3]; in doPrint() local
1302 Apply(const ApplyFunc& func, const ArgExprs& args) Apply() argument
1309 BaseArgExprs args; doPrintExpr() local
1358 os << "{" << *args[0] << " | " << *args[1] << "}"; doPrint() local
1363 createApply(const Func<Sig>& func, const typename Func<Sig>::ArgExprs& args) createApply() argument
1565 ArgExprs args; initialize() local
1606 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; doPrint() local
2029 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } doPrint() local
2547 os << *args[0] << "[" << *args[1] << "]"; print() local
2778 os << "-(" << *args[0] << ")"; doPrint() local
3607 os << "(" << *args[0] << " * " << *args[1] << ")"; doPrint() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3658 auto args = std::forward_as_tuple(barriers1, barriers2, barriers3, std::false_type()); in makeDependency() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1794 os << *args[0]; in doPrint() local
1797 os << ", " << *args[1]; in doPrint() local
1800 os << ", " << *args[ in doPrint() local
1803 os << ", " << *args[3]; doPrint() local
1837 Apply(const ApplyFunc& func, const ArgExprs& args) Apply() argument
1844 BaseArgExprs args; doPrintExpr() local
1893 os << "{" << *args[0] << " | " << *args[1] << "}"; doPrint() local
1898 createApply(const Func<Sig>& func, const typename Func<Sig>::ArgExprs& args) createApply() argument
2111 ArgExprs args; initialize() local
2152 os << "(" << *args[0] << " ? " << *args[1] << " : " << *args[2] << ")"; doPrint() local
2663 void doPrint (ostream& os, const BaseArgExprs& args) const { os << "-" << *args[0]; } doPrint() local
3332 os << *args[0] << "[" << *args[1] << "]"; print() local
3562 os << "-(" << *args[0] << ")"; doPrint() local
4637 os << "(" << *args[0] << " * " << *args[1] << ")"; doPrint() local
[all...]
/third_party/elfutils/src/
H A Dreadelf.c8024 struct attrcb_args args = in print_debug_units() local
10362 unsigned int args = *readp++; print_debug_macro_section() local
10551 unsigned int args = *op_desc++; print_debug_macro_section() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp5687 addGenMulArgumentConversion(const TSourceLoc& loc, TFunction& call, TIntermTyped*& args) addGenMulArgumentConversion() argument
7545 findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDepth, TIntermTyped*& args) findFunction() argument
[all...]
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h6638 __u32 args[4]; /* Optionally passed to bpf program */ member
6986 __u64 args[0]; member
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c524 const struct dxil_value *args[] = { in emit_unary_call() local
545 const struct dxil_value *args[] = { in emit_binary_call() local
569 const struct dxil_value *args[] = { in emit_tertiary_call() local
595 const struct dxil_value *args[] in emit_quaternary_call() local
618 const struct dxil_value *args[] = { emit_threadid_call() local
640 const struct dxil_value *args[] = { emit_threadidingroup_call() local
661 const struct dxil_value *args[] = { emit_flattenedthreadidingroup_call() local
681 const struct dxil_value *args[] = { emit_groupid_call() local
701 const struct dxil_value *args[] = { opcode, handle, coord[0], coord[1] }; emit_bufferload_call() local
721 const struct dxil_value *args[] = { emit_bufferstore_call() local
745 const struct dxil_value *args[] = { opcode, handle, emit_textureload_call() local
768 const struct dxil_value *args[] = { emit_texturestore_call() local
794 const struct dxil_value *args[] = { emit_atomic_binop() local
817 const struct dxil_value *args[] = { emit_atomic_cmpxchg() local
839 const struct dxil_value *args[] = { emit_createhandle_call() local
2213 const struct dxil_value *args[] = { emit_f16tof32() local
2238 const struct dxil_value *args[] = { emit_f32tof16() local
2295 const struct dxil_value *args[3] = { emit_make_double() local
2321 const struct dxil_value *args[] = { emit_split_double() local
2522 const struct dxil_value *args[] = { load_ubo() local
2564 const struct dxil_value *args[] = { opcode, mode }; emit_barrier_impl() local
2715 const struct dxil_value *args[] = {opcode}; call_unary_external_function() local
2771 const struct dxil_value *args[] = { opcode, component }; emit_load_tess_coord() local
3235 const struct dxil_value *args[] = { emit_store_output_via_intrinsic() local
3372 const struct dxil_value *args[] = { emit_load_input_via_intrinsic() local
3390 const struct dxil_value *args[6] = { 0 }; emit_load_interpolated_input() local
3572 const struct dxil_value *args[] = { emit_discard_if_with_value() local
3609 const struct dxil_value *args[] = { emit_emit_vertex() local
3629 const struct dxil_value *args[] = { emit_end_primitive() local
3877 const struct dxil_value *args[] = { emit_texture_size() local
4167 const struct dxil_value *args[] = { emit_load_sample_pos_from_id() local
4639 const struct dxil_value *args[11] = { emit_sample() local
4659 const struct dxil_value *args[12] = { emit_sample_bias() local
4679 const struct dxil_value *args[11] = { emit_sample_level() local
4710 const struct dxil_value *args[12] = { emit_sample_cmp() local
4728 const struct dxil_value *args[17] = { emit_sample_grad() local
4751 const struct dxil_value *args[] = { emit_texel_fetch() local
4768 const struct dxil_value *args[] = { emit_texture_lod() local
4789 const struct dxil_value *args[] = { emit_texture_gather() local
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc1675 void Shell::PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args) { in PerformanceNow() argument
1656 RealmIndexOrThrow( const v8::FunctionCallbackInfo<v8::Value>& args, int arg_offset) RealmIndexOrThrow() argument
1686 PerformanceMeasureMemory( const v8::FunctionCallbackInfo<v8::Value>& args) PerformanceMeasureMemory() argument
1713 RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args) RealmCurrent() argument
1722 RealmOwner(const v8::FunctionCallbackInfo<v8::Value>& args) RealmOwner() argument
1748 RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args) RealmGlobal() argument
1770 CreateRealm( const v8::FunctionCallbackInfo<v8::Value>& args, int index, v8::MaybeLocal<Value> global_object) CreateRealm() argument
1803 DisposeRealm(const v8::FunctionCallbackInfo<v8::Value>& args, int index) DisposeRealm() argument
1818 RealmCreate(const v8::FunctionCallbackInfo<v8::Value>& args) RealmCreate() argument
1824 RealmCreateAllowCrossRealmAccess( const v8::FunctionCallbackInfo<v8::Value>& args) RealmCreateAllowCrossRealmAccess() argument
1835 RealmNavigate(const v8::FunctionCallbackInfo<v8::Value>& args) RealmNavigate() argument
1864 RealmDetachGlobal(const v8::FunctionCallbackInfo<v8::Value>& args) RealmDetachGlobal() argument
1881 RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args) RealmDispose() argument
1895 RealmSwitch(const v8::FunctionCallbackInfo<v8::Value>& args) RealmSwitch() argument
1904 RealmEval(const v8::FunctionCallbackInfo<v8::Value>& args) RealmEval() argument
1959 RealmTakeWebSnapshot( const v8::FunctionCallbackInfo<v8::Value>& args) RealmTakeWebSnapshot() argument
2017 RealmUseWebSnapshot( const v8::FunctionCallbackInfo<v8::Value>& args) RealmUseWebSnapshot() argument
2051 LogGetAndStop(const v8::FunctionCallbackInfo<v8::Value>& args) LogGetAndStop() argument
2089 TestVerifySourcePositions( const v8::FunctionCallbackInfo<v8::Value>& args) TestVerifySourcePositions() argument
2186 InstallConditionalFeatures( const v8::FunctionCallbackInfo<v8::Value>& args) InstallConditionalFeatures() argument
2194 AsyncHooksCreateHook( const v8::FunctionCallbackInfo<v8::Value>& args) AsyncHooksCreateHook() argument
2203 AsyncHooksExecutionAsyncId( const v8::FunctionCallbackInfo<v8::Value>& args) AsyncHooksExecutionAsyncId() argument
2212 AsyncHooksTriggerAsyncId( const v8::FunctionCallbackInfo<v8::Value>& args) AsyncHooksTriggerAsyncId() argument
2223 EnableDebugger(const v8::FunctionCallbackInfo<v8::Value>& args) EnableDebugger() argument
2227 DisableDebugger(const v8::FunctionCallbackInfo<v8::Value>& args) DisableDebugger() argument
2231 SetPromiseHooks(const v8::FunctionCallbackInfo<v8::Value>& args) SetPromiseHooks() argument
2261 WriteToFile(FILE* file, const v8::FunctionCallbackInfo<v8::Value>& args) WriteToFile() argument
2291 WriteAndFlush(FILE* file, const v8::FunctionCallbackInfo<v8::Value>& args) WriteAndFlush() argument
2298 Print(const v8::FunctionCallbackInfo<v8::Value>& args) Print() argument
2302 PrintErr(const v8::FunctionCallbackInfo<v8::Value>& args) PrintErr() argument
2306 WriteStdout(const v8::FunctionCallbackInfo<v8::Value>& args) WriteStdout() argument
2310 ReadFile(const v8::FunctionCallbackInfo<v8::Value>& args) ReadFile() argument
2365 ExecuteFile(const v8::FunctionCallbackInfo<v8::Value>& args) ExecuteFile() argument
2394 SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) SetTimeout() argument
2403 ReadCodeTypeAndArguments( const v8::FunctionCallbackInfo<v8::Value>& args, int index, CodeType* code_type, Local<Value>* arguments) ReadCodeTypeAndArguments() argument
2490 ReadSource( const v8::FunctionCallbackInfo<v8::Value>& args, int index, CodeType default_type) ReadSource() argument
2536 WorkerNew(const v8::FunctionCallbackInfo<v8::Value>& args) WorkerNew() argument
2588 WorkerPostMessage(const v8::FunctionCallbackInfo<v8::Value>& args) WorkerPostMessage() argument
2613 WorkerGetMessage(const v8::FunctionCallbackInfo<v8::Value>& args) WorkerGetMessage() argument
2631 WorkerTerminate(const v8::FunctionCallbackInfo<v8::Value>& args) WorkerTerminate() argument
2640 WorkerTerminateAndWait( const v8::FunctionCallbackInfo<v8::Value>& args) WorkerTerminateAndWait() argument
2653 QuitOnce(v8::FunctionCallbackInfo<v8::Value>* args) QuitOnce() argument
2672 Quit(const v8::FunctionCallbackInfo<v8::Value>& args) Quit() argument
2677 WaitUntilDone(const v8::FunctionCallbackInfo<v8::Value>& args) WaitUntilDone() argument
2681 NotifyDone(const v8::FunctionCallbackInfo<v8::Value>& args) NotifyDone() argument
2685 Version(const v8::FunctionCallbackInfo<v8::Value>& args) Version() argument
2699 Fuzzilli(const v8::FunctionCallbackInfo<v8::Value>& args) Fuzzilli() argument
2917 NodeTypeCallback(const v8::FunctionCallbackInfo<v8::Value>& args) NodeTypeCallback() argument
3327 const std::vector<const char*>& args = options.arguments; CreateEvaluationContext() local
3665 ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args) ReadBuffer() argument
3788 Local<Value> args[] = {message}; Send() local
3869 SendInspectorMessage( const v8::FunctionCallbackInfo<v8::Value>& args) SendInspectorMessage() argument
4354 PostMessageOut(const v8::FunctionCallbackInfo<v8::Value>& args) PostMessageOut() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc2549 Node* const* args in VisitCallWithSpread() local
239 BuildCall(ConvertReceiverMode receiver_mode, std::initializer_list<Node*> args, int slot_id) BuildCall() argument
2384 BuildCall(ConvertReceiverMode receiver_mode, Node* const* args, size_t arg_count, int slot_id) BuildCall() argument
2693 Node* const* args = GetConstructArgumentsFromRegister(callee, new_target, VisitConstruct() local
2726 Node* const* args = GetConstructArgumentsFromRegister(callee, new_target, VisitConstructWithSpread() local
4092 TryBuildSimplifiedCall( const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedCall() argument
4104 TryBuildSimplifiedConstruct(const Operator* op, Node* const* args, int arg_count, FeedbackSlot slot) TryBuildSimplifiedConstruct() argument
[all...]
H A Dwasm-compiler.cc652 Node* WasmGraphBuilder::Merge(Node* fst, Nodes*... args) { in Merge() argument
181 CallRuntimeStub(wasm::WasmCode::RuntimeStubId stub_id, Operator::Properties properties, Args*... args) CallRuntimeStub() argument
194 CallBuiltin(Builtin name, Operator::Properties properties, Args*... args) CallBuiltin() argument
2977 BuildCCall(MachineSignature* sig, Node* function, Args... args) BuildCCall() argument
2989 BuildCallNode(const wasm::FunctionSig* sig, base::Vector<Node*> args, wasm::WasmCodePosition position, Node* instance_node, const Operator* op, Node* frame_state) BuildCallNode() argument
3026 BuildWasmCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, Node* instance_node, Node* frame_state) BuildWasmCall() argument
3057 BuildWasmReturnCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, wasm::WasmCodePosition position, Node* instance_node) BuildWasmReturnCall() argument
3073 BuildImportCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, int func_index, IsReturnCall continuation) BuildImportCall() argument
3083 BuildImportCall(const wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, Node* func_index, IsReturnCall continuation) BuildImportCall() argument
3116 CallDirect(uint32_t index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position) CallDirect() argument
3136 CallIndirect(uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position) CallIndirect() argument
3194 BuildIndirectCall( uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, wasm::WasmCodePosition position, IsReturnCall continuation) BuildIndirectCall() argument
3291 BuildCallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, CheckForNull null_check, IsReturnCall continuation, wasm::WasmCodePosition position) BuildCallRef() argument
3360 CallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, base::Vector<Node*> rets, WasmGraphBuilder::CheckForNull null_check, wasm::WasmCodePosition position) CallRef() argument
3369 ReturnCallRef(const wasm::FunctionSig* real_sig, base::Vector<Node*> args, WasmGraphBuilder::CheckForNull null_check, wasm::WasmCodePosition position) ReturnCallRef() argument
3377 ReturnCall(uint32_t index, const wasm::FunctionSig* real_sig, base::Vector<Node*> args, wasm::WasmCodePosition position) ReturnCall() argument
3397 ReturnCallIndirect(uint32_t table_index, uint32_t sig_index, wasm::FunctionSig* real_sig, base::Vector<Node*> args, wasm::WasmCodePosition position) ReturnCallIndirect() argument
3962 Node* args[] = {info}; TraceMemoryOperation() local
5452 StoreArgsInStackSlot( std::initializer_list<std::pair<MachineRepresentation, Node*>> args) StoreArgsInStackSlot() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1611 RegisterList args = register_allocator()->NewRegisterList(2); in VisitFunctionDeclaration() local
1652 RegisterList args = register_allocator()->NewRegisterList(2); in BuildDeclareCall() local
2635 RegisterList args = register_allocator()->NewGrowableRegisterList(); in BuildClassLiteral() local
2783 RegisterList args = register_allocator()->NewRegisterList(1); BuildClassLiteral() local
2892 RegisterList args = register_allocator()->NewRegisterList(2); BuildInvalidPropertyAccess() local
2933 RegisterList args = register_allocator()->NewRegisterList(1); BuildInstanceMemberInitialization() local
3144 RegisterList args = register_allocator()->NewRegisterList(2); VisitObjectLiteral() local
3170 RegisterList args = register_allocator()->NewRegisterList(5); VisitObjectLiteral() local
3203 RegisterList args = register_allocator()->NewRegisterList(2); VisitObjectLiteral() local
3266 RegisterList args = register_allocator()->NewRegisterList(4); VisitObjectLiteral() local
3285 RegisterList args = register_allocator()->NewRegisterList(2); VisitObjectLiteral() local
3658 RegisterList args = register_allocator()->NewRegisterList(3); BuildAsyncReturn() local
3668 RegisterList args = register_allocator()->NewRegisterList(2); BuildAsyncReturn() local
4686 RegisterList args = register_allocator()->NewRegisterList(3); VisitYield() local
4697 RegisterList args = register_allocator()->NewRegisterList(2); VisitYield() local
4953 RegisterList args = register_allocator()->NewRegisterList(3); VisitYieldStar() local
5021 RegisterList args = register_allocator()->NewRegisterList(2); BuildAwait() local
5130 RegisterList args = register_allocator()->NewRegisterList(1); BuildPrivateGetterAccess() local
5145 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateSetterAccess() local
5167 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateMethodIn() local
5185 RegisterList args = register_allocator()->NewRegisterList(3); BuildPrivateMethodIn() local
5234 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateBrandCheck() local
5252 RegisterList args = register_allocator()->NewRegisterList(2); BuildPrivateBrandCheck() local
5297 RegisterList args = register_allocator()->NewRegisterList(3); VisitNamedSuperPropertyLoad() local
5319 RegisterList args = register_allocator()->NewRegisterList(3); VisitKeyedSuperPropertyLoad() local
5362 VisitArguments(const ZonePtrList<Expression>* args, RegisterList* arg_regs) VisitArguments() argument
5394 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCall() local
5589 const ZonePtrList<Expression>* args = expr->arguments(); VisitCallSuper() local
5709 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCallNew() local
5758 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCallRuntime() local
5763 RegisterList args = register_allocator()->NewGrowableRegisterList(); VisitCallRuntime() local
6277 RegisterList args = register_allocator()->NewRegisterList(register_count); VisitImportCallExpression() local
6416 RegisterList args = RegisterList(iterator.object()); BuildIteratorClose() local
6973 RegisterList args = register_allocator()->NewRegisterList(2); BuildGeneratorObjectVariableInitialization() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1083 V8_NOINLINE void ReportMessage(MessageTemplate message, const Ts&... args) { in ReportMessage() argument
1088 ReportMessageAt(Scanner::Location source_location, MessageTemplate message, const Ts&... args) ReportMessageAt() argument
2829 ParseArguments( typename ParserBase<Impl>::ExpressionListT* args, bool* has_spread, ParsingArrowHeadFlag maybe_arrow) ParseArguments() argument
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2148 va_list args; in appendf() local
2155 appendfv(const char* fmt, va_list args) appendfv() argument
6701 SetTooltipV(const char* fmt, va_list args) SetTooltipV() argument
6714 va_list args; SetTooltip() local
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c8523 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf() argument
8591 static PCRE2_SPTR SLJIT_FUNC do_extuni_utf_invalid(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_utf_invalid() argument
8656 static PCRE2_SPTR SLJIT_FUNC do_extuni_no_utf(jit_arguments *args, PCRE2_SPTR cc) in do_extuni_no_utf() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c5642 va_list args; in bc_vm_error() local
5653 va_list args; in bc_vm_posixError() local
5615 bc_vm_printError(BcError e, char *fmt, size_t line, va_list args) bc_vm_printError() argument
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c2292 va_list args; in upb_status_seterrf() local
2298 void upb_status_vseterrf(upb_status *status, const char *fmt, va_list args) { in upb_status_vseterrf() argument
2305 void upb_status_vappenderrf(upb_status *status, const char *fmt, va_list args) { in upb_status_vappenderrf() argument
7482 va_list args; in jsonenc_printf() local
[all...]
/third_party/python/Python/
H A Dcompile.c2450 compiler_visit_argannotations(struct compiler *c, asdl_arg_seq* args, in compiler_visit_argannotations() argument
2467 compiler_visit_annotations(struct compiler *c, arguments_ty args, in compiler_visit_annotations() argument
2506 compiler_visit_defaults(struct compiler *c, arguments_ty args) compiler_visit_defaults() argument
2514 compiler_default_arguments(struct compiler *c, arguments_ty args) compiler_default_arguments() argument
2561 compiler_check_debug_args_seq(struct compiler *c, asdl_arg_seq *args) compiler_check_debug_args_seq() argument
2573 compiler_check_debug_args(struct compiler *c, arguments_ty args) compiler_check_debug_args() argument
2593 arguments_ty args; compiler_function() local
3017 arguments_ty args = e->v.Lambda.args; compiler_lambda() local
4855 asdl_expr_seq *args = e->v.Call.args; maybe_optimize_method_call() local
5100 compiler_call_helper(struct compiler *c, int n, asdl_expr_seq *args, asdl_keyword_seq *keywords) compiler_call_helper() argument
6180 PyObject *args = Py_BuildValue("O(OiiOii)", msg, c->c_filename, compiler_error() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/libbpf/src/
H A Dlibbpf.c249 va_list args; in libbpf_print() local
226 __base_pr(enum libbpf_print_level level, const char *format, va_list args) __base_pr() argument

Completed in 247 milliseconds

1...<<9192