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

/external/selinux/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/selinux/libsepol/include/sepol/policydb/
H A Dconditional.h55 uint32_t expr_type; member in struct:cond_expr
H A Dconstraint.h37 uint32_t expr_type; /* expression type */ member in struct:constraint_expr
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp318 const clang::Type *expr_type = expr_qual_type.getTypePtr(); local
320 if (!expr_type)
323 if (expr_type->isVoidType())
339 if (expr_type->isFunctionType())
/external/selinux/policycoreutils/sepolicy/
H A Dsearch.c306 uint32_t expr_type = 0; local
326 if (qpol_cond_expr_node_get_expr_type(q, expr, &expr_type)) {
329 if (expr_type != QPOL_COND_EXPR_BOOL) {
330 obj = PyString_FromString(apol_cond_expr_type_to_str(expr_type));
/external/toybox/kconfig/
H A Dexpr.h34 enum expr_type { enum
44 enum expr_type type;
162 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
163 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
164 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
180 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
181 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
/external/selinux/checkpolicy/
H A Dpolicy_define.c3328 newe->expr_type = e->expr_type;
3331 if (newe->expr_type == CEXPR_NAMES) {
3377 switch (e->expr_type) {
3523 switch (e->expr_type) {
3604 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2) argument
3615 if (expr_type == CEXPR_NAMES) {
3628 expr->expr_type = expr_type;
3630 switch (expr_type) {
3850 define_cond_expr(uint32_t expr_type, void *arg1, void *arg2) argument
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c2778 int cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_expr, struct cil_tree_node *parent, void *extra_args) argument
2818 if (sym_index == CIL_SYM_TYPES && (expr_type == CIL_CONSTRAIN || expr_type == CIL_VALIDATETRANS)) {
2826 rc = cil_resolve_expr(expr_type, curr->data, &datum_sub_expr, parent, extra_args);
/external/valgrind/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 977 milliseconds