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

1 23 4 5 6

  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p5.cpp 96 namespace test5 { namespace
  /external/clang/test/CodeGen/
decl.c 58 void test5() { function
object-size.c 40 // CHECK: define void @test5
41 void test5() { function
  /external/clang/test/CodeGenCXX/
blocks.cpp 131 namespace test5 { namespace
new-overflow.cpp 98 namespace test5 { namespace
unknown-anytype.cpp 46 void test5() { function
arm.cpp 249 namespace test5 { namespace
  /external/clang/test/Parser/
char-literal-printing.c 11 char test5(void) { return '\a'; } function
declarators.c 37 int (test5), ; // expected-error {{expected identifier or '('}} variable
switch-recovery.cpp 50 int test5(int i) { function
  /external/clang/test/Sema/
asm.c 49 void test5() { function
c89.c 31 void test5(register);
enum.c 106 char test5[__has_feature(enumerator_attributes) ? 1 : -1]; variable
offsetof.c 69 int test5() { function
statements.c 19 int test5() { return ({L1: L2: L3: 5;}); }
attr-deprecated.c 56 struct bar_dep *test5 __attribute__((deprecated)); variable in typeref:struct:bar_dep
  /external/clang/test/SemaCXX/
class-base-member-init.cpp 78 namespace test5 { namespace
86 decltype(Base(1))(2), // expected-error {{multiple initializations given for base 'decltype(test5::Base(1))' (aka 'test5::Base')}}
friend.cpp 76 namespace test5 { namespace
uninit-variables.cpp 73 int test5() { function
warn-global-constructors.cpp 60 namespace test5 { namespace
warn-unreachable.cpp 61 void test5() { function
attr-deprecated.cpp 86 void test5() { function in namespace:test1
164 namespace test5 { namespace
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 48 public void test5() throws Exception { method in class:UseCompoundDrawableRefactoringTest
  /external/icu4c/test/intltest/
citrtest.cpp 207 CharacterIterator* test5 = test1->clone(); local
218 if (*test1 != *test5)
225 if (test1->hashCode() != test5->hashCode())
239 if (*test1 != *test2 || *test1 == *test5)
243 if (*test1 != *test3 || *test1 == *test5)
249 delete test5;
293 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); local
315 if (*test1 != *test5 )
325 if (test1->hashCode() != test5->hashCode())
337 test5->getText(result5);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-70066.js 85 function test5(value) { function
91 assertEquals("5:false", test5(5), "test5");
92 assertEquals(0, x, "test5"); // Global x is undisturbed.

Completed in 551 milliseconds

1 23 4 5 6