HomeSort by: relevance | last modified time | path
    Searched defs:set_op (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
sets.h 26 Operation *set_op; member in struct:slap_set_cookie
  /src/external/gpl3/gcc/dist/gcc/
gimple-match.h 102 void set_op (code_helper, tree, unsigned int);
103 void set_op (code_helper, tree, tree);
104 void set_op (code_helper, tree, tree, tree);
105 void set_op (code_helper, tree, tree, tree, tree);
106 void set_op (code_helper, tree, tree, tree, tree, bool);
107 void set_op (code_helper, tree, tree, tree, tree, tree);
108 void set_op (code_helper, tree, tree, tree, tree, tree, tree);
109 void set_op (code_helper, tree, tree, tree, tree, tree, tree, tree);
110 void set_op (code_helper, tree, tree, tree, tree, tree, tree, tree, tree);
261 gimple_match_op::set_op (code_helper code_in, tree type_in function in class:gimple_match_op
273 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0) function in class:gimple_match_op
282 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0, tree op1) function in class:gimple_match_op
292 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
304 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
317 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
330 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
344 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
360 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
    [all...]
genrecog.cc 1174 SET_OP,
1230 static rtx_test set_op (position *, int);
1351 rtx_test::set_op (position *pos, int opno)
1353 rtx_test res (pos, rtx_test::SET_OP);
1379 return terminal_p () || kind == rtx_test::SET_OP;
1404 case rtx_test::SET_OP:
1838 case rtx_test::SET_OP:
2010 case rtx_test::SET_OP:
2034 case rtx_test::SET_OP:
2081 case rtx_test::SET_OP
1347 rtx_test::set_op (position *pos, int opno) function in class:rtx_test
    [all...]
tree-vect-patterns.cc 328 void set_op (tree, vect_def_type, stmt_vec_info = NULL);
357 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, function in class:vect_unpromoted_value
437 unprom->set_op (op, dt, caster);
611 this_unprom->set_op (op, vect_constant_def);
636 this_unprom->set_op (op, dt, NULL);
2864 unprom.set_op (value, vect_internal_def);
3007 unprom[i].set_op (op, vect_constant_def);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h 131 void set_op (code_helper, tree, unsigned int);
132 void set_op (code_helper, tree, tree);
133 void set_op (code_helper, tree, tree, tree);
134 void set_op (code_helper, tree, tree, tree, tree);
135 void set_op (code_helper, tree, tree, tree, tree, bool);
136 void set_op (code_helper, tree, tree, tree, tree, tree);
137 void set_op (code_helper, tree, tree, tree, tree, tree, tree);
255 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
267 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0) function in class:gimple_match_op
276 gimple_match_op::set_op (code_helper code_in, tree type_in, tree op0, tree op1 function in class:gimple_match_op
286 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
298 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
311 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
324 gimple_match_op::set_op (code_helper code_in, tree type_in, function in class:gimple_match_op
    [all...]
genrecog.cc 1174 SET_OP,
1230 static rtx_test set_op (position *, int);
1351 rtx_test::set_op (position *pos, int opno)
1353 rtx_test res (pos, rtx_test::SET_OP);
1379 return terminal_p () || kind == rtx_test::SET_OP;
1404 case rtx_test::SET_OP:
1838 case rtx_test::SET_OP:
2010 case rtx_test::SET_OP:
2034 case rtx_test::SET_OP:
2081 case rtx_test::SET_OP
1347 rtx_test::set_op (position *pos, int opno) function in class:rtx_test
    [all...]
tree-vect-patterns.cc 315 void set_op (tree, vect_def_type, stmt_vec_info = NULL);
344 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, function in class:vect_unpromoted_value
421 unprom->set_op (op, dt, caster);
586 this_unprom->set_op (op, vect_constant_def);
611 this_unprom->set_op (op, dt, NULL);
1898 unprom[i].set_op (op, vect_constant_def);
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 12138 set_op (instr_info *ins, bfd_vma op, bool riprel) function
12456 set_op (ins, disp, true);
12477 set_op (ins, disp, true);
13024 set_op (ins, disp, false);
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 12099 set_op (instr_info *ins, bfd_vma op, bool riprel) function
12417 set_op (ins, disp, true);
12438 set_op (ins, disp, true);
12985 set_op (ins, disp, false);
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 11802 set_op (instr_info *ins, bfd_vma op, bool riprel) function
12120 set_op (ins, disp, true);
12141 set_op (ins, disp, true);
12688 set_op (ins, disp, false);
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 12106 set_op (instr_info *ins, bfd_vma op, bool riprel) function
12424 set_op (ins, disp, true);
12445 set_op (ins, disp, true);
12992 set_op (ins, disp, false);

Completed in 110 milliseconds