HomeSort by relevance Sort by last modified time
    Searched full:warn (Results 101 - 125 of 3214) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/test/Driver/
cl-inputs.c 21 // RUN: %clang_cl /TP /TC -### -- %s 2>&1 | FileCheck -check-prefix=WARN %s
22 // WARN: overriding '/TP' option with '/TC'
  /external/clang/test/Sema/
arm-neon-types.c 11 // ...but should warn when the types really do not match.
30 // Warn for incompatible pointer types used with vld/vst intrinsics.
warn-shadow.c 47 // Don't warn about shadowing for function declarations.
56 extern int bob; // don't warn for shadowing.
  /external/clang/test/SemaCXX/
unused.cpp 34 (void)y; // don't warn here, because it's a common pattern.
45 Foo("Hello World!"); // don't warn
warn-sign-conversion.cpp 29 int d1b = 1 ? i : Foo<bool>::D; // expected-warning {{warn-sign-conversion.cpp:13:5>' to 'int'}}
31 int d2b = 1 ? Foo<bool>::D : i; // expected-warning {{warn-sign-conversion.cpp:13:5>' to 'int'}}
33 int d3b = 1 ? B : Foo<bool>::D; // expected-warning {{warn-sign-conversion.cpp:13:5>' to 'int'}}
35 int d4b = 1 ? Foo<bool>::D : B; // expected-warning {{warn-sign-conversion.cpp:13:5>' to 'int'}}
38 int e1b = 1 ? i : E; // expected-warning {{warn-sign-conversion.cpp:16:3>' to 'int'}}
40 int e2b = 1 ? E : i; // expected-warning {{warn-sign-conversion.cpp:16:3>' to 'int'}}
42 int e3b = 1 ? E : B; // expected-warning {{warn-sign-conversion.cpp:16:3>' to 'int'}}
44 int e4b = 1 ? B : E; // expected-warning {{warn-sign-conversion.cpp:16:3>' to 'int'}}
  /external/scrypt/
scrypt.config 27 lib/util/warn.c \
28 lib/util/warn.h \
  /frameworks/base/services/java/com/android/server/pm/
