HomeSort by relevance Sort by last modified time
    Searched defs:expr_type (Results 1 - 6 of 6) sorted by null

  /external/libsepol/tests/
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 = COND_AND
    [all...]
  /external/libsepol/include/sepol/policydb/
conditional.h 52 uint32_t expr_type; member in struct:cond_expr
constraint.h 36 uint32_t expr_type; /* expression type */ member in struct:constraint_expr
  /external/lldb/source/Expression/
ASTResultSynthesizer.cpp 318 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/
nasm-parse.c 40 } expr_type; typedef in typeref:enum:__anon20980
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 type)
    [all...]
  /external/valgrind/main/perf/
tinycc.c 13464 static void expr_type(CType *type) function
14073 int size1, align1, expr_type; local
    [all...]

Completed in 165 milliseconds