HomeSort by relevance Sort by last modified time
    Searched refs:expr_type (Results 1 - 16 of 16) sorted by null

  /external/libsepol/tests/
test-linker-cond-map.c 54 uint32_t expr_type; member in struct:test_cond_expr
70 CU_ASSERT(expr->expr_type == bools[i].expr_type);
103 bools[0].expr_type = COND_BOOL;
113 bools[0].expr_type = COND_BOOL;
131 bools[0].expr_type = COND_BOOL;
141 bools[0].expr_type = COND_BOOL;
153 bools[0].expr_type = COND_BOOL;
155 bools[1].expr_type = COND_BOOL;
157 bools[2].expr_type = COND_AND
    [all...]
debug.c 42 switch (cur->expr_type) {
65 fprintf(fp, "error! (%d)", cur->expr_type);
  /external/checkpolicy/
policy_define.h 20 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void* arg2);
70 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2);
policy_define.c     [all...]
checkpolicy.c 308 switch (cur->expr_type) {
  /external/libsepol/include/sepol/policydb/
constraint.h 36 uint32_t expr_type; /* expression type */ member in struct:constraint_expr
conditional.h 52 uint32_t expr_type; member in struct:cond_expr
  /external/libsepol/src/
conditional.c 124 if (cur_a->expr_type != cur_b->expr_type)
126 if (cur_a->expr_type == COND_BOOL) {
220 switch (cur->expr_type) {
280 new_expr->expr_type = cur->expr_type;
367 if (e->expr_type == COND_NOT) {
389 switch (e->expr_type) {
749 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST)
    [all...]
write.c 721 buf[items++] = cpu_to_le32(cur_expr->expr_type);
882 buf[0] = cpu_to_le32(e->expr_type);
889 switch (e->expr_type) {
    [all...]
expand.c 306 new_expr->expr_type = expr->expr_type;
309 if (new_expr->expr_type == CEXPR_NAMES) {
    [all...]
services.c 140 switch (e->expr_type) {
    [all...]
policydb.c     [all...]
link.c     [all...]
  /external/checkpolicy/test/
dispol.c 201 switch (cur->expr_type) {
dismod.c 376 switch (cur->expr_type) {
  /external/valgrind/main/perf/
tinycc.c 13464 static void expr_type(CType *type) function
14073 int size1, align1, expr_type; local
    [all...]

Completed in 208 milliseconds