PackageSignatures.java 82 PackageManagerService.reportSettingsProblem(Log.WARN,
116 PackageManagerService.reportSettingsProblem(Log.WARN,
122 PackageManagerService.reportSettingsProblem(Log.WARN,
137 PackageManagerService.reportSettingsProblem(Log.WARN,
142 PackageManagerService.reportSettingsProblem(Log.WARN,
149 PackageManagerService.reportSettingsProblem(Log.WARN,
154 PackageManagerService.reportSettingsProblem(Log.WARN,
160 PackageManagerService.reportSettingsProblem(Log.WARN,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp 23 # pragma warn -8026 // Functions with excep. spec. are not expanded inline
56 # pragma warn .8026 // Functions with excep. spec. are not expanded inline
  /system/extras/ext4_utils/
wipe.c 46 warn("Discard failed\n");
49 warn("Wipe via secure discard failed, used discard instead\n");
  /system/extras/fatblock/
read.c 61 WARN("checking metadata of %s: stat failed: %s\n",
82 WARN("reading %s (%llu, %llu): "
89 WARN("reading %s (%llu, %llu): "
96 WARN("reading %s (%llu, %llu): metadata has changed\n",
103 WARN("reading %s: open failed: %s\n", f->path, strerror(errno));
109 WARN("reading %s (%llu, %llu): seek failed: %s\n",
116 WARN("reading %s (%llu, %llu): read failed: %s\n",
156 WARN("reading extent: unexpected type %d\n", e->type);
utils.h 26 #define WARN(...) EPRINT(__VA_ARGS__)
31 void warn(char *msg);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LogTest.java 88 assertLogged(Log.WARN, "tag", "msg", null);
97 assertLogged(Log.WARN, "tag", "msg", throwable);
104 assertLogged(Log.WARN, "tag", null, throwable);
147 assertTrue(Log.isLoggable("FOO", Log.WARN));
160 assertTrue(Log.isLoggable("FOO", Log.WARN));
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 52 /// This enum distinguishes between different situations where we warn due to
74 /// Warn about lock expressions which fail to resolve to lockable objects.
78 /// Warn about unlock function calls that do not have a prior matching lock
85 /// Warn about lock function calls for locks which are already held.
91 /// Warn about situations where a mutex is sometimes held and sometimes not.
102 /// \param LEK -- which of the three above cases we should warn for
108 /// Warn when a mutex is held exclusively and shared at the same point. For
118 /// Warn when a protected operation occurs while no locks are held.
126 /// Warn when a protected operation occurs while the specific mutex protecting
139 /// Warn when a function is called while an excluded mutex is locked. Fo
    [all...]
  /external/clang/test/Analysis/
superclass.m 52 // Do not warn if UIViewController/*Responder/NSDocument is not our superclass
72 // Warn if UIViewController is our superclass and we do not call super
92 // Do not warn for methods were it shouldn't
96 // Do not warn if UIViewController is our superclass but we did call super
156 // Do warn for UIResponder subclasses that don't call super
166 // Do not warn for UIResponder subclasses that do the right thing
176 // Do warn for NSResponder subclasses that don't call super
187 // Do not warn for NSResponder subclasses that do the right thing
200 // Do warn for NSDocument subclasses that don't call super
211 // Do not warn for NSDocument subclasses that do the right thin
    [all...]
  /external/clang/www/analyzer/
available_checks.html 82 <td><b>deadcode.IdempotentOperations</b></td><td>Warn about idempotent operations.</td>
98 <td><b>osx.cocoa.IncompatibleMethodTypes</b></td><td>Warn about Objective-C method signatures with type incompatibilities.</td>
101 <td><b>osx.cocoa.NSAutoreleasePool</b></td><td>Warn for suboptimal uses of NSAutoreleasePool in Objective-C GC mode.</td>
116 <td><b>osx.cocoa.UnusedIvars</b></td><td>Warn about private ivars that are never used.</td>
137 <td><b>security.FloatLoopCounter</b></td><td>Warn on using a floating point value as a loop counter (CERT: FLP30-C, FLP30-CPP).</td>
140 <td><b>security.insecureAPI.UncheckedReturn</b></td><td>Warn on uses of functions whose return values must be always checked.</td>
143 <td><b>security.insecureAPI.getpw</b></td><td>Warn on uses of the 'getpw' function.</td>
146 <td><b>security.insecureAPI.gets</b></td><td>Warn on uses of the 'gets' function.</td>
149 <td><b>security.insecureAPI.mkstemp</b></td><td>Warn when 'mkstemp' is passed fewer than 6 X's in the format string.</td>
152 <td><b>security.insecureAPI.mktemp</b></td><td>Warn on uses of the 'mktemp' function.</td
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-c++ 
i686-linux-cpp 
i686-linux-g++ 
i686-linux-gcc 
i686-linux-gcc-4.4.3 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
c++ 
g++ 
gcc 
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/network/chrome-firephp/
devtools.js 12 WARN: "warn",
91 case "WARN":
149 Console.warn("WildFire protocol header not found");
156 Console.warn("Invalid WildFire protocol header");
162 Console.warn(
177 Console.warn("ChromeFirePHP suggests that you reload the page to track" +
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
uncstring_test.c 48 const char *warn; member in struct:Test_Entry
108 if (wstr != NULL && test->warn == NULL) {
114 if (wstr == NULL && test->warn != NULL) {
117 test->input, (unsigned long)test->in_len, test->warn);
120 if (wstr && test->warn && strcmp(wstr, test->warn) != 0) {
123 test->input, (unsigned long)test->in_len, test->warn, wstr);

Completed in 3861 milliseconds

1 2 3 45 6 7 8 91011>>