Home
last modified time | relevance | path

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

/freebsd-src/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() argument
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc90 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
H A Dgmock-actions_test.cc1213 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function