OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_bug
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/Analysis/
html-diags-multifile.h
2
void
has_bug
(int *p) {
function
html-diags.c
20
void
has_bug
(int *p) {
function
24
#define CALL_HAS_BUG(q)
has_bug
(q)
html-diags-multifile.c
11
#define CALL_HAS_BUG(q)
has_bug
(q)
inline-plist.c
22
void
has_bug
(int *p) {
function
27
has_bug
(0);
29
// expected-note@-2 {{Calling '
has_bug
'}}
393
// CHECK-NEXT: <string>Calling '
has_bug
'</string>
395
// CHECK-NEXT: <string>Calling '
has_bug
'</string>
513
// CHECK-NEXT: <key>issue_context</key><string>
has_bug
</string>
[
all
...]
/ndk/docs/text/
SYSTEM-ISSUES.text
61
static int
has_bug
= -1;
64
if (
has_bug
< 0) {
66
has_bug
= (ret == NULL || ret->s_port == 80);
70
if (
has_bug
)
Completed in 135 milliseconds