Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h80 DEFINED = 40, enumerator
157 Operator& Operator::create<Operator::DEFINED>();
DUnaryOp.h78 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp174 Operator& Operator::create<Operator::DEFINED>() in create()
176 static UnaryOp<Operator::DEFINED> op; in create()
DUnaryOp.cpp124 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval()
DScriptParser.yy127 %token DEFINED
829 | DEFINED '(' symbol ')'
833 &Operator::create<Operator::DEFINED>());
DScriptScanner.ll112 <EXPRESSION>"DEFINED" { return token::DEFINED; }