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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h50 BITWISE_XOR = 18, enumerator in enum:mcld::Operator::Type
191 Operator& Operator::create<Operator::BITWISE_XOR>();
H A DBinaryOp.h89 IntOperand* BinaryOp<Operator::BITWISE_XOR>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp245 Operator& Operator::create<Operator::BITWISE_XOR>() {
246 static BinaryOp<Operator::BITWISE_XOR> op;
H A DBinaryOp.cpp140 IntOperand* BinaryOp<Operator::BITWISE_XOR>::eval(
H A DScriptParser.yy747 &Operator::create<Operator::BITWISE_XOR>());

Completed in 315 milliseconds