Home
last modified time | relevance | path

Searched refs:Warn (Results 1 – 25 of 54) 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/chromium_org/third_party/mesa/src/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/StaticAnalyzer/Checkers/
DCheckers.td92 HelpText<"Warn about assigning non-{0,1} values to Boolean variables">,
104 HelpText<"Warn about unintended use of identical expressions in operators">,
120 HelpText<"Warn about unintended use of sizeof() on pointer expressions">,
226 HelpText<"Warn on uses of the 'gets' function">,
229 HelpText<"Warn on uses of the 'getpw' function">,
232 HelpText<"Warn on uses of the 'mktemp' function">,
235 HelpText<"Warn when 'mkstemp' is passed fewer than 6 X's in the format string">,
238 HelpText<"Warn on uses of the 'rand', 'random', and related functions">,
241 HelpText<"Warn on uses of the 'strcpy' and 'strcat' functions">,
244 HelpText<"Warn on uses of the 'vfork' function">,
[all …]
/external/chromium_org/extensions/renderer/
Dconsole.h25 void Warn(content::RenderView* render_view, const std::string& message);
38 void Warn(v8::Handle<v8::Context> context, const std::string& message);
Dconsole.cc101 void Warn(content::RenderView* render_view, const std::string& message) { in Warn() function
148 void Warn(v8::Handle<v8::Context> context, const std::string& message) { in Warn() function
182 BindLogMethod(isolate, console_object, "warn", &Warn); in AsV8Object()
Dmodule_system.cc61 void Warn(v8::Isolate* isolate, const std::string& message) { in Warn() function
62 console::Warn(isolate->GetCallingContext(), message); in Warn()
209 Warn(GetIsolate(), "Extension view no longer exists"); in RequireForJsInner()
384 Warn(info.GetIsolate(), in LazyFieldGetterInner()
/external/chromium_org/tools/win/link_limiter/
Dlimiter.cc33 static void Warn(const wchar_t* msg, ...) { in Warn() function
116 Warn(L"Error while getting number of cores. Try setting the " in CpuConcurrencyMetric()
207 Warn(L"Got error %d while waiting for pipe: %s", error, in WaitForPipe()
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
Dps_instance.cc214 Warn("Skipping create thread.\n"); in Init()
331 void PSInstance::Warn(const char *fmt, ...) { in Warn() function in PSInstance
350 Warn("PSInstance::SetEnabledEvents(mask) where mask == 0 will block\n"); in SetEnabledEvents()
351 Warn("all events. This can come from PSEventSetFilter(PSE_NONE);\n"); in SetEnabledEvents()
Dps_instance.h70 void Warn(const char *fmt, ...);
/external/chromium_org/ppapi/generators/
Didl_release.py131 def Warn(self, msg): member in IDLRelease
198 node.Warn('Gap in release numbers.')
Didl_namespace.py107 def Warn(self, msg): member in MockNode
/external/icu/icu4c/source/test/testdata/
Droot.txt15 …CurrentCLDRVersion { 25.0 } // Current CLDR version as of the test update. Warn if not an exact ma…
/external/chromium_org/third_party/icu/source/test/testdata/
Droot.txt15 …CurrentCLDRVersion { 1.9 } // Current CLDR version as of the test update. Warn if not an exact mat…
/external/harfbuzz_ng/
DTODO12 - Warn at compile time (and runtime with HB_DEBUG?) if no Unicode / font
/external/clang/test/SemaObjC/
Dattr-availability.m36 // Test case for <rdar://problem/11627873>. Warn about
Darc-objc-lifetime.m75 // Warn
Dformat-strings-objc.m97 // Warn about using BOOL with %@
/external/clang/test/Analysis/
Dsuperclass.m72 // 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/lib/Sema/
DSemaDeclObjC.cpp1355 bool Warn) { in CheckMethodOverrideReturn() argument
1359 if (Warn) { in CheckMethodOverrideReturn()
1376 if (!Warn) in CheckMethodOverrideReturn()
1420 bool Warn) { in CheckMethodOverrideParam() argument
1424 if (Warn) { in CheckMethodOverrideParam()
1447 if (!Warn) in CheckMethodOverrideParam()
DSemaDecl.cpp2841 GNUCompatibleParamWarning Warn = { OldParm, NewParm, in MergeFunctionDecl() local
2843 Warnings.push_back(Warn); in MergeFunctionDecl()
2850 for (unsigned Warn = 0; Warn < Warnings.size(); ++Warn) { in MergeFunctionDecl() local
2851 Diag(Warnings[Warn].NewParm->getLocation(), in MergeFunctionDecl()
2853 << Warnings[Warn].PromotedType in MergeFunctionDecl()
2854 << Warnings[Warn].OldParm->getType(); in MergeFunctionDecl()
2855 if (Warnings[Warn].OldParm->getLocation().isValid()) in MergeFunctionDecl()
2856 Diag(Warnings[Warn].OldParm->getLocation(), in MergeFunctionDecl()
8175 bool Warn = (MD && !MD->isStatic()); in VisitMemberExpr() local
8179 Warn = false; in VisitMemberExpr()
[all …]
/external/clang/include/clang/Basic/
DLangOptions.def183 …"if non-zero, warn about parameter or return Warn if parameter/return value is larger in bytes tha…
/external/chromium_org/tools/idl_parser/
Didl_parser.py906 def Warn(self, node, msg): member in IDLParser
/external/chromium_org/third_party/mesa/
Dchromium.patch2033 #define DISPATCH(func, args, msg) Warn(#func);
2034 ! #define RETURN_DISPATCH(func, args, msg) Warn(#func); return 0
2041 #define DISPATCH(func, args, msg) Warn(#func);
2042 ! #define RETURN_DISPATCH(type, func, args, msg) Warn(#func); return (type)0

123