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/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()
/external/chromium_org/third_party/mesa/src/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()