Searched refs:Ternary (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CalledOnceCheck.cpp | 415 if (const auto *Ternary = dyn_cast<AbstractConditionalOperator>(S)) { in getCondition() local 416 return Ternary->getCond(); in getCondition() 522 VisitAbstractConditionalOperator(const AbstractConditionalOperator *Ternary) { in VisitAbstractConditionalOperator() argument 523 return VisitBranchingBlock(Ternary, NeverCalledReason::IfThen); in VisitAbstractConditionalOperator()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-more-actions_test.cc | 101 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 160 int Ternary(int x, bool y, char z) { return value_ + x + y * z; } in Ternary() function in testing::gmock_more_actions_test::Foo 224 TEST(InvokeTest, Ternary) { in TEST() argument 225 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT in TEST() 359 TEST(InvokeMethodTest, Ternary) { in TEST() argument 361 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 1579 WithArgs<0, 1, 2>(Invoke(Ternary)); in TEST() 1601 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/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunction.h | 618 Ternary, // cir.ternary enumerator 667 bool isTernary() { return scopeKind == Kind::Ternary; } in isTernary() 672 void setAsTernary() { scopeKind = Kind::Ternary; } in setAsTernary()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 2294 // Ternary: 4923 // Ternary operation where the assembler mnemonic has an extra operand to
|