Searched refs:help2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/wasm/ |
D | Options.td | 15 multiclass B<string name, string help1, string help2> { 17 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>; 20 multiclass BB<string name, string help1, string help2> { 22 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
|
/external/llvm-project/clang/test/Sema/ |
D | typo-correction-recursive.cpp | 100 DeepAmbiguityHelper& help2();
|
/external/llvm-project/llvm/tools/llvm-symbolizer/ |
D | Opts.td | 3 multiclass B<string name, string help1, string help2> { 5 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_geometry.cpp | 199 int help2 = allocate_temp_register(); in emit_adj_fix() local 205 reg_indices[0] = reg_indices[1] = reg_indices[2] = reg_indices[3] = help2; in emit_adj_fix()
|
/external/llvm-project/lld/MinGW/ |
D | Options.td | 19 multiclass B<string name, string help1, string help2> { 21 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
|
/external/llvm-project/lld/ELF/ |
D | Options.td | 16 multiclass BB<string name, string help1, string help2> { 18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>; 32 multiclass B<string name, string help1, string help2> { 34 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
|