Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DNodeType.h24 Ternary, enumerator
88 nodeType = NodeType::Ternary; in visitTernary()
DIntermRebuild.cpp360 case NodeType::Ternary: in traversePre()
423 case NodeType::Ternary: in traverseChildren()
491 case NodeType::Ternary: in traversePost()
/external/llvm-project/clang/test/Sema/
Dext-int.c5 void Ternary(_ExtInt(30) s30, EI31 s31a, _ExtInt(31) s31b,
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp559 else if (const auto *Ternary = in check() local
561 replaceWithCondition(Result, Ternary); in check()
615 const MatchFinder::MatchResult &Result, const ConditionalOperator *Ternary, in replaceWithCondition() argument
618 replacementExpression(Result, Negated, Ternary->getCond()); in replaceWithCondition()
619 issueDiag(Result, Ternary->getTrueExpr()->getBeginLoc(), in replaceWithCondition()
621 Ternary->getSourceRange(), Replacement); in replaceWithCondition()
DSimplifyBooleanExprCheck.h62 const ConditionalOperator *Ternary,
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dtfl_legalize_patterns.td46 // Ternary ops patterns.
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DUniformBlockToStructuredBufferTranslation.md51 | Ternary operator | ?: |
66 | Ternary operator ?: | // Angle don’t support it, too. |
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCV.td117 "'Zbt' (Ternary 'B' Instructions)">;
120 "'Zbt' (Ternary 'B' Instructions)">;
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc89 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
148 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in testing::gmock_more_actions_test::Foo
212 TEST(InvokeTest, Ternary) { in TEST() argument
213 Action<int(int, char, short)> a = Invoke(Ternary); // NOLINT in TEST()
349 TEST(InvokeMethodTest, Ternary) { in TEST() argument
351 Action<int(int, bool, char)> a = Invoke(&foo, &Foo::Ternary); // NOLINT in TEST()
Dgmock-actions_test.cc969 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
1134 WithArgs<0, 1, 2>(Invoke(Ternary)); in TEST()
1156 WithArgs<0, 1, 3>(Invoke(Ternary)); in TEST()
/external/llvm-project/clang/test/SemaCXX/
Dext-int.cpp280 void Ternary(_ExtInt(30) s30, _ExtInt(31) s31a, _ExtInt(31) s31b,
/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dconstant-bus-restriction.ll36 ; Ternary operation with 3 different SGPRs
54 ; Ternary operation with 3 identical SGPRs
/external/llvm-project/llvm/test/Transforms/Scalarizer/
Dintrinsics.ll12 ; Ternary fp
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo_patterns.td154 // Ternary op patterns.
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Datomic-mem-consistency.ll143 ; Ternary RMW instruction: cmpxchg
/external/clang/test/SemaObjC/
Dparameterized_classes_subst.m377 // Ternary operator
/external/llvm-project/clang/test/SemaObjC/
Dparameterized_classes_subst.m385 // Ternary operator
/external/clang/test/SemaObjCXX/
Dparameterized_classes_subst.mm325 // Ternary operator
/external/llvm-project/clang/test/SemaObjCXX/
Dparameterized_classes_subst.mm325 // Ternary operator
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize_patterns.td45 // Ternary ops patterns.
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc504 TEST(DeadnessAnalysisTest, Ternary) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td1960 // Ternary:
4373 // Ternary operation where the assembler mnemonic has an extra operand to
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td2014 // Ternary:
4441 // Ternary operation where the assembler mnemonic has an extra operand to
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td1008 // Ternary:
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod8870 =head2 Ternary Operations