Home
last modified time | relevance | path

Searched defs:DeclareVariable (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
DgluVarType.hpp310 struct DeclareVariable struct
312DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable() argument
314 VarType varType;
315 std::string name;
316 int indentLevel;
/external/v8/src/torque/
Ddeclarations.cc301 Variable* Declarations::DeclareVariable(const std::string& var, in DeclareVariable() function in v8::internal::torque::Declarations
Ddeclaration-visitor.cc273 Variable* DeclarationVisitor::DeclareVariable(const std::string& name, in DeclareVariable() function in v8::internal::torque::DeclarationVisitor
/external/v8/src/ast/
Dscopes.cc1094 Variable* Scope::DeclareVariable( in DeclareVariable() function in v8::internal::Scope
/external/v8/src/parsing/
Dparser.cc1345 Declaration* Parser::DeclareVariable(const AstRawString* name, in DeclareVariable() function in v8::internal::Parser
1351 Declaration* Parser::DeclareVariable(const AstRawString* name, in DeclareVariable() function in v8::internal::Parser