OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test2_f
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGen/
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/Sema/
conversion.c
111
short
test2_f
(long long ll) {
function
/external/quake/quake/src/WinQuake/
net_dgrm.cpp
710
static void
Test2_f
(void)
792
Cmd_AddCommand ("test2",
Test2_f
);
[
all
...]
Completed in 7555 milliseconds