Home
last modified time | relevance | path

Searched defs:ast_node (Results 1 – 13 of 13) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.c107 int cil_gen_node(struct cil_db *db, struct cil_tree_node *ast_node, struct cil_symtab_datum *datum,… in cil_gen_node()
176 void cil_clear_node(struct cil_tree_node *ast_node) in cil_clear_node()
186 …lock(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint1… in cil_gen_block()
241 …lockinherit(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node) in cil_gen_blockinherit()
285 …ockabstract(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node) in cil_gen_blockabstract()
329 … cil_gen_in(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node) in cil_gen_in()
375 …l_gen_class(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node) in cil_gen_class()
442 …_classorder(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node) in cil_gen_classorder()
510 …perm(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, enum … in cil_gen_perm()
552 …nodes(struct cil_db *db, struct cil_tree_node *current_perm, struct cil_tree_node *ast_node, enum … in cil_gen_perm_nodes()
[all …]
Dandroid.c17 struct cil_tree_node *ast_node; member
784 struct cil_tree_node *ast_node = NULL; in cil_build_mappings_tree() local
Dcil_resolve_ast.c67 … cil_name * __cil_insert_name(struct cil_db *db, hashtab_key_t key, struct cil_tree_node *ast_node) in __cil_insert_name()
4120 int cil_resolve_name(struct cil_tree_node *ast_node, char *name, enum cil_sym_index sym_index, void… in cil_resolve_name()
4148 int cil_resolve_name_keep_aliases(struct cil_tree_node *ast_node, char *name, enum cil_sym_index sy… in cil_resolve_name_keep_aliases()
Dcil.c1922 int cil_get_symtab(struct cil_tree_node *ast_node, symtab_t **symtab, enum cil_sym_index sym_index) in cil_get_symtab()
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py72 def __init__(self, next_, prev, ast_node): argument
348 def _add_new_node(self, ast_node): argument
391 def add_ordinary_node(self, ast_node): argument
406 def _add_jump_node(self, ast_node, guards): argument
438 def add_exit_node(self, ast_node, section_id, guards): argument
455 def add_continue_node(self, ast_node, section_id, guards): argument
/external/python/cpython2/Lib/test/
Dtest_ast.py182 def _assertTrueorder(self, ast_node, parent_pos): argument
/external/python/cpython3/Lib/test/
Dtest_ast.py259 def _assertTrueorder(self, ast_node, parent_pos): argument
1563 def _check_end_pos(self, ast_node, end_lineno, end_col_offset): argument
1567 def _check_content(self, source, ast_node, content): argument
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dtype_inference.py546 def _update_closure_types(self, ast_node, types): argument
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1187 ast_node::ast_node(void) in ast_node() function in ast_node
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h244 class ast_node; variable
3651 void ast_build::set_at_each_domain_data(const std::function<isl::checked::ast_node(isl::checked::as… in set_at_each_domain_data()
3658 …ed::ast_build ast_build::set_at_each_domain(const std::function<isl::checked::ast_node(isl::checke… in set_at_each_domain()
4853 ast_node::ast_node() in ast_node() function
4856 ast_node::ast_node(const ast_node &obj) in ast_node() function
4862 ast_node::ast_node(__isl_take isl_ast_node *ptr) in ast_node() function
Dcpp.h308 class ast_node; variable
3989 void ast_build::set_at_each_domain_data(const std::function<isl::ast_node(isl::ast_node, isl::ast_b… in set_at_each_domain_data()
4002 isl::ast_build ast_build::set_at_each_domain(const std::function<isl::ast_node(isl::ast_node, isl::… in set_at_each_domain()
5412 ast_node::ast_node() in ast_node() function
5415 ast_node::ast_node(const ast_node &obj) in ast_node() function
5427 ast_node::ast_node(__isl_take isl_ast_node *ptr) in ast_node() function
Disl-noexceptions.h170 class ast_node; variable
5009 ast_node::ast_node() in ast_node() function
5012 ast_node::ast_node(const ast_node &obj) in ast_node() function
5017 ast_node::ast_node(std::nullptr_t) in ast_node() function
5021 ast_node::ast_node(__isl_take isl_ast_node *ptr) in ast_node() function
/external/llvm-project/polly/lib/External/isl/interface/
Disl.py5545 class ast_node(object): class