Home
last modified time | relevance | path

Searched refs:extra_args (Results 1 - 25 of 57) sorted by relevance

123

/third_party/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.h38 int cil_resolve_classorder(struct cil_tree_node *current, void *extra_args);
39 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args);
40 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args);
41 int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args);
42 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args);
43 int cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args);
44 int cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args);
45 int cil_resolve_typealias(struct cil_tree_node *current, void *extra_args);
46 int cil_resolve_typebounds(struct cil_tree_node *current, void *extra_args);
47 int cil_resolve_typepermissive(struct cil_tree_node *current, void *extra_args);
[all...]
H A Dcil_resolve_ast.c159 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_args) in cil_resolve_classperms() argument
170 rc = cil_resolve_name(current, cp->class_str, CIL_SYM_CLASSES, extra_args, &datum); in cil_resolve_classperms()
194 static int cil_resolve_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_set, void *extra_args) in cil_resolve_classperms_set() argument
199 rc = cil_resolve_name(current, cp_set->set_str, CIL_SYM_CLASSPERMSETS, extra_args, &datum); in cil_resolve_classperms_set()
207 rc = cil_resolve_classperms_list(current, cp_set->set->classperms, extra_args); in cil_resolve_classperms_set()
219 int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extra_args) in cil_resolve_classperms_list() argument
226 rc = cil_resolve_classperms(current, curr->data, extra_args); in cil_resolve_classperms_list()
231 rc = cil_resolve_classperms_set(current, curr->data, extra_args); in cil_resolve_classperms_list()
244 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cps, void *extra_args) in cil_resolve_classpermissionset() argument
247 struct cil_args_resolve *args = extra_args; in cil_resolve_classpermissionset()
295 cil_resolve_permissionx(struct cil_tree_node *current, struct cil_permissionx *permx, void *extra_args) cil_resolve_permissionx() argument
312 cil_resolve_avrule(struct cil_tree_node *current, void *extra_args) cil_resolve_avrule() argument
374 cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args) cil_resolve_type_rule() argument
427 cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args) cil_resolve_typeattributeset() argument
467 cil_resolve_expandtypeattribute(struct cil_tree_node *current, void *extra_args) cil_resolve_expandtypeattribute() argument
501 cil_resolve_aliasactual(struct cil_tree_node *current, void *extra_args, enum cil_flavor flavor, enum cil_flavor alias_flavor) cil_resolve_aliasactual() argument
600 cil_resolve_typepermissive(struct cil_tree_node *current, void *extra_args) cil_resolve_typepermissive() argument
628 cil_resolve_nametypetransition(struct cil_tree_node *current, void *extra_args) cil_resolve_nametypetransition() argument
691 cil_resolve_rangetransition(struct cil_tree_node *current, void *extra_args) cil_resolve_rangetransition() argument
754 cil_resolve_classcommon(struct cil_tree_node *current, void *extra_args) cil_resolve_classcommon() argument
803 cil_resolve_classmapping(struct cil_tree_node *current, void *extra_args) cil_resolve_classmapping() argument
844 cil_resolve_userrole(struct cil_tree_node *current, void *extra_args) cil_resolve_userrole() argument
869 cil_resolve_userlevel(struct cil_tree_node *current, void *extra_args) cil_resolve_userlevel() argument
922 cil_resolve_userrange(struct cil_tree_node *current, void *extra_args) cil_resolve_userrange() argument
975 cil_resolve_userprefix(struct cil_tree_node *current, void *extra_args) cil_resolve_userprefix() argument
1001 cil_resolve_selinuxuser(struct cil_tree_node *current, void *extra_args) cil_resolve_selinuxuser() argument
1050 cil_resolve_roletype(struct cil_tree_node *current, void *extra_args) cil_resolve_roletype() argument
1075 cil_resolve_roletransition(struct cil_tree_node *current, void *extra_args) cil_resolve_roletransition() argument
1121 cil_resolve_roleallow(struct cil_tree_node *current, void *extra_args) cil_resolve_roleallow() argument
1146 cil_resolve_roleattributeset(struct cil_tree_node *current, void *extra_args) cil_resolve_roleattributeset() argument
1477 cil_resolve_classorder(struct cil_tree_node *current, void *extra_args) cil_resolve_classorder() argument
1528 cil_resolve_sidorder(struct cil_tree_node *current, void *extra_args) cil_resolve_sidorder() argument
1582 cil_resolve_catorder(struct cil_tree_node *current, void *extra_args) cil_resolve_catorder() argument
1625 cil_resolve_sensitivityorder(struct cil_tree_node *current, void *extra_args) cil_resolve_sensitivityorder() argument
1664 cil_resolve_cats(struct cil_tree_node *current, struct cil_cats *cats, void *extra_args) cil_resolve_cats() argument
1680 cil_resolve_catset(struct cil_tree_node *current, struct cil_catset *catset, void *extra_args) cil_resolve_catset() argument
1685 cil_resolve_senscat(struct cil_tree_node *current, void *extra_args) cil_resolve_senscat() argument
1717 cil_resolve_level(struct cil_tree_node *current, struct cil_level *level, void *extra_args) cil_resolve_level() argument
1747 cil_resolve_levelrange(struct cil_tree_node *current, struct cil_levelrange *lvlrange, void *extra_args) cil_resolve_levelrange() argument
1801 cil_resolve_constrain(struct cil_tree_node *current, void *extra_args) cil_resolve_constrain() argument
1822 cil_resolve_validatetrans(struct cil_tree_node *current, void *extra_args) cil_resolve_validatetrans() argument
1846 cil_resolve_context(struct cil_tree_node *current, struct cil_context *context, void *extra_args) cil_resolve_context() argument
1926 cil_resolve_filecon(struct cil_tree_node *current, void *extra_args) cil_resolve_filecon() argument
1948 cil_resolve_ibpkeycon(struct cil_tree_node *current, void *extra_args) cil_resolve_ibpkeycon() argument
1972 cil_resolve_portcon(struct cil_tree_node *current, void *extra_args) cil_resolve_portcon() argument
1997 cil_resolve_genfscon(struct cil_tree_node *current, void *extra_args) cil_resolve_genfscon() argument
2022 cil_resolve_nodecon(struct cil_tree_node *current, void *extra_args) cil_resolve_nodecon() argument
2072 cil_resolve_netifcon(struct cil_tree_node *current, void *extra_args) cil_resolve_netifcon() argument
2111 cil_resolve_ibendportcon(struct cil_tree_node *current, void *extra_args) cil_resolve_ibendportcon() argument
2136 cil_resolve_pirqcon(struct cil_tree_node *current, void *extra_args) cil_resolve_pirqcon() argument
2161 cil_resolve_iomemcon(struct cil_tree_node *current, void *extra_args) cil_resolve_iomemcon() argument
2186 cil_resolve_ioportcon(struct cil_tree_node *current, void *extra_args) cil_resolve_ioportcon() argument
2211 cil_resolve_pcidevicecon(struct cil_tree_node *current, void *extra_args) cil_resolve_pcidevicecon() argument
2236 cil_resolve_devicetreecon(struct cil_tree_node *current, void *extra_args) cil_resolve_devicetreecon() argument
2261 cil_resolve_fsuse(struct cil_tree_node *current, void *extra_args) cil_resolve_fsuse() argument
2286 cil_resolve_sidcontext(struct cil_tree_node *current, void *extra_args) cil_resolve_sidcontext() argument
2328 cil_resolve_blockinherit_link(struct cil_tree_node *current, void *extra_args) cil_resolve_blockinherit_link() argument
2361 cil_resolve_blockinherit_copy(struct cil_tree_node *current, void *extra_args) cil_resolve_blockinherit_copy() argument
2410 cil_resolve_blockabstract(struct cil_tree_node *current, void *extra_args) cil_resolve_blockabstract() argument
2438 cil_resolve_in(struct cil_tree_node *current, void *extra_args) cil_resolve_in() argument
2481 cil_resolve_in_list(struct cil_list *in_list, void *extra_args) cil_resolve_in_list() argument
2535 cil_resolve_bounds(struct cil_tree_node *current, void *extra_args, enum cil_flavor flavor, enum cil_flavor attr_flavor) cil_resolve_bounds() argument
2617 cil_resolve_default(struct cil_tree_node *current, void *extra_args) cil_resolve_default() argument
2640 cil_resolve_defaultrange(struct cil_tree_node *current, void *extra_args) cil_resolve_defaultrange() argument
2735 cil_build_call_args(struct cil_tree_node *call_node, struct cil_call *call, struct cil_macro *macro, void *extra_args) cil_build_call_args() argument
3034 cil_resolve_call(struct cil_tree_node *current, void *extra_args) cil_resolve_call() argument
3084 cil_resolve_call_args(struct cil_tree_node *current, void *extra_args) cil_resolve_call_args() argument
3251 cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_expr, struct cil_tree_node *parent, void *extra_args) cil_resolve_expr() argument
3342 cil_resolve_boolif(struct cil_tree_node *current, void *extra_args) cil_resolve_boolif() argument
3407 cil_resolve_tunif(struct cil_tree_node *current, void *extra_args) cil_resolve_tunif() argument
3473 cil_resolve_userattributeset(struct cil_tree_node *current, void *extra_args) cil_resolve_userattributeset() argument
3615 __cil_resolve_ast_node(struct cil_tree_node *node, void *extra_args) __cil_resolve_ast_node() argument
3905 __cil_resolve_ast_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_resolve_ast_node_helper() argument
4012 __cil_resolve_ast_first_child_helper(struct cil_tree_node *current, void *extra_args) __cil_resolve_ast_first_child_helper() argument
4041 __cil_resolve_ast_last_child_helper(struct cil_tree_node *current, void *extra_args) __cil_resolve_ast_last_child_helper() argument
4093 struct cil_args_resolve extra_args; cil_resolve_ast() local
4364 cil_resolve_name(struct cil_tree_node *ast_node, char *name, enum cil_sym_index sym_index, void *extra_args, struct cil_symtab_datum **datum) cil_resolve_name() argument
4392 cil_resolve_name_keep_aliases(struct cil_tree_node *ast_node, char *name, enum cil_sym_index sym_index, void *extra_args, struct cil_symtab_datum **datum) cil_resolve_name_keep_aliases() argument
[all...]
H A Dcil_tree.c258 extra_args: additional data
264 extra_args: any additional data to be passed to the helper functions
268 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core()
269 int (*first_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk_core()
270 int (*last_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk_core()
271 void *extra_args) in cil_tree_walk_core()
279 rc = (*process_node)(node, &finished, extra_args); in cil_tree_walk_core()
291 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args); in cil_tree_walk_core()
304 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk()
305 int (*first_child)(struct cil_tree_node *node, void *extra_args), in cil_tree_walk()
267 cil_tree_walk_core(struct cil_tree_node *node, int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree_node *node, void *extra_args), void *extra_args) cil_tree_walk_core() argument
303 cil_tree_walk(struct cil_tree_node *node, int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree_node *node, void *extra_args), void *extra_args) cil_tree_walk() argument
[all...]
H A Dcil_tree.h72 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree_node *node, void *extra_args), void *extra_args);
H A Dcil_verify.h67 int __cil_verify_ordered_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args);
71 int __cil_verify_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
72 int __cil_pre_verify_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *finished, void *extra_args);
H A Dcil_post.c565 static int __cil_post_db_count_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_count_helper() argument
567 struct cil_db *db = extra_args; in __cil_post_db_count_helper()
673 static int __cil_post_db_array_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_array_helper() argument
675 struct cil_db *db = extra_args; in __cil_post_db_array_helper()
1505 static int __cil_post_db_neverallow_attr_helper(struct cil_tree_node *node, uint32_t *finished, __attribute__((unused)) void *extra_args) in __cil_post_db_neverallow_attr_helper() argument
1534 static int __cil_post_db_attr_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_attr_helper() argument
1537 struct cil_db *db = extra_args; in __cil_post_db_attr_helper()
1635 static int __cil_post_db_roletype_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_roletype_helper() argument
1638 struct cil_db *db = extra_args; in __cil_post_db_roletype_helper()
1721 static int __cil_post_db_userrole_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) in __cil_post_db_userrole_helper() argument
1815 __cil_post_db_cat_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_db_cat_helper() argument
2190 __cil_post_db_classperms_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_db_classperms_helper() argument
2248 __cil_post_report_conflict(struct cil_tree_node *node, uint32_t *finished, void *extra_args) __cil_post_report_conflict() argument
2467 struct cil_args_verify extra_args; cil_post_verify() local
2524 struct cil_args_verify extra_args; cil_pre_verify() local
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_copy_ast.c40 int __cil_copy_node_helper(struct cil_tree_node *orig, uint32_t *finished, void *extra_args);
1403 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); in test_cil_copy_node_helper_block() local
1407 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block()
1423 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_block_merge() local
1427 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head, &finished, extra_args); in test_cil_copy_node_helper_block_merge()
1458 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); in test_cil_copy_node_helper_perm() local
1462 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args); in test_cil_copy_node_helper_perm()
1478 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); in test_cil_copy_node_helper_perm_neg() local
1482 int rc = __cil_copy_node_helper(test_db->ast->root->cl_head->cl_head, &finished, extra_args); in test_cil_copy_node_helper_perm_neg()
1501 struct cil_args_copy *extra_args in test_cil_copy_node_helper_class() local
1521 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_class_dup_neg() local
1544 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_common() local
1564 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_common_dup_neg() local
1587 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_classcommon() local
1610 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_sid() local
1630 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_sid_merge() local
1653 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_sidcontext() local
1676 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_user() local
1696 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_user_merge() local
1719 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_role() local
1739 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_role_merge() local
1762 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_userrole() local
1785 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_type() local
1805 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_type_merge() local
1828 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_typeattribute() local
1848 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_typeattribute_merge() local
1871 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_typealias() local
1891 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_typealias_dup_neg() local
1914 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_bool() local
1934 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_bool_dup_neg() local
1957 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_avrule() local
1980 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_type_rule() local
2003 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_sens() local
2023 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_sens_merge() local
2046 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_sensalias() local
2066 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_sensalias_dup_neg() local
2089 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_cat() local
2109 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_cat_merge() local
2132 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_catalias() local
2152 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_catalias_dup_neg() local
2189 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); test_cil_copy_node_helper_senscat() local
2222 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); test_cil_copy_node_helper_catorder() local
2256 struct cil_args_copy *extra_args = gen_copy_args(parent_node, test_db2); test_cil_copy_node_helper_dominance() local
2279 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_level() local
2299 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_level_dup_neg() local
2322 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_context() local
2342 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_context_dup_neg() local
2365 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_netifcon() local
2388 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_call() local
2411 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_optional() local
2431 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_optional_merge() local
2454 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_ipaddr() local
2474 struct cil_args_copy *extra_args = gen_copy_args(test_db->ast->root, test_db); test_cil_copy_node_helper_ipaddr_dup_neg() local
2499 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_boolif() local
2522 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_mlsconstrain() local
2545 struct cil_args_copy *extra_args = gen_copy_args(test_db2->ast->root, test_db2); test_cil_copy_node_helper_orignull_neg() local
2563 struct cil_args_copy *extra_args = NULL; test_cil_copy_node_helper_extraargsnull_neg() local
[all...]
H A Dtest_cil_build_ast.c16423 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_block() local
16425 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block()
16441 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_block_neg() local
16443 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_block_neg()
16460 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_blockinherit() local
16462 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_blockinherit()
16478 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_blockinherit_neg() local
16480 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_blockinherit_neg()
16497 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); in test_cil_build_ast_node_helper_permset() local
16499 int rc = __cil_build_ast_node_helper(test_tree->root->cl_head->cl_head, &finished, extra_args); in test_cil_build_ast_node_helper_permset()
16515 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_permset_neg() local
16534 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_in() local
16552 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_in_neg() local
16570 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_class() local
16588 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_class_neg() local
16606 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_classpermset() local
16624 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_classpermset_neg() local
16643 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_classmap() local
16661 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_classmap_neg() local
16679 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_classmapping() local
16697 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_classmapping_neg() local
16715 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_common() local
16733 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_common_neg() local
16751 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sid() local
16769 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sid_neg() local
16787 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sidcontext() local
16805 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sidcontext_neg() local
16823 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_user() local
16841 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_user_neg() local
16859 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userlevel() local
16877 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userlevel_neg() local
16895 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userrange() local
16913 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userrange_neg() local
16931 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type() local
16949 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type_neg() local
16967 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_attribute() local
16985 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_attribute_neg() local
17002 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typebounds() local
17020 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typebounds_neg() local
17037 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typepermissive() local
17055 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typepermissive_neg() local
17073 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_nametypetransition() local
17091 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_nametypetransition_neg() local
17109 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_rangetransition() local
17127 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_rangetransition_neg() local
17147 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_boolif() local
17167 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_boolif_neg() local
17185 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_condblock_true() local
17203 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_condblock_true_neg() local
17221 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_condblock_false() local
17239 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_condblock_false_neg() local
17259 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_tunif() local
17278 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_tunif_neg() local
17296 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typealias() local
17314 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typealias_notype_neg() local
17333 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typeattribute() local
17352 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typeattribute_neg() local
17370 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typeattributeset() local
17388 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_typeattributeset_neg() local
17406 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userbounds() local
17424 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userbounds_neg() local
17442 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_role() local
17460 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_role_neg() local
17478 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_roletransition() local
17496 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_roletransition_neg() local
17514 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_roleallow() local
17532 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_roleallow_neg() local
17550 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_rolebounds() local
17568 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_rolebounds_neg() local
17586 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_allow() local
17604 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_allow_neg() local
17622 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_auditallow() local
17640 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_auditallow_neg() local
17658 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_dontaudit() local
17676 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_dontaudit_neg() local
17694 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_neverallow() local
17712 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_avrule_neverallow_neg() local
17730 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type_rule_transition() local
17748 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type_rule_transition_neg() local
17766 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type_rule_change() local
17784 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type_rule_change_neg() local
17802 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type_rule_member() local
17820 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_type_rule_member_neg() local
17838 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_bool() local
17856 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_bool_neg() local
17874 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_bool_tunable() local
17892 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_bool_tunable_neg() local
17910 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sensitivity() local
17928 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sensitivity_neg() local
17946 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sensalias() local
17964 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_sensalias_neg() local
17982 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_category() local
18000 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_category_neg() local
18018 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catset() local
18036 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catset_neg() local
18054 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catorder() local
18072 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catorder_neg() local
18090 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catalias() local
18108 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catalias_neg() local
18126 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catrange() local
18144 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_catrange_neg() local
18163 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_roletype() local
18181 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_roletype_neg() local
18199 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userrole() local
18217 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_userrole_neg() local
18235 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_classcommon() local
18253 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_classcommon_neg() local
18274 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_dominance() local
18295 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_dominance_neg() local
18319 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_senscat() local
18343 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_senscat_neg() local
18363 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_level() local
18383 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_level_neg() local
18401 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_levelrange() local
18419 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_levelrange_neg() local
18437 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_constrain() local
18455 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_constrain_neg() local
18473 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_mlsconstrain() local
18491 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_mlsconstrain_neg() local
18509 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_context() local
18527 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_context_neg() local
18545 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_filecon() local
18563 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_filecon_neg() local
18581 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_portcon() local
18599 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_portcon_neg() local
18617 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_nodecon() local
18635 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_nodecon_neg() local
18653 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_genfscon() local
18671 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_genfscon_neg() local
18691 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_netifcon() local
18709 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_netifcon_neg() local
18727 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_pirqcon() local
18745 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_pirqcon_neg() local
18763 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_iomemcon() local
18781 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_iomemcon_neg() local
18799 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_ioportcon() local
18817 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_ioportcon_neg() local
18835 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_pcidevicecon() local
18853 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_pcidevicecon_neg() local
18871 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_fsuse() local
18889 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_fsuse_neg() local
18907 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_macro() local
18925 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_macro_neg() local
18951 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, macronode, NULL); test_cil_build_ast_node_helper_gen_macro_nested_macro_neg() local
18981 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, macronode, NULL); test_cil_build_ast_node_helper_gen_macro_nested_tunif_neg() local
19002 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_call() local
19020 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_call_neg() local
19038 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_optional() local
19056 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_optional_neg() local
19074 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_policycap() local
19092 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_policycap_neg() local
19110 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_ipaddr() local
19128 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_node_helper_gen_ipaddr_neg() local
19144 struct cil_args_build *extra_args = NULL; test_cil_build_ast_node_helper_extraargsnull_neg() local
19161 struct cil_args_build *extra_args = gen_build_args(test_db->ast->root, test_db, NULL, NULL); test_cil_build_ast_last_child_helper() local
[all...]
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py95 extra_args = []
97 extra_args.append('-fix')
100 extra_args.append('-checks')
101 extra_args.append('-*, ' + checks)
106 + ['-header-filter'] + HEADER_REGEX + extra_args
178 extra_args = []
180 extra_args.append('-fix')
195 extra_args,
247 extra_args = ['-line-filter=' + line_filter] if line_filter else []
250 extra_args
[all...]
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py80 extra_args = ext.extra_compile_args or []
86 extra_args.append('/EHsc')
105 extra_postargs=extra_args,
112 extra_args = ext.extra_link_args or []
116 extra_args.extend(['-static-libgcc', '-static-libstdc++'])
128 extra_postargs=extra_args,
/third_party/gn/examples/ios/build/toolchain/apple/
H A Dswiftc.py60 extra_args = []
62 extra_args.extend([
68 extra_args.append('-whole-module-optimization')
71 extra_args.extend([
77 extra_args.extend([
84 extra_args.append('-I' + include_dir)
101 ] + extra_args + extras + sources,
/third_party/skia/third_party/externals/spirv-cross/
H A Dtest_shaders.py531 extra_args = ['--iterations', str(iterations)]
533 extra_args += ['--remove-unused-variables']
535 extra_args += ['--version', '100', '--es']
537 extra_args += ['--flatten-ubo']
539 extra_args += ['--separate-shader-objects']
541 extra_args += ['--flatten-multidimensional-arrays']
543 extra_args += ['--glsl-emit-push-constant-as-ubo']
545 extra_args += ['--emit-line-directives']
547 extra_args += ['--vulkan-glsl-disable-ext-samplerless-texture-functions']
549 extra_args
[all...]
/third_party/python/Lib/test/
H A Dssltests.py15 def run_regrtests(*extra_args):
22 if not extra_args:
31 args.extend(extra_args)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dperf_test_runner.py103 args, extra_args = parser.parse_known_args(raw_args)
132 def get_results(metric, extra_args=[]):
133 run = [perftests_path, '--gtest_filter=%s' % args.test_name] + extra_args
155 steps = get_results("steps_to_run", ["--calibration"] + extra_args)[0]
161 ["--steps-per-trial", str(steps)] + extra_args)
/third_party/skia/infra/bots/recipe_modules/gsutil/
H A Dapi.py17 def cp(self, name, src, dst, extra_args=None, multithread=False):
24 extra_args: optional list of args to be passed to gsutil. e.g. [-Z] asks
34 if extra_args:
35 cmd.extend(extra_args)
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer.h101 // arguments can be provided via |extra_args|.
105 Args&&... extra_args);
110 Args&&... extra_args) { in MaybeAddRepeatedPass()
112 std::forward<Args>(extra_args)...); in MaybeAddRepeatedPass()
120 // arguments can be provided via |extra_args|.
123 Args&&... extra_args);
109 MaybeAddRepeatedPass(RepeatedPassInstances* pass_instances, Args&&... extra_args) MaybeAddRepeatedPass() argument
H A Dfuzzer.cpp258 Args&&... extra_args) { in MaybeAddRepeatedPass()
264 std::forward<Args>(extra_args)...)); in MaybeAddRepeatedPass()
270 Args&&... extra_args) { in MaybeAddFinalPass()
275 std::forward<Args>(extra_args)...)); in MaybeAddFinalPass()
256 MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, RepeatedPassInstances* pass_instances, Args&&... extra_args) MaybeAddRepeatedPass() argument
269 MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, Args&&... extra_args) MaybeAddFinalPass() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer.h101 // arguments can be provided via |extra_args|.
105 Args&&... extra_args);
110 Args&&... extra_args) { in MaybeAddRepeatedPass()
112 std::forward<Args>(extra_args)...); in MaybeAddRepeatedPass()
120 // arguments can be provided via |extra_args|.
123 Args&&... extra_args);
109 MaybeAddRepeatedPass(RepeatedPassInstances* pass_instances, Args&&... extra_args) MaybeAddRepeatedPass() argument
H A Dfuzzer.cpp258 Args&&... extra_args) { in MaybeAddRepeatedPass()
264 std::forward<Args>(extra_args)...)); in MaybeAddRepeatedPass()
270 Args&&... extra_args) { in MaybeAddFinalPass()
275 std::forward<Args>(extra_args)...)); in MaybeAddFinalPass()
256 MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, RepeatedPassInstances* pass_instances, Args&&... extra_args) MaybeAddRepeatedPass() argument
269 MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, Args&&... extra_args) MaybeAddFinalPass() argument
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer.h101 // arguments can be provided via |extra_args|.
105 Args&&... extra_args);
110 Args&&... extra_args) { in MaybeAddRepeatedPass()
112 std::forward<Args>(extra_args)...); in MaybeAddRepeatedPass()
120 // arguments can be provided via |extra_args|.
123 Args&&... extra_args);
109 MaybeAddRepeatedPass(RepeatedPassInstances* pass_instances, Args&&... extra_args) MaybeAddRepeatedPass() argument
H A Dfuzzer.cpp258 Args&&... extra_args) { in MaybeAddRepeatedPass()
264 std::forward<Args>(extra_args)...)); in MaybeAddRepeatedPass()
270 Args&&... extra_args) { in MaybeAddFinalPass()
275 std::forward<Args>(extra_args)...)); in MaybeAddFinalPass()
256 MaybeAddRepeatedPass(uint32_t percentage_chance_of_adding_pass, RepeatedPassInstances* pass_instances, Args&&... extra_args) MaybeAddRepeatedPass() argument
269 MaybeAddFinalPass(std::vector<std::unique_ptr<FuzzerPass>>* passes, Args&&... extra_args) MaybeAddFinalPass() argument
/third_party/googletest/googletest/test/
H A Dgtest_xml_output_unittest.py349 extra_args=['%s=SuccessfulTest.*' % GTEST_FILTER_FLAG])
365 def _GetXmlOutput(self, gtest_prog_name, extra_args, extra_env,
376 extra_args)
395 expected_exit_code, extra_args=None, extra_env=None):
403 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
/third_party/unity/test/
H A Drakefile_helper.rb150 def runtest(bin_name, ok_to_fail = false, extra_args = nil)
152 extra_args = extra_args.nil? ? "" : " " + extra_args
154 cmd_str = build_command_string( $cfg[:tools][:test_fixture], [ bin_name, extra_args ] )
156 cmd_str = bin_name + extra_args
/third_party/ffmpeg/tests/
H A Dfate-run.sh501 extra_args=$2
509 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile1)
512 ffmpeg -auto_conversion_filters $extra_args -i "$sample" -bitexact -f wav md5:
514 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile2)
516 ffmpeg -auto_conversion_filters $extra_args -ss 0 -seek_timestamp 1 -i "$sample" -bitexact -f wav md5:
518 ffmpeg -auto_conversion_filters $extra_args -ss 5 -seek_timestamp 1 -i "$sample" -bitexact -c:a copy -f framecrc -y $(target_path $decfile3)
538 extra_args=$3
543 ffmpeg -auto_conversion_filters -i "$sample" -bitexact $extra_args -y $(target_path $decfile)
551 extra_args=$4
560 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -safe 0 $extra_args
[all...]
/third_party/python/Lib/
H A Dshutil.py1059 def register_archive_format(name, function, extra_args=None, description=''):
1063 used to create archives. If provided, extra_args is a sequence of
1068 if extra_args is None:
1069 extra_args = []
1072 if not isinstance(extra_args, (tuple, list)):
1073 raise TypeError('extra_args needs to be a sequence')
1074 for element in extra_args:
1076 raise TypeError('extra_args elements are : (arg_name, value)')
1078 _ARCHIVE_FORMATS[name] = (function, extra_args, description, False)
1154 def _check_unpack_options(extensions, function, extra_args)
[all...]

Completed in 47 milliseconds

123