OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test2_f
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/CodeGen/
linkage-redecl.c
5
int
test2_f
() {
function
attr-weakref.c
11
// CHECK: define void @
test2_f
()
12
void
test2_f
(void) {}
function
13
static void test2_g(void) __attribute__((weakref("
test2_f
")));
attr-weakref2.c
11
// CHECK: @
test2_f
= common global i32 0, align 4
12
int
test2_f
;
variable
13
static int test2_g __attribute__((weakref("
test2_f
")));
/external/clang/test/CodeGenCXX/
c-linkage.cpp
16
static void
test2_f
() {
function
19
static void
test2_f
(int x) {
function
23
test2_f
();
24
test2_f
(42);
/external/clang/test/SemaCXX/
extern-c.cpp
14
void
test2_f
() {
function
linkage2.cpp
17
// This is OK. Both
test2_f
don't have language linkage since they have
20
static void
test2_f
() {
function
22
static void
test2_f
(int x) {
function
/external/clang/test/Sema/
conversion.c
111
short
test2_f
(long long ll) {
function
Completed in 104 milliseconds