Searched defs:expr_type (Results 1 - 6 of 6) sorted by relevance
/external/libsepol/tests/ |
H A D | 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 [all...] |
/external/libsepol/include/sepol/policydb/ |
H A D | conditional.h | 52 uint32_t expr_type; member in struct:cond_expr
|
H A D | constraint.h | 36 uint32_t expr_type; /* expression type */ member in struct:constraint_expr
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
H A D | nasm-parse.c | 40 } expr_type; typedef in typeref:enum:__anon14866 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/checkpolicy/ |
H A D | policy_define.c | 2664 newe->expr_type = e->expr_type; 2667 if (newe->expr_type == CEXPR_NAMES) { 2713 switch (e->expr_type) { 2858 switch (e->expr_type) { 2939 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2) argument 2950 if (expr_type == CEXPR_NAMES) { 2963 expr->expr_type = expr_type; 2965 switch (expr_type) { 3187 define_cond_expr(uint32_t expr_type, void *arg1, void *arg2) argument [all...] |
/external/valgrind/main/perf/ |
H A D | tinycc.c | 5403 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 284 milliseconds