Home
last modified time | relevance | path

Searched defs:TernaryOp (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp84 using TernaryOp = typename TernaryOpImp<T1, T2>::type; typedef
/external/python/pycparser/pycparser/
Dc_ast.py928 class TernaryOp(Node): class
/external/llvm/include/llvm/TableGen/
DRecord.h855 enum TernaryOp : uint8_t { SUBST, FOREACH, IF }; enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h856 enum TernaryOp : uint8_t { SUBST, FOREACH, IF, DAG }; enum
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc620 XlaOp XlaBuilder::TernaryOp(HloOpcode triop, XlaOp lhs, XlaOp rhs, XlaOp ehs) { in TernaryOp() function in xla::XlaBuilder