Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h58 BITWISE_OR = 19, enumerator
201 Operator& Operator::create<Operator::BITWISE_OR>();
DBinaryOp.h103 IntOperand* BinaryOp<Operator::BITWISE_OR>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp322 Operator& Operator::create<Operator::BITWISE_OR>() in create()
324 static BinaryOp<Operator::BITWISE_OR> op; in create()
DBinaryOp.cpp161 BinaryOp<Operator::BITWISE_OR>::eval(const Module& pModule, in eval()
DScriptParser.yy742 &Operator::create<Operator::BITWISE_OR>());