| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-builtins-shapes.cc | 36 /* Check whether the RETURN_TYPE and ARGUMENT_TYPES are 40 check_type (tree return_type, vec<tree> &argument_types) 48 FOR_EACH_VEC_ELT (argument_types, i, arg) 62 auto_vec<tree, 21> argument_types; local 69 b.allocate_argument_types (function_instance, argument_types); 70 b.apply_predication (function_instance, return_type, argument_types); 72 if (TARGET_XTHEADVECTOR && !check_type (return_type, argument_types)) 78 argument_types, group.required_extensions); 221 auto_vec<tree, 5> argument_types; local 228 b.allocate_argument_types (function_instance, argument_types); 911 auto_vec<tree, 8> argument_types; variable 969 auto_vec<tree> argument_types; variable 971 size_type_node, argument_types, variable 1025 auto_vec<tree> argument_types; variable [all...] |
| riscv-vector-builtins-shapes.cc | 36 /* Check whether the RETURN_TYPE and ARGUMENT_TYPES are 40 check_type (tree return_type, vec<tree> &argument_types) 48 FOR_EACH_VEC_ELT (argument_types, i, arg) 62 auto_vec<tree, 21> argument_types; local 69 b.allocate_argument_types (function_instance, argument_types); 70 b.apply_predication (function_instance, return_type, argument_types); 72 if (TARGET_XTHEADVECTOR && !check_type (return_type, argument_types)) 78 argument_types, group.required_extensions); 221 auto_vec<tree, 5> argument_types; local 228 b.allocate_argument_types (function_instance, argument_types); 911 auto_vec<tree, 8> argument_types; variable 969 auto_vec<tree> argument_types; variable 971 size_type_node, argument_types, variable 1025 auto_vec<tree> argument_types; variable [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-shapes.cc | 56 types in ARGUMENT_TYPES. RETURN_TYPE is the type returned by the 60 vec<tree> &argument_types) 64 argument_types.quick_insert (0, get_svbool_t ()); 69 if ((argument_types.length () == 2 && instance.pred == PRED_m) 71 argument_types.quick_insert (0, return_type); 254 to ARGUMENT_TYPES and return the return type. 262 vec<tree> &argument_types) 271 argument_types.quick_push (argument_type); 286 auto_vec<tree, 16> argument_types; local 290 tree return_type = parse_signature (instance, signature, argument_types); [all...] |
| aarch64-sve-builtins-shapes.cc | 56 types in ARGUMENT_TYPES. RETURN_TYPE is the type returned by the 60 vec<tree> &argument_types) 64 argument_types.quick_insert (0, get_svbool_t ()); 69 if ((argument_types.length () == 2 && instance.pred == PRED_m) 71 argument_types.quick_insert (0, return_type); 254 to ARGUMENT_TYPES and return the return type. 262 vec<tree> &argument_types) 271 argument_types.quick_push (argument_type); 286 auto_vec<tree, 16> argument_types; local 290 tree return_type = parse_signature (instance, signature, argument_types); [all...] |
| /src/external/apache2/llvm/dist/clang/bindings/python/clang/ |
| cindex.py | 2191 def argument_types(self): member in class:Type
|
| cindex.py | 2191 def argument_types(self): member in class:Type
|