OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test4
(Results
76 - 100
of
374
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaCXX/
attr-weak.cpp
11
void
test4
() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
deleted-function.cpp
66
void
test4
() {} // expected-note {{previous definition is here}}
function
67
void
test4
() = delete; // expected-error {{redefinition of '
test4
'}}
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_global.py
37
def
test4
(self):
function
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_global.py
37
def
test4
(self):
function
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_global.py
37
def
test4
(self):
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_global.py
37
def
test4
(self):
function
/build/kati/testcase/
comment_in_command.mk
19
test4
:
/external/libcxx/test/std/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp
56
test4
()
function
71
test4
();
/external/libcxxabi/test/
catch_member_data_pointer_01.pass.cpp
102
void
test4
()
function
169
test4
();
catch_ptr_02.pass.cpp
64
void
test4
()
function
190
test4
();
test_guard.pass.cpp
82
namespace
test4
{
namespace
139
test4
::test();
/external/llvm/test/MC/Mips/
mips-noat.s
25
# CHECK-LABEL:
test4
:
31
test4
:
label
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
parse_curly_brackets.pass.cpp
56
test4
()
function
71
test4
();
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_ptr_02.pass.cpp
64
void
test4
()
function
190
test4
();
test_guard.pass.cpp
82
namespace
test4
{
namespace
139
test4
::test();
/ndk/tests/device/issue61659-neon-assignment/jni/
issue61659-neon-assignment.c
39
void
test4
()
function
55
test4
();
/ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp
92
int
test4
()
function
241
test4
,
/ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp
92
int
test4
()
function
241
test4
,
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
exclude.exp
51
set
test4
"ld exclude symbols from archive - --exclude-libs libexclude"
101
unresolved $
test4
103
pass $
test4
105
fail $
test4
/external/clang/test/CodeGen/
exprs.c
29
void
test4
() {
function
33
t1 = sizeof(
test4
());
34
t2 = __alignof__(
test4
());
/external/clang/test/Sema/
asm.c
41
void
test4
(const volatile void *addr)
function
46
asm ("nop" : : "r"(
test4
(addr))); // expected-error {{invalid type 'void' in asm input for constraint 'r'}}
47
asm ("nop" : : "m"(
test4
(addr))); // expected-error {{invalid lvalue in asm input for constraint 'm'}}
/dalvik/dx/tests/090-dex-unify-arrays/
Blort.java
38
static public int
test4
(boolean b) {
method in class:Blort
/external/clang/test/Analysis/inlining/
path-notes.c
136
void
test4
(int **p) {
function
[
all
...]
/external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp
64
namespace
test4
{
namespace
/external/clang/test/CXX/conv/conv.mem/
p4.cpp
48
namespace
test4
{
namespace
50
struct Derived : Base, virtual A {}; // expected-warning {{direct base 'Base' is inaccessible due to ambiguity:\n struct
test4
::Derived -> struct Base\n struct
test4
::Derived -> struct
test4
::A -> struct Base}}
52
int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class '
test4
::Derived':}}
53
int (Derived::*m)() = method_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class '
test4
::Derived':}}
Completed in 1331 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>