Searched defs:Ternary (Results 1 – 3 of 3) sorted by relevance
417 if (const auto *Ternary = dyn_cast<AbstractConditionalOperator>(S)) { in getCondition() local524 VisitAbstractConditionalOperator(const AbstractConditionalOperator *Ternary) { in VisitAbstractConditionalOperator()
100 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function159 int Ternary(int x, bool y, char z) { return value_ + x + y * z; } in Ternary() function in testing::gmock_more_actions_test::Foo223 TEST(InvokeTest, Ternary) { in TEST() argument358 TEST(InvokeMethodTest, Ternary) { in TEST() argument
1213 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function