Home
last modified time | relevance | path

Searched refs:DEFINED (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h73 DEFINED = 40, enumerator
149 Operator& Operator::create<Operator::DEFINED>();
DUnaryOp.h71 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp124 Operator& Operator::create<Operator::DEFINED>() { in create()
125 static UnaryOp<Operator::DEFINED> op; in create()
DUnaryOp.cpp123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval()
DScriptParser.yy130 %token DEFINED
840 | DEFINED '(' symbol ')'
844 &Operator::create<Operator::DEFINED>());
DScriptScanner.ll119 <EXPRESSION>"DEFINED" { return token::DEFINED; }