Searched refs:noop2 (Results 1 – 6 of 6) sorted by relevance
258 NoopReplaceable noop2; in TestReplaceableClass() local259 noop2=noop; in TestReplaceableClass()260 if((p=noop2.clone())!=NULL) { in TestReplaceableClass()
55 void (*noop2)() = 0; in test4() local
51 void (*noop2)() = 0;
25 _LIBCXXABI_HIDDEN virtual void noop2() const;
81 void __shim_type_info::noop2() const {} in noop2() function in __cxxabiv1::__shim_type_info
226 auto noop2 = ops::NoOp(s.WithControlDependencies(x)); in TEST_F() local