Searched refs:noop1 (Results 1 – 3 of 3) sorted by relevance
24 _LIBCXXABI_HIDDEN virtual void noop1() const;
81 void __shim_type_info::noop1() const {} in noop1() function in __cxxabiv1::__shim_type_info
264 auto noop1 = ops::NoOp(s); in TEST_F() local266 Output id = ops::Identity(s.WithControlDependencies({noop1.operation}), x); in TEST_F()