Searched refs:expr_type (Results 1 - 18 of 18) 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...]
H A Ddebug.c42 switch (cur->expr_type) {
65 fprintf(fp, "error! (%d)", cur->expr_type);
/external/checkpolicy/
H A Dpolicy_define.h20 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void* arg2);
71 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2);
H A Dpolicy_define.c2711 newe->expr_type = e->expr_type;
2714 if (newe->expr_type == CEXPR_NAMES) {
2760 switch (e->expr_type) {
2906 switch (e->expr_type) {
2987 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2) argument
2998 if (expr_type == CEXPR_NAMES) {
3011 expr->expr_type = expr_type;
3013 switch (expr_type) {
3233 define_cond_expr(uint32_t expr_type, void *arg1, void *arg2) argument
[all...]
H A Dcheckpolicy.c308 switch (cur->expr_type) {
/external/libsepol/include/sepol/policydb/
H A Dconstraint.h36 uint32_t expr_type; /* expression type */ member in struct:constraint_expr
H A Dconditional.h52 uint32_t expr_type; member in struct:cond_expr
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c40 } expr_type; typedef in typeref:enum:__anon16362
50 static yasm_expr *parse_expr(yasm_parser_nasm *parser_nasm, expr_type type);
51 static yasm_expr *parse_bexpr(yasm_parser_nasm *parser_nasm, expr_type type);
52 static yasm_expr *parse_expr0(yasm_parser_nasm *parser_nasm, expr_type type);
53 static yasm_expr *parse_expr1(yasm_parser_nasm *parser_nasm, expr_type type);
54 static yasm_expr *parse_expr2(yasm_parser_nasm *parser_nasm, expr_type type);
55 static yasm_expr *parse_expr3(yasm_parser_nasm *parser_nasm, expr_type type);
56 static yasm_expr *parse_expr4(yasm_parser_nasm *parser_nasm, expr_type type);
57 static yasm_expr *parse_expr5(yasm_parser_nasm *parser_nasm, expr_type type);
58 static yasm_expr *parse_expr6(yasm_parser_nasm *parser_nasm, expr_type typ
[all...]
/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/libsepol/src/
H A Dconditional.c124 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_LAS
[all...]
H A Dwrite.c721 buf[items++] = cpu_to_le32(cur_expr->expr_type);
882 buf[0] = cpu_to_le32(e->expr_type);
889 switch (e->expr_type) {
H A Dexpand.c382 new_expr->expr_type = expr->expr_type;
385 if (new_expr->expr_type == CEXPR_NAMES) {
2883 if (cur_expr->expr_type != COND_BOOL)
H A Dservices.c461 switch (e->expr_type) {
H A Dpolicydb.c2014 e->expr_type = le32_to_cpu(buf[0]);
2018 switch (e->expr_type) {
H A Dlink.c1571 if (cur_expr->expr_type != COND_BOOL)
/external/checkpolicy/test/
H A Ddispol.c201 switch (cur->expr_type) {
H A Ddismod.c376 switch (cur->expr_type) {
/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 2796 milliseconds