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.h42 BITWISE_NOT = 3, enumerator
146 Operator& Operator::create<Operator::BITWISE_NOT>();
DUnaryOp.h62 IntOperand* UnaryOp<Operator::BITWISE_NOT>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp139 Operator& Operator::create<Operator::BITWISE_NOT>() in create()
141 static UnaryOp<Operator::BITWISE_NOT> op; in create()
DUnaryOp.cpp52 UnaryOp<Operator::BITWISE_NOT>::eval(const Module& pModule, in eval()
DScriptParser.yy646 &Operator::create<Operator::BITWISE_NOT>());