Home
last modified time | relevance | path

Searched refs:TestB (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang/test/Index/
Dobjc-typeargs-protocols.m5 @interface TestB interface
18 Foo<TestA *, TestB *> *b;
20 Foo<TestA *, TestB *><Bar> *d;
25TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs= [TestA…
27TestB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs= […
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc99 TEST_P(ValueParamTest, TestB) { in TEST_P() argument
131 TYPED_TEST(TypedTest, TestB) { in TYPED_TEST() argument
145 TYPED_TEST_P(TypeParamTest, TestB) { in TYPED_TEST_P() argument
148 REGISTER_TYPED_TEST_SUITE_P(TypeParamTest, TestA, TestB);
Dgoogletest-filter-unittest_.cc84 TEST(BazTest, TestB) { in TEST() argument
/external/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc99 TEST_P(ValueParamTest, TestB) { in TEST_P() argument
131 TYPED_TEST(TypedTest, TestB) { in TYPED_TEST() argument
145 TYPED_TEST_P(TypeParamTest, TestB) { in TYPED_TEST_P() argument
148 REGISTER_TYPED_TEST_SUITE_P(TypeParamTest, TestA, TestB);
Dgoogletest-filter-unittest_.cc84 TEST(BazTest, TestB) { in TEST() argument
/external/llvm-project/clang/test/Analysis/
Dsuperclass.m92 @interface TestB : UIViewController {} interface
94 @implementation TestB implementation
100 …e 'addChildViewController:' instance method in UIViewController subclass 'TestB' is missing a [sup…
101 …ning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
102 …g {{The 'viewDidDisappear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
103 …rning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [sup…
104 …warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [sup…
105 …ning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [sup…
106 …ing {{The 'viewWillAppear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
107 … {{The 'viewWillDisappear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
[all …]
Dunused-ivars.m26 @interface TestB : NSObject { interface
33 @implementation TestB implementation
/external/clang/test/Analysis/
Dsuperclass.m92 @interface TestB : UIViewController {} interface
94 @implementation TestB implementation
100 …e 'addChildViewController:' instance method in UIViewController subclass 'TestB' is missing a [sup…
101 …ning {{The 'viewDidAppear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
102 …g {{The 'viewDidDisappear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
103 …rning {{The 'viewDidUnload' instance method in UIViewController subclass 'TestB' is missing a [sup…
104 …warning {{The 'viewDidLoad' instance method in UIViewController subclass 'TestB' is missing a [sup…
105 …ning {{The 'viewWillUnload' instance method in UIViewController subclass 'TestB' is missing a [sup…
106 …ing {{The 'viewWillAppear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
107 … {{The 'viewWillDisappear:' instance method in UIViewController subclass 'TestB' is missing a [sup…
[all …]
Dunused-ivars.m26 @interface TestB : NSObject { interface
33 @implementation TestB implementation
/external/llvm/test/CodeGen/PowerPC/
Dasm-printer-topological-order.ll4 @TestB = alias void (), void ()* @TestC
14 ; CHECK-DAG: TestB = TestC
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dasm-printer-topological-order.ll4 @TestB = alias void (), void ()* @TestC
14 ; CHECK-DAG: .set TestB, TestC
/external/testng/src/test/java/test/tmp/
DTestB.java6 public class TestB { class
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-limited-ctor.cpp10 } TestB; variable
/external/llvm-project/mlir/test/mlir-tblgen/
Dinterfaces.mlir4 // expected-remark@below {{'!test.test_type' - TestB}}
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestInterfaces.td26 emitRemark(loc) << $_type << " - TestB";
/external/llvm-project/clang/test/CXX/class/class.compare/class.compare.default/
Dp3.cpp71 struct TestB { struct