Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googlemock/test/
Dgmock-more-actions_test.cc111 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
189 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in testing::gmock_more_actions_test::Foo
253 TEST(InvokeTest, Ternary) { in TEST() argument
254 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT in TEST()
388 TEST(InvokeMethodTest, Ternary) { in TEST() argument
390 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT in TEST()
Dgmock-generated-actions_test.cc98 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
300 WithArgs<0, 2, 3>(Invoke(Ternary)); in TEST()
385 WithArgs<0, 1, 2>(Invoke(Ternary)); in TEST()
407 WithArgs<0, 1, 3>(Invoke(Ternary)); in TEST()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
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-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCV.td125 "'Zbt' (Ternary 'B' Instructions)">;
128 "'Zbt' (Ternary 'B' Instructions)">;
/freebsd-12-stable/contrib/gcc/cp/
Doperators.def148 /* Ternary operators. */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td2076 // Ternary:
4545 // Ternary operation where the assembler mnemonic has an extra operand to
/freebsd-12-stable/contrib/gcclibs/include/
DChangeLog-9103687 * ternary.h: New file - Ternary search tree header.
/freebsd-12-stable/contrib/binutils/libiberty/
DChangeLog3015 * ternary.c: New file - Ternary search tree implementation.
/freebsd-12-stable/contrib/gcclibs/libiberty/
DChangeLog2817 * ternary.c: New file - Ternary search tree implementation.