HomeSort by relevance Sort by last modified time
    Searched full:expr_list (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 110 if (attr->expr_list != NULL) {
114 expr = attr->expr_list->head;
120 free(attr->expr_list);
121 attr->expr_list = NULL;
146 if (attr->expr_list != NULL) {
150 struct cil_list_item *expr = attr->expr_list->head;
156 free(attr->expr_list);
157 attr->expr_list = NULL;
175 if (attr->expr_list != NULL) {
179 struct cil_list_item *expr = attr->expr_list->head
    [all...]
cil_internal.h 449 struct cil_list *expr_list; member in struct:cil_userattribute
501 struct cil_list *expr_list; member in struct:cil_roleattribute
531 struct cil_list *expr_list; member in struct:cil_typeattribute
cil_post.c 54 static int __cil_expr_list_to_bitmap(struct cil_list *expr_list, ebitmap_t *out, int max, struct cil_db *db);
865 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->types, db->num_types, db);
917 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->users, db->num_users, db);
965 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->roles, db->num_roles, db);
    [all...]
cil_build_ast.c 1316 if (attr->expr_list != NULL) {
1320 expr = attr->expr_list->head;
1326 free(attr->expr_list);
1327 attr->expr_list = NULL;
    [all...]
cil_resolve_ast.c 449 if (attr->expr_list == NULL) {
450 cil_list_init(&attr->expr_list, CIL_TYPEATTRIBUTE);
453 cil_list_append(attr->expr_list, CIL_LIST, attrtypes->datum_expr);
1158 if (attr->expr_list == NULL) {
1159 cil_list_init(&attr->expr_list, CIL_ROLEATTRIBUTE);
1162 cil_list_append(attr->expr_list, CIL_LIST, attrroles->datum_expr);
    [all...]
cil_build_ast.h 63 int cil_fill_classperms_list(struct cil_tree_node *parse_current, struct cil_list **expr_list);
cil.c     [all...]
  /external/selinux/libsepol/src/
services.c 174 static char **expr_list; variable
194 expr_list[expr_counter] = new_buf;
237 cat_expr_buf(expr_list[expr_counter], tmp_buf);
240 cat_expr_buf(expr_list[expr_counter], "<empty_set> ");
242 cat_expr_buf(expr_list[expr_counter], " {");
264 cat_expr_buf(expr_list[expr_counter], tmp_buf);
268 cat_expr_buf(expr_list[expr_counter], " }");
270 cat_expr_buf(expr_list[expr_counter], " -Fail-) ");
272 cat_expr_buf(expr_list[expr_counter], ") ");
286 cat_expr_buf(expr_list[expr_counter], tmp_buf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
reg-notes.def 21 EXPR_LIST rtxes in the REG_NOTES chain of an insn. The codes are
22 stored in the mode field of the EXPR_LIST. Source files define
rtl.h 281 1 in a NOTE, or EXPR_LIST for a const call.
    [all...]
function.h 268 /* List (chain of EXPR_LIST) of labels heading the current handlers for
rtl.def 98 DEF_RTL_EXPR(EXPR_LIST, "expr_list", "ee", RTX_EXTRA)
    [all...]
genrtl.h 867 gen_rtx_fmt_ee (EXPR_LIST, (MODE), (ARG0), (ARG1))
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go     [all...]
  /external/python/cpython3/Python/
ast.c 3088 asdl_seq *expr_list; local
4791 ExprList expr_list; member in struct:__anon33589
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 2331 asdl_seq *expr_list; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 2326 asdl_seq *expr_list; local
    [all...]
  /external/python/cpython2/Python/
ast.c 2331 asdl_seq *expr_list; local
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Demangle/
ItaniumDemangle.cpp 1267 std::string expr_list; local
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
CXADemangle.tcc     [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 1635 Db::String expr_list; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 148 // new_name_list (type | [type] = expr_list)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 148 // new_name_list (type | [type] = expr_list)
  /external/libcxxabi/src/
cxa_demangle.cpp     [all...]

Completed in 546 milliseconds

1 2 3