Home
last modified time | relevance | path

Searched refs:noarg (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/TailCallElim/
Dbasic.ll3 declare void @noarg()
8 ; Trivial case. Mark @noarg with tail call.
10 ; CHECK: tail call void @noarg()
11 call void @noarg()
70 ; CHECK: tail call void @noarg()
74 call void @noarg()
93 call void @noarg()
143 call void @noarg()
/external/tcpdump/missing/
Dgetopt_long.c106 static const char noarg[] = "option `%s%.*s' doesn't allow an argument"; variable
111 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
273 warnx(noarg, in parse_long_options()
/external/mesa3d/src/getopt/
Dgetopt_long.c94 static const char noarg[] = "option doesn't take an argument -- %.*s"; variable
211 fprintf(stderr, noarg, (int)current_argv_len, in parse_long_options()