Searched defs:test2 (Results 401 - 425 of 540) sorted by relevance

<<11121314151617181920>>

/external/clang/test/Parser/
H A Dswitch-recovery.cpp21 void test2() { function in struct:B
/external/clang/test/Sema/
H A Dconstant-conversion.c23 enum Test2 test2(enum Test2 *t) { function
H A Dformat-strings-fixit.c101 void test2(int intSAParm[static 2]) { function
H A Dfunction-redecl.c48 void test2() { function
H A Di-c-e.c32 void test2(int n, int* p) { *(n ? p : (void *)0) = 1; } function
H A Doffsetof.c56 int test2[__builtin_offsetof(struct incomplete[10], [4].foo)]; // expected-error {{array has incomplete element type 'struct incomplete'}} variable
H A Dstruct-decl.c54 const struct test2 { // expected-warning {{'const' ignored on this declaration}} struct
H A Dtypes.c64 void test2(int i) { function
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp15 int &test2() { function in namespace:test5
H A Dinvalid-member-expr.cpp14 void test2() { function
H A Dnullptr.cpp99 namespace test2 { namespace
H A Dwarn-global-constructors.cpp32 namespace test2 { namespace
H A Dwarn-loop-analysis.cpp44 void test2() { function
H A Dwarn-missing-noreturn.cpp54 namespace test2 { namespace
H A Dwarn-reorder-ctor-initialization.cpp100 namespace test2 { namespace
/external/clang/test/SemaTemplate/
H A Ddeduction.cpp126 namespace test2 { namespace
H A Dinstantiate-exception-spec-cxx11.cpp57 int test2() { function in namespace:dr1330_example
H A Dinstantiate-field.cpp22 void test2(const X<float> *xf) { function
H A Dinstantiate-member-class.cpp78 namespace test2 { namespace
/external/e2fsprogs/lib/ext2fs/
H A Dtst_badblocks.c32 blk_t test2[] = { 11, 10, 9, 8, 7, 6, 5, 4, 3, 3, 2, 1 }; variable
284 printf("test2: ");
285 retval = create_test_list(test2, &bb2);
/external/skia/tests/
H A DWriter32Test.cpp114 static void test2(skiatest::Reporter* reporter, SkWriter32* writer) { function
229 test2(reporter, &writer);
255 test2(reporter, &writer);
268 test2(reporter, &writer);
/external/valgrind/main/none/tests/
H A Dfaultstatus.c108 static void test2() function
/external/valgrind/main/none/tests/x86/
H A Dfaultstatus.c83 static void test2() function
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc146 {"test2", false},
147 {"test2.foo", true},
148 {"test2.bar", true},
149 {"test2.baz", false},
150 {"test2.qux", false},
194 { "test2", true, Feature::WEB_PAGE_CONTEXT, GURL("http://google.com") },
195 { "test2", false, Feature::BLESSED_EXTENSION_CONTEXT,
197 { "test2.foo", false, Feature::WEB_PAGE_CONTEXT,
199 { "test2.foo", true, Feature::CONTENT_SCRIPT_CONTEXT, GURL() },
323 { "test2", tru
758 base::DictionaryValue* test2 = new base::DictionaryValue(); local
[all...]
/external/clang/test/Analysis/
H A Dcfg.cpp181 // CHECK-LABEL: int test2(int *x)
187 int test2(int *x) { function in namespace:NoReturnSingleSuccessor

Completed in 458 milliseconds

<<11121314151617181920>>