Home
last modified time | relevance | path

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

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