OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test3_foo
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/device/test-gnustl_shared-exception/jni/
Android.mk
58
LOCAL_MODULE :=
test3_foo
59
LOCAL_SRC_FILES :=
test3_foo
.cpp
66
LOCAL_SHARED_LIBRARIES :=
test3_foo
test3_bar
/ndk/tests/device/test-gnustl_static-exception/jni/
Android.mk
58
LOCAL_MODULE :=
test3_foo
59
LOCAL_SRC_FILES :=
test3_foo
.cpp
66
LOCAL_STATIC_LIBRARIES :=
test3_foo
test3_bar
/external/clang/test/Sema/
attr-alias-elf.c
61
void
test3_foo
() __attribute__((section("test"))); // expected-warning {{alias will not be in section 'test' but in the same section as the aliasee}}
62
void
test3_foo
() __attribute__((alias("test3_bar")));
/external/clang/test/CodeGen/
attr-weakref.c
21
void
test3_foo
(void) {
function
attr-weakref2.c
21
int
test3_foo
(void) {
function
Completed in 1170 milliseconds