Home
last modified time | relevance | path

Searched refs:Warn (Results 1 – 25 of 55) sorted by relevance

123

/external/mesa3d/src/mapi/glapi/
Dglapi_nop.c64 Warn(const char *func) in Warn() function
82 return Warn(" function"); in NoOpUnused()
92 #define DISPATCH(func, args, msg) Warn(#func);
93 #define RETURN_DISPATCH(func, args, msg) Warn(#func); return 0
/external/clang/lib/Analysis/
DPrintfFormatString.cpp53 const char *FlagBeg, const char *E, bool Warn) { in ParseObjCFlags() argument
61 if (Warn) { in ParseObjCFlags()
76 bool Warn, in ParsePrintfSpecifier() argument
106 if (Warn) in ParsePrintfSpecifier()
117 if (Warn) in ParsePrintfSpecifier()
143 if (Warn) in ParsePrintfSpecifier()
155 if (Warn) in ParsePrintfSpecifier()
164 if (Warn) in ParsePrintfSpecifier()
175 if (Warn) in ParsePrintfSpecifier()
184 if (Warn) in ParsePrintfSpecifier()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td121 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
133 HelpText<"Warn about unintended use of identical expressions in operators">,
149 HelpText<"Warn about unintended use of sizeof() on pointer expressions">,
295 HelpText<"Warn on uses of the 'gets' function">,
298 HelpText<"Warn on uses of the 'getpw' function">,
301 HelpText<"Warn on uses of the 'mktemp' function">,
304 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">,
307 HelpText<"Warn on uses of the 'rand', 'random', and related functions">,
310 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">,
313 HelpText<"Warn on uses of the 'vfork' function">,
[all …]
/external/libvncserver/webclients/novnc/include/
Drfb.js182 Util.Warn("WebSocket on-close event");
202 Util.Warn("WebSocket on-error event");
212 Util.Warn("Using web-socket-js bridge. Flash version: " + Util.Flash.version);
434 Util.Warn(cmsg);
507 Util.Warn("handle_message called on an empty receive queue");
921 Util.Warn("Server native endian is not little endian");
925 Util.Warn("Server native red-shift is not 16");
929 Util.Warn("Server native blue-shift is not 0");
936 Util.Warn("Intel AMT KVM only supports 8/16 bit depths. Disabling true color");
1222 Util.Warn("Browser does not support local cursor");
[all …]
Dutil.js210 Util.Debug = Util.Info = Util.Warn = Util.Error = function (msg) {};
218 Util.Warn = function (msg) { console.warn(msg); };
346 Util.Warn('Invalid property ' + keys[i]);
Ddisplay.js100 Util.Warn("Data URI scheme cursor not supported");
458 Util.Warn("changeCursor called but no cursor data URI support");
/external/autotest/client/site_tests/dummy_Fail/
Dcontrol22 job.run_test('dummy_Fail', tag='Warn', to_throw='TestWarn')
/external/icu/icu4c/source/test/testdata/
Droot.txt15 …CurrentCLDRVersion { 28.0 } // Current CLDR version as of the test update. Warn if not an exact ma…
/external/elfutils/config/
Deu.am39 # Warn about stack usage of more than 256K = 262144 bytes.
/external/clang/test/SemaObjC/
Dattr-availability-1.m43 // Test case for <rdar://problem/11627873>. Warn about
Darc-objc-lifetime.m75 // Warn
Dattr-availability.m75 // Test case for <rdar://problem/11627873>. Warn about
Dformat-strings-objc.m97 // Warn about using BOOL with %@
/external/curl/m4/
Dcurl-compilers.m41036 dnl Warn on nested comments
1048 dnl Warn on variable declarations hiding a previous one
1050 dnl Warn when a variable is used before initialized
1052 dnl Warn if a declared function is not used
1120 dnl Warn use of unsupported GCC features ignored by TCC
/external/shflags/doc/
DCHANGES-1.0.md117 Improved `assert[Warn|Error]Msg()` test helper grepping.
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2205 bool Warn) { in CheckMethodOverrideReturn() argument
2209 if (Warn) { in CheckMethodOverrideReturn()
2222 if (Warn && IsOverridingMode && in CheckMethodOverrideReturn()
2247 if (!Warn) in CheckMethodOverrideReturn()
2291 bool Warn) { in CheckMethodOverrideParam() argument
2295 if (Warn) { in CheckMethodOverrideParam()
2314 if (Warn && IsOverridingMode && in CheckMethodOverrideParam()
2332 if (!Warn) in CheckMethodOverrideParam()
DSemaDecl.cpp3116 GNUCompatibleParamWarning Warn = { OldParm, NewParm, in MergeFunctionDecl() local
3118 Warnings.push_back(Warn); in MergeFunctionDecl()
3125 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) { in MergeFunctionDecl() local
3126 Diag(Warnings[Warn].NewParm->getLocation(), in MergeFunctionDecl()
3128 << Warnings[Warn].PromotedType in MergeFunctionDecl()
3129 << Warnings[Warn].OldParm->getType(); in MergeFunctionDecl()
3130 if (Warnings[Warn].OldParm->getLocation().isValid()) in MergeFunctionDecl()
3131 Diag(Warnings[Warn].OldParm->getLocation(), in MergeFunctionDecl()
8941 bool Warn = (MD && !MD->isStatic()); in VisitMemberExpr() local
8945 Warn = false; in VisitMemberExpr()
[all …]
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp699 unsigned Warn = Check.getWarning(); in finishBundle() local
700 if (Warn != HexagonMCErrInfo::CHECK_SUCCESS) { in finishBundle()
701 if (HexagonMCErrInfo::CHECK_WARN_CURRENT & Warn) in finishBundle()
704 else if (HexagonMCErrInfo::CHECK_WARN_TEMPORARY & Warn) in finishBundle()
/external/clang/test/Analysis/
Dsuperclass.m91 // Warn if UIViewController is our superclass and we do not call super
Dretain-release-gc-only.m332 // <rdar://problem/6250216> Warn against using -[NSAutoreleasePool release] in
/external/ipsec-tools/
DNEWS96 o Fixed racoon to only Warn if no CRL was found.
/external/clang/include/clang/Basic/
DLangOptions.def226 …"if non-zero, warn about parameter or return Warn if parameter/return value is larger in bytes tha…
DBuiltinsNVPTX.def565 // Compiler Error Warn
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md72 | DescriptorSet Updated | Warn user if DescriptorSet bound that was never updated and is not empty.…
76 | Correct Clear Use | Warn user if CmdClear for Color or DepthStencil issued to Cmd Buffer prior to…
178 3. Warn on image/buffer deletion if USAGE bits were set that were not needed
/external/llvm/test/
Dlit.cfg292 # Warn, but still provide a substitution.

123