HomeSort by relevance Sort by last modified time
    Searched full:helptext (Results 1 - 25 of 44) sorted by null

1 2

  /external/clang/include/clang/Driver/
CLCompatOptions.td 15 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...]
CC1Options.td 23 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...]
Options.td 132 Group<internal_Group>, HelpText<"DRIVER OPTIONS">;
135 Group<internal_Group>, HelpText<"DEBUG/DEVELOPMENT OPTIONS">;
141 HelpText<"Set the driver mode to either 'gcc', 'g++', 'cpp', or 'cl'">;
143 HelpText<"Name for native GCC compiler">,
146 HelpText<"Use lazy PCH for precompiled headers">;
148 HelpText<"Use pretokenized headers for precompiled headers">;
153 HelpText<"Simulate installation in the given directory">;
155 HelpText<"Dump list of actions to perform">;
157 HelpText<"Show bindings of tools to actions">;
160 HelpText<"Check for ARC migration issues that need manual handling">
    [all...]
Options.h 40 HELPTEXT, METAVAR) OPT_##ID,
  /external/llvm/unittests/Option/
Opts.td 7 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<[OptFlag3]>;
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">;
OptionParsingTest.cpp 22 HELPTEXT, METAVAR) OPT_##ID,
40 HELPTEXT, METAVAR) \
41 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
  /frameworks/compile/mclinker/tools/mcld/
Options.td 15 HelpText<"DYNAMIC OPTIONS">;
19 HelpText<"Use the explicit symbol as the entrance of your program">;
25 HelpText<"Bind references within the shared library">;
29 HelpText<"Info the dynamic linker to lookup only inside the group">;
33 HelpText<"Set internal name of shared library">;
40 HelpText<"Do not allow unresolved references">;
44 HelpText<"Allow multiple definitions">;
48 HelpText<"Extensions for GNU ld compatibility">;
52 HelpText<"Set the name of the dynamic linker">;
59 HelpText<"Enable use of DT_RUNPATH and DT_FLAGS">
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
Checkers.td 85 HelpText<"Check for dereferences of null pointers">,
89 HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., uninitialized arguments, null function pointers)">,
93 HelpText<"Check for null pointers passed as arguments to a function whose arguments are references or marked with the 'nonnull' attribute">,
97 HelpText<"Check for declarations of VLA of undefined or zero size">,
101 HelpText<"Check for division by zero">,
105 HelpText<"Check for undefined results of binary operators">,
109 HelpText<"Check that addresses to stack memory do not escape the function">,
113 HelpText<"Generate dynamic type information">,
121 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
125 HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">
    [all...]
ClangCheckers.cpp 28 #define CHECKER(FULLNAME,CLASS,DESCFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
29 registry.addChecker(register##CLASS, FULLNAME, HELPTEXT);
ClangSACheckers.h 27 #define CHECKER(FULLNAME,CLASS,CXXFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
  /frameworks/compile/slang/
RSCCOptions.td 31 HelpText<"Specify target API level (e.g. 14)">;
39 HelpText<"Add directory to include search path">;
47 HelpText<"Specify output directory">;
53 HelpText<"Emit target assembly files">;
56 HelpText<"Build ASTs then convert to LLVM, emit .ll file">;
58 HelpText<"Build ASTs then convert to LLVM, emit .bc file">;
60 HelpText<"Build ASTs then convert to LLVM, but emit nothing">;
63 def m32 : Flag<["-"], "m32">, HelpText<"Emit 32-bit code (only for C++, unless eng build)">;
64 def m64 : Flag<["-"], "m64">, HelpText<"Emit 64-bit code (only for C++, unless eng build)">;
67 HelpText<"Emit LLVM Debug Metadata">
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
hot_key.html 35 this.helpText_ = dict.helpText !== undefined ? dict.helpText : undefined;
47 get helpText() {
  /external/clang/include/clang/StaticAnalyzer/Checkers/
CheckerBase.td 31 string HelpText;
38 class HelpText<string text> { string HelpText = text; }
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
HelpCommandHandlerTest.groovy 35 serverConfiguration.helpText = [abc: '_abc']
41 serverConfiguration.helpText = ["abc def": 'abcdef']
47 serverConfiguration.helpText = ['': 'default']
53 serverConfiguration.helpText = ['': 'default']
  /development/samples/JetBoy/res/layout/
main.xml 10 <TextView android:id="@+id/text" android:text="@string/helpText"
11 style="@style/helpText" android:visibility="invisible"
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
StubServerConfiguration.groovy 32 Map helpText = [:]
43 return helpText[key]
  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
styles.xml 28 <style name="helpText">
  /external/clang/lib/Driver/
DriverOptions.cpp 25 HELPTEXT, METAVAR) \
26 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \
  /external/llvm/include/llvm/Option/
OptParser.td 76 string HelpText = ?;
90 string HelpText = ?;
124 class HelpText<string text> { string HelpText = text; }
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java 125 * The <code>helpText</code> property specifies a <i>Map</i> of help text replies sent by the
146 private Map helpText = new HashMap();
166 return helpText;
169 public void setHelpText(Map helpText) {
170 this.helpText = helpText;
251 return (String) helpText.get(key);
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoy.java 96 mTextView.setText(R.string.helpText);
111 mTextView.setText(R.string.helpText);
  /external/llvm/lib/LibDriver/
Options.td 10 Joined<["/", "-", "-?"], name#":">, HelpText<help>;
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipfw_win32/
netipfw.inf 65 HKR, Ndi, HelpText, , %HELP% ; this is displayed at the bottom of the General page of the Connection Properties dialog box
  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 189 if (!isa<UnsetInit>(R.getValueInit("HelpText"))) {
192 write_cstring(OS, R.getValueAsString("HelpText"));
272 if (!isa<UnsetInit>(R.getValueInit("HelpText"))) {
275 write_cstring(OS, R.getValueAsString("HelpText"));

Completed in 824 milliseconds

1 2