Home
last modified time | relevance | path

Searched refs:HelpText (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/Driver/
DCC1Options.td21 HelpText<"Target a particular C++ ABI type">;
23 HelpText<"Target a particular ABI type">;
25 HelpText<"Target a specific cpu type">;
27 HelpText<"Target specific attributes">;
29 HelpText<"Target linker version">;
31 HelpText<"Specify target triple (e.g. i686-apple-darwin9)">;
39 HelpText<"Generate unoptimized CFGs for all analyses">;
42 HelpText<"Source Code Analysis - Abstract Memory Store Models">;
46 HelpText<"Source Code Analysis - Symbolic Constraint Engines">;
51 HelpText<"Source Code Analysis - Output Options">;
[all …]
DCC1AsOptions.td22 HelpText<"Specify target triple (e.g. x86_64-pc-linux-gnu)">;
24 HelpText<"Target a specific cpu type">;
26 HelpText<"Target specific attributes">;
33 HelpText<"Add directory to include search path">;
35 HelpText<"Don't automatically start assembly file with a text section">;
37 HelpText<"Save temporary labels in the symbol table. "
45 def o : Separate<"-o">, MetaVarName<"<path>">, HelpText<"Specify output file">;
48 HelpText<"Specify the output file type ('asm', 'null', or 'obj')">;
51 HelpText<"Print this help text">;
55 HelpText<"Print the assembler version">;
[all …]
DOptions.td80 Group<ccc_Group>, HelpText<"DRIVER OPTIONS">;
82 Group<ccc_Group>, HelpText<"DEBUG/DEVELOPMENT OPTIONS">;
86 HelpText<"Act as a C++ driver">;
88 HelpText<"Echo commands before running them">;
90 HelpText<"Name for native GCC compiler">,
93 HelpText<"Enable the clang compiler for C++">;
95 HelpText<"Disable the clang compiler for C++">;
97 HelpText<"Disable the clang compiler">;
99 HelpText<"Disable the clang preprocessor">;
101 HelpText<"Comma separate list of architectures to use the clang compiler for">,
[all …]
DOptTable.h35 const char *HelpText; member
115 return getInfo(id).HelpText; in getOptionHelpText()
DOptParser.td96 string HelpText = ?;
108 string HelpText = ?;
133 class HelpText<string text> { string HelpText = text; }
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td56 HelpText<"Check for dereferences of null pointers">,
60HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u…
64HelpText<"Check for null pointers passed as arguments to a function whose arguments are marked wit…
68 HelpText<"Check for declarations of VLA of undefined or zero size">,
72 HelpText<"Check for division by zero">,
76 HelpText<"Check for undefined results of binary operators">,
80 HelpText<"Check that addresses to stack memory do not escape the function">,
84 HelpText<"Generate dynamic type information">,
92 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
96HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">,
[all …]
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckerBase.td31 string HelpText;
38 class HelpText<string text> { string HelpText = text; }
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_mac_unittest.mm53 root.attributes[WebAccessibility::ATTR_HELP] = ASCIIToUTF16("HelpText");
112 EXPECT_NSEQ(@"HelpText", helpText);
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc1120 TEST_F(CommandLineInterfaceTest, HelpText) { in TEST_F() argument
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls: