Searched defs:arg_end (Results 1 – 10 of 10) sorted by relevance
205 const_arg_iterator arg_end() const { return getArgsBuffer() + 1 + NumArgs; } in arg_end() function207 arg_iterator arg_end() { return getArgsBuffer() + 1 + NumArgs; } in arg_end() function
200 const char *arg_end = strchr(arg, '='); in parse_long_opt() local
144 IterTy arg_end() const { return (*this)->op_end() - getArgumentEndOffset(); } in arg_end() function
2016 const uint8_t *arg_end; in VASNPRINTF() local2144 const uint16_t *arg_end; in VASNPRINTF() local2272 const uint32_t *arg_end; in VASNPRINTF() local2493 const char *arg_end; in VASNPRINTF() local2651 const wchar_t *arg_end; in VASNPRINTF() local
177 arg_iterator arg_end() const { return ArgumentList+NumArguments; } in arg_end() function
1001 arg_iterator arg_end() { return Args + NumArgs; } in arg_end() function1003 const_arg_iterator arg_end() const { return Args + NumArgs; } in arg_end() function2117 arg_iterator arg_end() { in arg_end() function2123 arg_const_iterator arg_end() const { in arg_end() function2864 arg_iterator arg_end() { return arg_begin() + NumArgs; } in arg_end() function2870 const_arg_iterator arg_end() const { in arg_end() function
2203 arg_iterator arg_end() { in arg_end() function2209 const_arg_iterator arg_end() const { in arg_end() function
330 arg_iterator arg_end() const { in arg_end() function
1314 inline const_arg_iterator arg_end () const { return Args.end(); } in arg_end() function
335 unsigned long arg_start, arg_end, env_start, env_end; member