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

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

Completed in 1546 milliseconds