HomeSort by relevance Sort by last modified time
    Searched defs:decl_stack (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/link/
ReferenceLinker.cpp 356 EmptyDeclStack decl_stack; local
378 &table->string_pool, &decl_stack);
  /external/selinux/libsepol/src/
module_to_cil.c 160 struct stack *decl_stack; member in struct:map_args
477 static int is_id_in_scope_with_start(struct policydb *pdb, struct stack *decl_stack, int start, uint32_t symbol_type, char *id)
490 decl = decl_stack->stack[i];
502 static int is_id_in_ancestor_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type)
504 int start = decl_stack->pos - 1;
506 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type);
509 static int is_id_in_scope(struct policydb *pdb, struct stack *decl_stack, char *type, uint32_t symbol_type)
511 int start = decl_stack->pos;
513 return is_id_in_scope_with_start(pdb, decl_stack, start, symbol_type, type);
1077 static int roletype_role_in_ancestor_to_cil(struct policydb *pdb, struct stack *decl_stack, char *type_name, int indent
    [all...]

Completed in 241 milliseconds