Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp226 struct FunctionCall : Expression { struct
227 FunctionCall(std::string id, std::vector<Expression *> *args) in FunctionCall() argument
230 ~FunctionCall() override { in ~FunctionCall() argument
262 DISALLOW_COPY_AND_ASSIGN(FunctionCall);
290 return new FunctionCall(id, args); in functionCall()