Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DCC1Options.td23 HelpText<"Target a specific cpu type">;
25 HelpText<"Target specific attributes">;
27 HelpText<"Specify target triple (e.g. i686-apple-darwin9)">;
29 HelpText<"Target a particular ABI type">;
34 HelpText<"Target linker version">;
37 HelpText<"Which unit to use for fp math">;
44 HelpText<"Generate unoptimized CFGs for all analyses">;
46 HelpText<"Add C++ implicit destructors to CFGs for all analyses">;
49 HelpText<"Source Code Analysis - Abstract Memory Store Models">;
53 HelpText<"Source Code Analysis - Symbolic Constraint Engines">;
[all …]
DCLCompatOptions.td15 HelpText<"CL.EXE COMPATIBILITY OPTIONS">;
56 HelpText<"Emit an object file which can be reproduced over time">,
59 HelpText<"Emit an object file which cannot be reproduced over time">,
62 HelpText<"Don't discard comments when preprocessing">, Alias<C>;
63 def _SLASH_c : CLFlag<"c">, HelpText<"Compile only">, Alias<c>;
64 def _SLASH_D : CLJoinedOrSeparate<"D">, HelpText<"Define macro">,
66 def _SLASH_E : CLFlag<"E">, HelpText<"Preprocess to stdout">, Alias<E>;
67 def _SLASH_fp_except : CLFlag<"fp:except">, HelpText<"">, Alias<ftrapping_math>;
69 HelpText<"">, Alias<fno_trapping_math>;
70 def _SLASH_fp_fast : CLFlag<"fp:fast">, HelpText<"">, Alias<ffast_math>;
[all …]
DOptions.td146 Group<internal_Group>, HelpText<"DRIVER OPTIONS">;
149 Group<internal_Group>, HelpText<"DEBUG/DEVELOPMENT OPTIONS">;
155 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
158 HelpText<"Set the rsp quoting to either 'posix', or 'windows'">;
160 HelpText<"Name for native GCC compiler">,
163 HelpText<"Use lazy PCH for precompiled headers">;
165 HelpText<"Use pretokenized headers for precompiled headers">;
170 HelpText<"Simulate installation in the given directory">;
172 HelpText<"Dump list of actions to perform">;
174 HelpText<"Show bindings of tools to actions">;
[all …]
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td87 HelpText<"Check for dereferences of null pointers">,
91HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u…
95HelpText<"Check for null pointers passed as arguments to a function whose arguments are references…
99 HelpText<"Check for declarations of VLA of undefined or zero size">,
103 HelpText<"Check for division by zero">,
107 HelpText<"Check for undefined results of binary operators">,
111 HelpText<"Check that addresses to stack memory do not escape the function">,
115 HelpText<"Generate dynamic type information">,
123 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
127HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">,
[all …]
DCheckerBase.td31 string HelpText;
38 class HelpText<string text> { string HelpText = text; }
/external/llvm/unittests/Option/
DOpts.td7 def A : Flag<["-"], "A">, HelpText<"The A option">, Flags<[OptFlag1]>;
8 def B : Joined<["-"], "B">, HelpText<"The B option">, MetaVarName<"B">, Flags<[OptFlag2]>;
9 def C : Separate<["-"], "C">, HelpText<"The C option">, MetaVarName<"C">, Flags<[OptFlag1]>;
10 def SLASH_C : Separate<["/", "-"], "C">, HelpText<"The C option">, MetaVarName<"C">, Flags<[OptFlag…
11 def D : CommaJoined<["-"], "D">, HelpText<"The D option">, MetaVarName<"D">;
13 def F : JoinedOrSeparate<["-"], "F">, HelpText<"The F option">, MetaVarName<"F">;
14 def G : JoinedAndSeparate<["-"], "G">, HelpText<"The G option">, MetaVarName<"G">;
/external/llvm/include/llvm/Option/
DOptTable.h40 const char *HelpText; member
107 return getInfo(id).HelpText; in getOptionHelpText()
DOptParser.td79 string HelpText = ?;
93 string HelpText = ?;
127 class HelpText<string text> { string HelpText = text; }
/external/llvm/lib/LibDriver/
DOptions.td10 Joined<["/", "-", "-?"], name#":">, HelpText<help>;
/external/python/cpython2/Lib/idlelib/
Dhelp.py158 class HelpText(Text): class
204 text = HelpText(self, filename)
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc1480 TEST_F(CommandLineInterfaceTest, HelpText) { in Run() argument
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py46 for Lbl, Text, Row, Col, Len, Min, Max, Id, Lst, Fct, Enabled, HelpText in ctrls: