Searched defs:expr_type (Results 1 - 5 of 5) sorted by relevance

/external/libsepol/tests/
H A Dtest-linker-cond-map.c54 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
[all...]
/external/libsepol/include/sepol/policydb/
H A Dconditional.h52 uint32_t expr_type; member in struct:cond_expr
H A Dconstraint.h36 uint32_t expr_type; /* expression type */ member in struct:constraint_expr
/external/checkpolicy/
H A Dpolicy_define.c2559 newe->expr_type = e->expr_type;
2562 if (newe->expr_type == CEXPR_NAMES) {
2608 switch (e->expr_type) {
2752 switch (e->expr_type) {
2833 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2) argument
2844 if (expr_type == CEXPR_NAMES) {
2857 expr->expr_type = expr_type;
2859 switch (expr_type) {
3081 define_cond_expr(uint32_t expr_type, void *arg1, void *arg2) argument
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c5403 static void expr_type(CType *type);
12726 expr_type(type);
13466 static void expr_type(CType *type)
13967 int v, int expr_type)
13974 switch(expr_type) {
14075 int size1, align1, expr_type;
14264 expr_type = EXPR_CONST;
14266 expr_type = EXPR_ANY;
14267 init_putv(type, sec, c, 0, expr_type);
13464 static void expr_type(CType *type) function
13964 init_putv(CType *type, Section *sec, unsigned long c, int v, int expr_type) argument
14073 int size1, align1, expr_type; local

Completed in 448 milliseconds