Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h73 DEFINED = 40, enumerator
149 Operator& Operator::create<Operator::DEFINED>();
H A DUnaryOp.h71 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module&,
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DOperator.cpp124 Operator& Operator::create<Operator::DEFINED>() { in create()
125 static UnaryOp<Operator::DEFINED> op; in create()
H A DUnaryOp.cpp123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule, in eval()
H A DScriptParser.yy130 %token DEFINED
840 | DEFINED '(' symbol ')'
844 &Operator::create<Operator::DEFINED>());
H A DScriptScanner.ll119 <EXPRESSION>"DEFINED" { return token::DEFINED; }
/aosp12/system/chre/build/sys_support/qcom/
H A Duimage.lcs.toolv80128 . = ALIGN (DEFINED (DATAALIGN) ? (DATAALIGN * 1K) : CONSTANT (MAXPAGESIZE));*/