| /src/external/gpl3/gcc/dist/gcc/ |
| 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
|
| 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
|
| 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);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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
|
| 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
|
| 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);
|