Searched refs:HelpText (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 22 HelpText<"Target a particular C++ ABI type">; 24 HelpText<"Target a particular ABI type">; 26 HelpText<"Target a specific cpu type">; 28 HelpText<"Target specific attributes">; 30 HelpText<"Target linker version">; 32 HelpText<"Specify target triple (e.g. i686-apple-darwin9)">; 40 HelpText<"Generate unoptimized CFGs for all analyses">; 42 HelpText<"Add C++ implicit destructors to CFGs for all analyses">; 44 HelpText<"Add C++ initializers to CFGs for all analyses">; 47 HelpText<"Source Code Analysis - Abstract Memory Store Models">; [all …]
|
D | CC1AsOptions.td | 22 HelpText<"Specify target triple (e.g. x86_64-pc-linux-gnu)">; 29 HelpText<"Add directory to include search path">; 31 HelpText<"Don't automatically start assembly file with a text section">; 33 HelpText<"Save temporary labels in the symbol table. " 41 def o : Separate<"-o">, MetaVarName<"<path>">, HelpText<"Specify output file">; 44 HelpText<"Specify the output file type ('asm', 'null', or 'obj')">; 47 HelpText<"Print this help text">; 51 HelpText<"Print the assembler version">; 58 HelpText<"Additional arguments to forward to LLVM's option processing">; 65 HelpText<"Select the asm variant index to use for output">; [all …]
|
D | Options.td | 75 Group<ccc_Group>, HelpText<"DRIVER OPTIONS">; 77 Group<ccc_Group>, HelpText<"DEBUG/DEVELOPMENT OPTIONS">; 81 HelpText<"Act as a C++ driver">; 83 HelpText<"Echo commands before running them">; 85 HelpText<"Name for native GCC compiler">, 88 HelpText<"Enable the clang compiler for C++">; 90 HelpText<"Disable the clang compiler for C++">; 92 HelpText<"Disable the clang compiler">; 94 HelpText<"Disable the clang preprocessor">; 96 HelpText<"Comma separate list of architectures to use the clang compiler for">, [all …]
|
D | OptTable.h | 53 const char *HelpText; member 136 return getInfo(id).HelpText; in getOptionHelpText()
|
D | OptParser.td | 93 string HelpText = ?; 105 string HelpText = ?; 130 class HelpText<string text> { string HelpText = text; }
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Checkers.td | 60 HelpText<"Check for dereferences of null pointers">, 64 …HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u… 68 …HelpText<"Check to see if the return value of a function call is different than the caller expects… 72 …HelpText<"Check for null pointers passed as arguments to a function whose arguments are marked wit… 76 HelpText<"Check for declarations of VLA of undefined or zero size">, 80 HelpText<"Check for division by zero">, 84 HelpText<"Check for undefined results of binary operators">, 88 HelpText<"Check that addresses to stack memory do not escape the function">, 96 …HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">, 100 HelpText<"Check for cast from non-struct pointer to struct pointer">, [all …]
|
D | ClangSACheckerProvider.cpp | 47 const char *HelpText; member 253 OS.indent(Pad + 1) << checker.HelpText; in printCheckerOption()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | CheckerBase.td | 31 string HelpText; 38 class HelpText<string text> { string HelpText = text; }
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_mac_unittest.mm | 53 root.attributes[WebAccessibility::ATTR_HELP] = ASCIIToUTF16("HelpText"); 112 EXPECT_NSEQ(@"HelpText", helpText);
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 1120 TEST_F(CommandLineInterfaceTest, HelpText) { in TEST_F() argument
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetDialogs.py | 46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls:
|