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

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

Completed in 90 milliseconds