HomeSort by: relevance | last modified time | path
    Searched defs:get_argument_type (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 1088 function_resolver::get_argument_type (unsigned int i) function in class:arm_mve::function_resolver
1098 tree type = get_argument_type (i);
1158 tree actual = get_argument_type (argno);
1190 tree actual = get_argument_type (argno);
1249 tree actual = get_argument_type (argno);
1271 tree actual = get_argument_type (argno);
1342 bool both_vectors_p = VECTOR_TYPE_P (get_argument_type (first_argno));
1465 argno + 1, fndecl, get_argument_type (first_argno),
1509 " expects a scalar element", get_argument_type (argno),
1515 " expects a scalar integer", get_argument_type (argno)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 1183 function_resolver::get_argument_type (unsigned int i) function in class:aarch64_sve::function_resolver
1193 tree type = get_argument_type (i);
1253 tree actual = get_argument_type (argno);
1286 tree actual = get_argument_type (argno);
1329 tree actual = get_argument_type (argno);
1394 " expects a vector of integers", get_argument_type (argno),
1415 get_argument_type (argno), argno + 1, fndecl);
1436 get_argument_type (argno), argno + 1, fndecl);
1459 tree actual = get_argument_type (argno);
1481 tree actual = get_argument_type (argno)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 1638 function_resolver::get_argument_type (unsigned int i) function in class:aarch64_sve::function_resolver
1648 tree type = get_argument_type (i);
1844 tree actual = get_argument_type (argno);
1864 tree actual = get_argument_type (argno);
1897 tree types[] = { get_argument_type (argno), get_argument_type (argno + 1) };
1941 tree actual = get_argument_type (argno);
2001 tree actual = get_argument_type (argno);
2059 " expects a vector of integers", get_argument_type (argno),
2073 tree actual = get_argument_type (argno)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 4557 get_argument_type (tree functype, unsigned argno, unsigned *nargs) function
4997 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 4929 get_argument_type (tree functype, unsigned argno, unsigned *nargs) function
5368 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs);

Completed in 34 milliseconds