Searched refs:cast (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DAST.cpp247 cast(NULL)
254 cast(c)
267 if (this->cast != NULL) {
268 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
456 cast(c),
463 cast(NULL),
478 if (this->cast != NULL) {
479 fprintf(to, "(%s)", this->cast->QualifiedName().c_str());
H A DAST.h132 Type* cast; member in struct:Assignment
135 Assignment(Variable* lvalue, Expression* rvalue, Type* cast);
217 Type* cast; member in struct:VariableDeclaration
221 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);

Completed in 5 milliseconds