Lines Matching defs:help
46 help="An argument string that `bindgen` should be invoked with. By default, all traits are derived. Note that the input header and output bindings file will automatically be provided by this script, and you should not manually specify them.")
51 help="Do not delete temporary files.")
57 help="The input header file. Defaults to 'input.h'.")
71 help="Use a release instead of a debug build.")
75 help="Exit non-zero if `bindgen` successfully emits bindings.")
79 help="Exit non-zero if the given regexp pattern is not found in `bindgen`'s output.")
84 help="Exit non-zero if the given regexp pattern is not found in the emitted bindings.")
90 help="Do not attempt to compile the emitted bindings with `rustc`.")
94 help="Append the content of this extra file to the end of the emitted bindings just before compiling it.")
98 help="Exit non-zero if `rustc` successfully compiles the emitted bindings.")
102 help="Exit non-zero if the output from compiling the bindings with `rustc` does not contain the given regexp pattern")
108 help="Do not run the compiled bindings' layout tests.")
112 help="Exit non-zero if the compiled bindings' layout tests pass.")
116 help="Exit non-zero if the output of running the compiled bindings' layout tests does not contain the given regexp pattern.")