| /src/external/gpl3/gcc.old/dist/gcc/ |
| function-tests.cc | 89 vec <tree> ¶m_types, 95 param_types.length (), 96 param_types.address ()); 99 param_types.length (), 100 param_types.address ()); 114 auto_vec <tree> param_types; local 118 param_types); 152 auto_vec <tree> param_types; local 153 param_types.safe_push (integer_type_node); 154 param_types.safe_push (char_type_node) 220 auto_vec <tree> param_types; local [all...] |
| genrecog.cc | 1097 auto_vec <parameter::type_enum, MAX_PATTERN_PARAMS> param_types; 1111 as ROUTINE->PARAM_TYPES. */ 2891 routine->param_types.quick_push (pat->params[i].type); 5189 for (unsigned int i = 0; i < routine->param_types.length (); ++i) 5192 parameter_type_string (routine->param_types[i]), i + 1); 1093 auto_vec <parameter::type_enum, MAX_PATTERN_PARAMS> param_types; member in class:pattern_routine
|
| /src/external/gpl3/gcc/dist/gcc/ |
| function-tests.cc | 90 vec <tree> ¶m_types, 96 param_types.length (), 97 param_types.address ()); 100 param_types.length (), 101 param_types.address ()); 115 auto_vec <tree> param_types; local 119 param_types); 153 auto_vec <tree> param_types; local 154 param_types.safe_push (integer_type_node); 155 param_types.safe_push (char_type_node) 221 auto_vec <tree> param_types; local [all...] |
| genrecog.cc | 1097 auto_vec <parameter::type_enum, MAX_PATTERN_PARAMS> param_types; 1111 as ROUTINE->PARAM_TYPES. */ 2891 routine->param_types.quick_push (pat->params[i].type); 5189 for (unsigned int i = 0; i < routine->param_types.length (); ++i) 5192 parameter_type_string (routine->param_types[i]), i + 1); 1093 auto_vec <parameter::type_enum, MAX_PATTERN_PARAMS> param_types; member in class:pattern_routine
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-recording.cc | 938 recording::type **param_types, 945 param_types, 961 recording::type **param_types, 967 param_types, 3103 type **param_types, 3111 m_param_types.safe_push (param_types[i]); 3177 auto_vec <playback::type *> param_types; local 3180 param_types.create (m_param_types.length ()); 3182 param_types.safe_push (type->playback_type ()); 3185 ¶m_types, [all...] |
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-recording.cc | 936 recording::type **param_types, 943 param_types, 959 recording::type **param_types, 965 param_types, 3163 type **param_types, 3171 m_param_types.safe_push (param_types[i]); 3237 auto_vec <playback::type *> param_types; local 3240 param_types.create (m_param_types.length ()); 3242 param_types.safe_push (type->playback_type ()); 3245 ¶m_types, [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 662 (** [param_types fty] gets the parameter types of the function type [fty]. 664 val param_types : lltype -> lltype array var
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region-model.cc | 5235 auto_vec <tree> param_types; local 5238 param_types); 5243 param_types); 5364 auto_vec <tree> param_types; local 5367 param_types); 5579 auto_vec <tree> param_types; local 5580 tree test_fndecl = make_fndecl (integer_type_node, "test_fn", param_types); 6392 auto_vec <tree> param_types; local 6395 param_types);
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region-model.cc | 7964 auto_vec <tree> param_types; local 7967 param_types); 7972 param_types); 8093 auto_vec <tree> param_types; local 8096 param_types); 8308 auto_vec <tree> param_types; local 8309 tree test_fndecl = make_fndecl (integer_type_node, "test_fn", param_types); 9136 auto_vec <tree> param_types; local 9139 param_types);
|