HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 51 - 75 of 261) sorted by null

1 23 4 5 6 7 8 91011

  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 69 void test4() { function in struct:test1::B
112 void test4() { function in struct:test2::B
158 void test4() {
171 namespace test4 { namespace
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 66 void test4() { function in struct:test1::B
109 void test4() { function in struct:test2::B
155 void test4() {
186 namespace test4 { namespace
p11.cpp 55 namespace test4 { namespace
  /external/clang/test/CodeGen/
dostmt.c 53 int test4() { function
switch-dce.c 64 // CHECK: @test4
71 void test4() { function
exprs.c 29 void test4() { function
33 t1 = sizeof(test4());
34 t2 = __alignof__(test4());
alignment.c 56 void test4(float4align64 *p) { function
59 // CHECK: @test4(
builtin-memfns.c 34 // CHECK: @test4
36 void test4(char *P, char *Q) { function
conditional.c 17 void test4() { function
packed-nest-unpacked.c 29 void test4() { function
30 // CHECK: @test4
vector.c 28 int test4(int argc, char *argv[]) { function
  /external/clang/test/CodeGenCXX/
2003-11-29-DuplicatedCleanupTest.cpp 34 void test4(int val) { function
static-data-member.cpp 76 namespace test4 { namespace
assign-construct-memcpy.cpp 51 foo *test4(foo &&x) { function
53 // CHECK-POD: test4
56 // CHECK-NONPOD: test4
  /external/clang/test/Sema/
extern-redecl.c 37 void test4() { 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
  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 76 namespace test4 { namespace
80 extern "C" void test4(A a);
  /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/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,
  /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
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 677 milliseconds

1 23 4 5 6 7 8 91011