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

/frameworks/compile/mclinker/include/mcld/Script/
H A DUnaryOp.h52 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval(const Module&,
H A DOperator.h34 LOGICAL_NOT = 2, enumerator in enum:mcld::Operator::Type
136 Operator& Operator::create<Operator::LOGICAL_NOT>();
/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp88 Operator& Operator::create<Operator::LOGICAL_NOT>() {
89 static UnaryOp<Operator::LOGICAL_NOT> op;
H A DUnaryOp.cpp44 IntOperand* UnaryOp<Operator::LOGICAL_NOT>::eval(
H A DScriptParser.yy651 &Operator::create<Operator::LOGICAL_NOT>());

Completed in 120 milliseconds