HomeSort by relevance Sort by last modified time
    Searched refs:VariableDeclaration (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/tools/aidl/
generate_java_binder.cpp 120 VariableDeclaration* iinVd = new VariableDeclaration(iin, queryLocalInterface, NULL);
202 addTo->Add(new VariableDeclaration(len, new MethodCall(parcel, "readInt")));
310 c->statements->Add(new VariableDeclaration(v));
348 c->statements->Add(new VariableDeclaration(_result, realCall));
404 proxy->statements->Add(new VariableDeclaration(_data,
409 proxy->statements->Add(new VariableDeclaration(_reply,
418 proxy->statements->Add(new VariableDeclaration(_result));
AST.h 229 struct VariableDeclaration : public Statement
235 VariableDeclaration(Variable* lvalue);
236 VariableDeclaration(Variable* lvalue, Expression* rvalue, Type* cast = NULL);
237 virtual ~VariableDeclaration();
AST.cpp 498 VariableDeclaration::VariableDeclaration(Variable* l, Expression* r, Type* c)
505 VariableDeclaration::VariableDeclaration(Variable* l)
512 VariableDeclaration::~VariableDeclaration()
517 VariableDeclaration::Write(FILE* to)
generate_java_rpc.cpp 144 this->processMethod->statements->Add(new VariableDeclaration(requestData,
148 this->processMethod->statements->Add(new VariableDeclaration(this->resultData,
183 block->Add(new VariableDeclaration(v));
223 block->Add(new VariableDeclaration(_result, realCall));
692 proxyMethod->statements->Add(new VariableDeclaration(_data, new NewExpression(RPC_DATA_TYPE)));
750 dispatchMethod->statements->Add(new VariableDeclaration(resultData,
763 dispatchMethod->statements->Add(new VariableDeclaration(rv));
777 dispatchMethod->statements->Add(new VariableDeclaration(v));
858 push->statements->Add(new VariableDeclaration(_data, new NewExpression(RPC_DATA_TYPE)));
    [all...]
Type.cpp 834 addTo->Add(new VariableDeclaration(*cl,
    [all...]
  /external/chromium_org/v8/src/
scopes.h 142 void DeclareFunctionVar(VariableDeclaration* declaration) {
334 VariableDeclaration* function() const {
478 VariableDeclaration* function_;
rewriter.cc 233 void Processor::VisitVariableDeclaration(VariableDeclaration* node) {}
ast.h 66 V(VariableDeclaration) \
517 class VariableDeclaration V8_FINAL : public Declaration {
519 DECLARE_NODE_TYPE(VariableDeclaration)
526 VariableDeclaration(VariableProxy* proxy,
    [all...]
prettyprinter.cc 62 void PrettyPrinter::VisitVariableDeclaration(VariableDeclaration* node) {
772 void AstPrinter::VisitVariableDeclaration(VariableDeclaration* node) {
typing.cc 695 void AstTyper::VisitVariableDeclaration(VariableDeclaration* declaration) {
ast.cc     [all...]
scopes.cc 438 VariableDeclaration* declaration = factory->NewVariableDeclaration(
    [all...]
full-codegen.cc 56 VariableDeclaration* decl) {
    [all...]
parser.cc     [all...]
  /external/v8/src/
rewriter.cc 212 void Processor::VisitVariableDeclaration(VariableDeclaration* node) {}
ast.h 64 V(VariableDeclaration) \
478 class VariableDeclaration: public Declaration {
480 DECLARE_NODE_TYPE(VariableDeclaration)
489 VariableDeclaration(VariableProxy* proxy,
    [all...]
prettyprinter.cc 61 void PrettyPrinter::VisitVariableDeclaration(VariableDeclaration* node) {
767 void AstPrinter::VisitVariableDeclaration(VariableDeclaration* node) {
full-codegen.cc 55 VariableDeclaration* decl) {
621 void FullCodeGenerator::VisitVariableDeclaration(VariableDeclaration* decl) {
    [all...]
ast.cc 1001 INCREASE_NODE_COUNT(VariableDeclaration)
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 251 class VariableDeclaration(_GenericDeclaration):
734 return VariableDeclaration(pos_token.start, pos_token.end,
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 282 VariableDeclaration* function = scope()->function();
793 VariableDeclaration* declaration) {
813 Comment cmnt(masm_, "[ VariableDeclaration");
821 Comment cmnt(masm_, "[ VariableDeclaration");
831 Comment cmnt(masm_, "[ VariableDeclaration");
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 272 VariableDeclaration* function = scope()->function();
751 VariableDeclaration* declaration) {
770 Comment cmnt(masm_, "[ VariableDeclaration");
778 Comment cmnt(masm_, "[ VariableDeclaration");
788 Comment cmnt(masm_, "[ VariableDeclaration");
791 // VariableDeclaration nodes are always introduced in one of four modes.
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 294 VariableDeclaration* function = scope()->function();
805 VariableDeclaration* declaration) {
825 Comment cmnt(masm_, "[ VariableDeclaration");
833 Comment cmnt(masm_, "[ VariableDeclaration");
843 Comment cmnt(masm_, "[ VariableDeclaration");
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 265 VariableDeclaration* function = scope()->function();
757 VariableDeclaration* declaration) {
777 Comment cmnt(masm_, "[ VariableDeclaration");
785 Comment cmnt(masm_, "[ VariableDeclaration");
795 Comment cmnt(masm_, "[ VariableDeclaration");
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 266 milliseconds

1 2