Searched refs:Ternary (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CalledOnceCheck.cpp | 417 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 D | gmock-more-actions_test.cc | 100 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 D | gmock-actions_test.cc | 1213 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 D | VVPNodes.def | 45 /// \p VVPName is a VVP Ternary operator.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrFormats.td | 2220 // Ternary: 4762 // Ternary operation where the assembler mnemonic has an extra operand to
|