OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test7_f
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
merge-decls.c
88
void
test7_f
(int (*)[10]);
89
void
test7_f
(int (*)[]); // expected-note {{passing argument to parameter here}}
92
test7_f
(&x); // expected-warning {{incompatible pointer types passing 'int (*)[5]' to parameter of type 'int (*)[10]}}
/external/clang/test/CodeGen/
attr-weakref.c
62
// CHECK: declare extern_weak void @
test7_f
()
63
void
test7_f
(void);
64
static void test7_g(void) __attribute__((weakref("
test7_f
")));
/external/clang/test/SemaCXX/
linkage2.cpp
93
extern "C" { typedef int
test7_F
(); static
test7_F
test7_f
; }
variable
94
extern "C++" { extern
test7_F
test7_f
; }
friend.cpp
137
friend int
test7_f
() { return 42; }
function in class:test7::X
Completed in 1197 milliseconds