Home
last modified time | relevance | path

Searched defs:argument_types (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-shapes.cc60 vec<tree> &argument_types) in apply_predication()
262 vec<tree> &argument_types) in parse_signature()
286 auto_vec<tree, 16> argument_types; in build_one() local
H A Daarch64-sve-builtins.cc1045 vec<tree> &argument_types, in add_unique_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-shapes.cc60 vec<tree> &argument_types) in apply_predication()
262 vec<tree> &argument_types) in parse_signature()
286 auto_vec<tree, 16> argument_types; in build_one() local
H A Daarch64-sve-builtins.cc1040 vec<tree> &argument_types, in add_unique_function()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1plugin.cc522 std::vector<tree> argument_types (argument_types_in->n_elements); in plugin_build_function_type() local
H A Dlibcp1plugin.cc1831 std::vector<tree> argument_types (argument_types_in->n_elements); in plugin_build_function_type() local
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc674 tree *argument_types; in plugin_build_function_type() local
H A Dlibcp1plugin.cc1984 tree *argument_types; in plugin_build_function_type() local
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2191 def argument_types(self): member in Type