Home
last modified time | relevance | path

Searched defs:Ternary (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp417 if (const auto *Ternary = dyn_cast<AbstractConditionalOperator>(S)) { in getCondition() local
524 VisitAbstractConditionalOperator(const AbstractConditionalOperator *Ternary) { in VisitAbstractConditionalOperator()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc100 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
159 int Ternary(int x, bool y, char z) { return value_ + x + y * z; } in Ternary() function in testing::gmock_more_actions_test::Foo
223 TEST(InvokeTest, Ternary) { in TEST() argument
358 TEST(InvokeMethodTest, Ternary) { in TEST() argument
H A Dgmock-actions_test.cc1213 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function