Home
last modified time | relevance | path

Searched refs:BITWISE_NOT (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h35 BITWISE_NOT = 3, enumerator
138 Operator& Operator::create<Operator::BITWISE_NOT>();
DUnaryOp.h55 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp94 Operator& Operator::create<Operator::BITWISE_NOT>() { in create()
95 static UnaryOp<Operator::BITWISE_NOT> op; in create()
DUnaryOp.cpp53 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval( in eval()
DScriptParser.yy657 &Operator::create<Operator::BITWISE_NOT>());