Home
last modified time | relevance | path

Searched refs:help2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lld/wasm/
DOptions.td15 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/
Dtypo-correction-recursive.cpp100 DeepAmbiguityHelper& help2();
/external/llvm-project/llvm/tools/llvm-symbolizer/
DOpts.td3 multiclass B<string name, string help1, string help2> {
5 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_geometry.cpp199 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/
DOptions.td19 multiclass B<string name, string help1, string help2> {
21 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
/external/llvm-project/lld/ELF/
DOptions.td16 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>;