Searched defs:expr_type (Results 1 - 7 of 7) 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/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/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/checkpolicy/
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...]
/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 659 milliseconds