| /src/external/bsd/byacc/dist/test/ |
| run_test.sh | 237 ${TEST_DIR}/code_*) 240 prefix=`echo "$prefix" | sed -e 's/^code_//'`
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple.h | 75 remove_pointer<T>::type::code_, ERROR_MARK); 94 remove_pointer<T>::type::code_, ERROR_MARK); 378 static const enum gimple_code code_ = GIMPLE_CALL; variable in typeref:enum:gimple_code 900 static const enum gimple_code code_ = GIMPLE_COND; variable in typeref:enum:gimple_code 950 static const enum gimple_code code_ = GIMPLE_ASSIGN; variable in typeref:enum:gimple_code
|
| gimple.cc | 97 const enum gimple_code gassign::code_; member in class:gassign 98 const enum gimple_code gcall::code_; member in class:gcall 99 const enum gimple_code gcond::code_; member in class:gcond
|
| genmatch.cc | 516 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, 518 : id_base (id_base::CODE, id_, nargs_), code (code_), tcc (tcc_) {} 898 vec<cpp_token> code_, unsigned nr_stmts_, 900 : operand (OP_C_EXPR, loc), r (r_), code (code_),
|
| tree-vect-loop.cc | 4230 code_helper code_; local 4231 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path, false) 4232 && code_ == code);
|
| tree-vect-slp.cc | 1593 chain_op_t (tree_code code_, vect_def_type dt_, tree op_) 1594 : code (code_), dt (dt_), op (op_) {}
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple.h | 75 remove_pointer<T>::type::code_, ERROR_MARK); 94 remove_pointer<T>::type::code_, ERROR_MARK); 376 static const enum gimple_code code_ = GIMPLE_CALL; variable in typeref:enum:gimple_code 884 static const enum gimple_code code_ = GIMPLE_COND; variable in typeref:enum:gimple_code 934 static const enum gimple_code code_ = GIMPLE_ASSIGN; variable in typeref:enum:gimple_code
|
| gimple.cc | 96 const enum gimple_code gassign::code_; member in class:gassign 97 const enum gimple_code gcall::code_; member in class:gcall 98 const enum gimple_code gcond::code_; member in class:gcond
|
| genmatch.cc | 394 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, 396 : id_base (id_base::CODE, id_, nargs_), code (code_), tcc (tcc_) {} 748 vec<cpp_token> code_, unsigned nr_stmts_, 750 : operand (OP_C_EXPR, loc), r (r_), code (code_),
|
| tree-vect-loop.cc | 3541 code_helper code_; local 3542 return (check_reduction_path (loc, loop, phi, loop_arg, &code_, path, false) 3543 && code_ == code);
|
| tree-vect-slp.cc | 1394 chain_op_t (tree_code code_, vect_def_type dt_, tree op_) 1395 : code (code_), dt (dt_), op (op_) {}
|