Home
last modified time | relevance | path

Searched refs:Ternary (Results 1 – 5 of 5) 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
418 return Ternary->getCond(); in getCondition()
524 VisitAbstractConditionalOperator(const AbstractConditionalOperator *Ternary) { in VisitAbstractConditionalOperator() argument
525 return VisitBranchingBlock(Ternary, NeverCalledReason::IfThen); 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
224 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT in TEST()
358 TEST(InvokeMethodTest, Ternary) { in TEST() argument
360 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT in TEST()
H A Dgmock-actions_test.cc1213 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
1531 WithArgs<0, 1, 2>(Invoke(Ternary)); in TEST()
1553 WithArgs<0, 1, 3>(Invoke(Ternary)); in TEST()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPNodes.def45 /// \p VVPName is a VVP Ternary operator.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td2220 // Ternary:
4762 // Ternary operation where the assembler mnemonic has an extra operand to