OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:warns
(Results
1 - 25
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/clang/test/FixIt/
fixit-c90.c
6
This test passes because clang merely
warns
for this syntax error even with
/external/selinux/policycoreutils/secon/
Makefile
8
WARNS
=-Werror -W -Wall -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-format-zero-length -Wformat-nonliteral -Wformat-security -Wfloat-equal
10
CFLAGS ?= $(
WARNS
) -O1
/cts/libs/vogar-expect/src/vogar/util/
LogOutput.java
28
*
Warns
, and also puts a list of strings afterwards.
Log.java
42
*
Warns
, and also puts a list of strings afterwards.
/external/clang/test/Driver/
warning-options.cpp
6
// Check that -isysroot
warns
on nonexistent paths.
/external/libvpx/libvpx/
warnings.h
21
* Checks config for improperly used settings.
Warns
user upon encountering
/external/llvm/test/CodeGen/ARM/
warn-stack.ll
2
; Check the internal option that
warns
when the stack size exceeds the
/external/llvm/test/CodeGen/X86/
warn-stack.ll
2
; Check the internal option that
warns
when the stack size exceeds the
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
warnings.h
21
* Checks config for improperly used settings.
Warns
user upon encountering
/external/clang/test/Sema/
expr-address-of.c
90
lvalue we would need to give a warning. Note that gcc
warns
about
91
this as a register before it
warns
about it as an invalid
/external/clang/test/SemaCXX/
attr-weakref.cpp
17
// gcc
warns
, clang rejects
/external/eigen/Eigen/src/Core/util/
DisableStupidWarnings.h
33
// this is really a stupid warning as it
warns
on compile-time expressions involving enums
/external/llvm/lib/Support/
MathExtras.cpp
26
// constant arithmetic overflow, which it then
warns
on when encountered.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
yield_k.hpp
114
// g++ -Wextra
warns
on {} or {0}
/external/libcap-ng/libcap-ng-0.7/
configure.ac
96
WARNS
="$ALLWARNS"
98
WARNS
=""
100
],
WARNS
="$ALLWARNS")
/external/bison/src/
files.h
55
and therefore GCC
warns
about a name clash. */
/external/google-breakpad/src/testing/gtest/test/
gtest_uninitialized_test.py
32
"""Verifies that Google Test
warns
the user when not initialized properly."""
/external/gtest/test/
gtest_uninitialized_test.py
32
"""Verifies that Google Test
warns
the user when not initialized properly."""
/external/protobuf/gtest/test/
gtest_uninitialized_test.py
32
"""Verifies that Google Test
warns
the user when not initialized properly."""
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportWarningActivity.java
36
* Dialog that
warns
about contents of a bugreport.
/ndk/sources/third_party/googletest/googletest/test/
gtest_uninitialized_test.py
32
"""Verifies that Google Test
warns
the user when not initialized properly."""
/external/clang/www/analyzer/
release_notes.html
184
<li>
Warns
about null pointers passed as arguments to C string functions.</li>
185
<li>
Warns
about common anti-patterns in 'strncat' size argument, which can lead to buffer overflows.</li>
199
<li>
Warns
about unsafe uses of CFArrayCreate, CFSetCreate, and CFDictionaryCreate</li>
200
<li>
Warns
about unsafe uses of getpw, gets, which are sources of buffer overflows</li>
201
<li>
Warns
about unsafe uses of mktemp and mktemps, which can lead to insecure temporary files</li>
202
<li>
Warns
about unsafe uses of vfork, which is <a href="https://www.securecoding.cert.org/confluence/display/seccode/POS33-C.+Do+not+use+vfork()">insecure</a> to use</li>
203
<li>
Warns
about not checking the return values of setuid, setgid, seteuid, setegid, setreuid, setregid (another security issue)</li>
/external/bison/lib/
verify.h
121
outer scope; two such declarations therefore collide. GCC
warns
127
* GCC
warns
about duplicate declarations of the dummy function if
136
* GCC
warns
if -Wnested-externs is enabled and verify() is used
/external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp
10
// This file defines a NSAutoreleasePoolChecker, a small checker that
warns
/external/clang/test/Analysis/inlining/
RetainCountExamples.m
36
// Test that retain release checker
warns
on leaks and use-after-frees when
Completed in 666 milliseconds
1
2
3
4
5
6
7
8
9