Home
last modified time | relevance | path

Searched refs:MyMethod (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGenObjC/
Dobjc-asm-attribute-test.m23 - (id) MyMethod { method
53 // CHECK: define internal i8* @"\01-[Message MyMethod]"
Dblock-over-align.m16 - (void) MyMethod
Dobjc-asm-attribute-neg-test.m31 - (id) MyMethod {
/external/clang/test/SemaCXX/
Dtypo-correction.cpp366 Inner MyMethod(Inner arg);
369 Inner Outer::MyMethod(Inner arg) { // expected-error {{unknown type name 'Inner'; did you mean 'Ou… in MyMethod() function in class_member_typo_corrections::Outer
/external/clang/test/SemaObjC/
Dobjc-asm-attribute-neg-test.m39 - (id) MyMethod {
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc557 int MyMethod(char x) { return x + 1; } in MyMethod() function
576 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
577 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1167 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()
/external/gtest/test/
Dgtest-printers_test.cc563 int MyMethod(char x) { return x + 1; } in MyMethod() function
582 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
583 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1186 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()