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

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

Completed in 1098 milliseconds