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