Home
last modified time | relevance | path

Searched defs:expr_type (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libsepol/tests/
Dtest-linker-cond-map.c54 uint32_t expr_type; member
/external/adhd/cras/src/server/
Dcras_expr.h47 enum expr_type { enum
/external/selinux/libsepol/include/sepol/policydb/
Dconstraint.h39 uint32_t expr_type; /* expression type */ member
Dconditional.h56 uint32_t expr_type; member
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp289 const clang::Type *expr_type = expr_qual_type.getTypePtr(); in SynthesizeBodyResult() local
/external/bcc/tools/
Dargdist.py284 def _is_string(self, expr_type): argument
/external/bcc/src/cc/frontends/b/
Dnode.h143 enum expr_type { STRUCT, INTEGER, STRING, VOID, UNKNOWN }; enum
/external/selinux/checkpolicy/
Dpolicy_define.c3762 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2) in define_cexpr()
4008 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void *arg2) in define_cond_expr()
/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c3161 int cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_… in cil_resolve_expr()
/external/python/cpython2/Python/
DPython-ast.c153 static PyTypeObject *expr_type; variable
/external/python/cpython3/Python/
DPython-ast.c169 PyObject *expr_type; member