HomeSort by relevance Sort by last modified time
    Searched refs:TernaryOp (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
TernaryOp.h 1 //===- TernaryOp.h --------------------------------------------------------===//
23 /** \class TernaryOP
28 class TernaryOp : public Operator {
32 TernaryOp() : Operator(Operator::TERNARY, TYPE) {
37 ~TernaryOp() {}
53 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(const Module&,
57 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(
  /frameworks/compile/mclinker/lib/Script/
TernaryOp.cpp 1 //===- TernaryOp.cpp ------------------------------------------------------===//
9 #include "mcld/Script/TernaryOp.h"
17 // TernaryOp
20 IntOperand* TernaryOp<Operator::TERNARY_IF>::eval(
33 IntOperand* TernaryOp<Operator::DATA_SEGMENT_ALIGN>::eval(
Android.mk 32 TernaryOp.cpp \
Operator.cpp 15 #include "mcld/Script/TernaryOp.h"
301 static TernaryOp<Operator::TERNARY_IF> op;
307 static TernaryOp<Operator::DATA_SEGMENT_ALIGN> op;
  /frameworks/data-binding/compilerCommon/
BindingExpression.g4 69 | <assoc=right>left=expression op='?' iftrue=expression ':' iffalse=expression # TernaryOp
  /external/llvm/include/llvm/TableGen/
Record.h 779 enum TernaryOp { SUBST, FOREACH, IF };
782 TernaryOp Opc;
785 TernOpInit(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
796 static TernOpInit *get(TernaryOp opc, Init *lhs,
818 TernaryOp getOpcode() const { return Opc; }
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 867 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
    [all...]
TGParser.cpp 970 TernOpInit::TernaryOp Code;
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 

Completed in 154 milliseconds