Searched refs:arguments (Results 1 – 14 of 14) sorted by relevance
43 * These are struct declarations for the function arguments
50 * These are struct declarations for the function arguments
52 * These are struct declarations for the function arguments
59 * These are struct declarations for the function arguments
72 * These are struct declarations for the function arguments
79 * These are struct declarations for the function arguments
200 ; %1 = number of arguments. loads them from stack if needed.791 ; I often want to use macros that permute their arguments. e.g. there's no
143 ; 64 bit ABI passes arguments in registers. This is a workaround to get up
375 [0], [m4_fatal([$0: too few arguments: $#])],376 [1], [m4_fatal([$0: too few arguments: $#: $1])],872 # Allow CC to be a program name with arguments.1512 # find the maximum length of command line arguments1513 AC_MSG_CHECKING([the maximum length of command line arguments])1529 # no limit to the length of command line arguments.1620 # massive amounts of additional arguments before passing them to the2126 # flags to be left without arguments5424 # Allow CC to be a program name with arguments.6670 # Allow CC to be a program name with arguments.[all …]
1515 Then, COMMAND is executed, with ARGS as arguments."
548 configure: pass original arguments through to make dist
205 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
7398 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments() argument7399 for (typename ::std::vector<Str>::const_iterator i = arguments.begin(); in AddArguments()7400 i != arguments.end(); in AddArguments()
236 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.