Home
last modified time | relevance | path

Searched refs:Ternary (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp415 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 Dgmock-more-actions_test.cc101 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 Dgmock-actions_test.cc1213 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 DVVPNodes.def45 /// \p VVPName is a VVP Ternary operator.
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h618 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 DSystemZInstrFormats.td2294 // Ternary:
4923 // Ternary operation where the assembler mnemonic has an extra operand to