Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DUnaryOp.h20 class Operand; variable
DNullaryOp.h18 class Operand; variable
DBinaryOp.h18 class Operand; variable
DTernaryOp.h20 class Operand; variable
DOperator.h19 class Operand; variable
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp24 Operand::Operand(Type pType) : ExprToken(ExprToken::OPERAND), m_Type(pType) { in Operand() function in mcld::Operand
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py210 class Operand(Value): class