HomeSort by relevance Sort by last modified time
    Searched full:cond_expr (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/glsl/
lower_if_to_cond_assign.cpp 111 ir_if *if_ir, ir_rvalue *cond_expr,
136 cond_expr->clone(mem_ctx, NULL),
139 assign->condition = cond_expr->clone(mem_ctx, NULL);
145 cond_expr->clone(mem_ctx, NULL),
ir_reader.cpp 543 s_expression *cond_expr = NULL; local
548 s_pattern pat5[] = { "assign", cond_expr, mask_list, lhs_expr, rhs_expr };
556 if (cond_expr != NULL) {
557 condition = read_rvalue(cond_expr);
  /external/selinux/checkpolicy/
policy_parse.y 76 %type <ptr> cond_expr cond_expr_prim cond_pol_list cond_else
355 cond_stmt_def : IF cond_expr '{' cond_pol_list '}' cond_else
363 cond_expr : '(' cond_expr ')' label
365 | NOT cond_expr
368 | cond_expr AND cond_expr
371 | cond_expr OR cond_expr
374 | cond_expr XOR cond_exp
    [all...]
policy_define.c     [all...]
  /external/selinux/libsepol/include/sepol/policydb/
conditional.h 46 typedef struct cond_expr { struct
57 struct cond_expr *next;
  /external/selinux/sepolgen/src/sepolgen/
refparser.py 408 '''tunable_policy : TUNABLE_POLICY OPAREN TICK cond_expr SQUOTE COMMA TICK interface_stmts SQUOTE CPAREN
409 | TUNABLE_POLICY OPAREN TICK cond_expr SQUOTE COMMA TICK interface_stmts SQUOTE COMMA TICK interface_stmts SQUOTE CPAREN
412 x.cond_expr = p[4]
838 ''' conditional : IF OPAREN cond_expr CPAREN OBRACE interface_stmts CBRACE
839 | IF OPAREN cond_expr CPAREN OBRACE interface_stmts CBRACE ELSE OBRACE interface_stmts CBRACE
842 c.cond_expr = p[3]
872 '''cond_expr : IDENTIFIER
873 | EXPL cond_expr
874 | cond_expr AMP AMP cond_expr
    [all...]
refpolicy.py 565 self.cond_expr = []
568 return "[If %s]" % list_to_space_str(self.cond_expr, cont=("", ""))
739 self.cond_expr = []
742 return "[Tunable Policy %s]" % list_to_space_str(self.cond_expr, cont=("", ""))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refparser.py 408 '''tunable_policy : TUNABLE_POLICY OPAREN TICK cond_expr SQUOTE COMMA TICK interface_stmts SQUOTE CPAREN
409 | TUNABLE_POLICY OPAREN TICK cond_expr SQUOTE COMMA TICK interface_stmts SQUOTE COMMA TICK interface_stmts SQUOTE CPAREN
412 x.cond_expr = p[4]
838 ''' conditional : IF OPAREN cond_expr CPAREN OBRACE interface_stmts CBRACE
839 | IF OPAREN cond_expr CPAREN OBRACE interface_stmts CBRACE ELSE OBRACE interface_stmts CBRACE
842 c.cond_expr = p[3]
872 '''cond_expr : IDENTIFIER
873 | EXPL cond_expr
874 | cond_expr AMP AMP cond_expr
    [all...]
refpolicy.py 565 self.cond_expr = []
568 return "[If %s]" % list_to_space_str(self.cond_expr, cont=("", ""))
739 self.cond_expr = []
742 return "[Tunable Policy %s]" % list_to_space_str(self.cond_expr, cont=("", ""))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
refparser.py 408 '''tunable_policy : TUNABLE_POLICY OPAREN TICK cond_expr SQUOTE COMMA TICK interface_stmts SQUOTE CPAREN
409 | TUNABLE_POLICY OPAREN TICK cond_expr SQUOTE COMMA TICK interface_stmts SQUOTE COMMA TICK interface_stmts SQUOTE CPAREN
412 x.cond_expr = p[4]
838 ''' conditional : IF OPAREN cond_expr CPAREN OBRACE interface_stmts CBRACE
839 | IF OPAREN cond_expr CPAREN OBRACE interface_stmts CBRACE ELSE OBRACE interface_stmts CBRACE
842 c.cond_expr = p[3]
872 '''cond_expr : IDENTIFIER
873 | EXPL cond_expr
874 | cond_expr AMP AMP cond_expr
    [all...]
refpolicy.py 565 self.cond_expr = []
568 return "[If %s]" % list_to_space_str(self.cond_expr, cont=("", ""))
739 self.cond_expr = []
742 return "[Tunable Policy %s]" % list_to_space_str(self.cond_expr, cont=("", ""))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-check.h 62 #define COND_EXPR_CHECK(t) TREE_CHECK (t, COND_EXPR)
tree.def 500 DEFTREECODE (COND_EXPR, "cond_expr", tcc_expression, 3)
502 /* Vector conditional expression. It is like COND_EXPR, but with
    [all...]
cfgloop.h 140 iterations like "N - 1", or a COND_EXPR containing the runtime
gimple.h     [all...]
tree.h     [all...]
  /external/valgrind/VEX/priv/
guest_s390_helpers.c 1847 IRExpr *cond_expr, *cc_op_expr, *cc_dep1, *cc_dep2; local
    [all...]
host_s390_isel.c 1860 IRExpr *cond_expr; local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 1114 static int cond_expr_to_cil(int indent, struct policydb *pdb, struct cond_expr *cond_expr, uint32_t flags)
1117 struct cond_expr *curr;
1135 for (curr = cond_expr; curr != NULL; curr = curr->next) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.def 294 and COND_EXPR for the benefit of templates. */
  /external/selinux/libsepol/
ChangeLog 411 * Merged cond_expr mapping and package section count bug fixes
  /external/bison/
NEWS 494 if_stmt : "if" cond_expr "then" then_stmt ';'
495 { $if_stmt = mk_if_stmt($cond_expr, $then_stmt); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gccint.info     [all...]

Completed in 1063 milliseconds