Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp310 struct DeclareVariable struct
312DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable() argument
322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);
329 …nline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int inden… in declare()
DgluVarType.cpp358 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()
/third_party/node/deps/v8/src/parsing/
Dexpression-scope.h374 Variable* var = this->parser()->DeclareVariable( in Declare()
443 Variable* var = this->parser()->DeclareVariable( in Declare()
Dparser.cc1776 Variable* var = DeclareVariable(name, NORMAL_VARIABLE, mode, init, scope(), in DeclareUnboundVariable()
1789 Variable* var = DeclareVariable(name, NORMAL_VARIABLE, mode, in DeclareBoundVariable()
1799 Variable* var = DeclareVariable( in DeclareAndBindVariable()
1806 Variable* Parser::DeclareVariable(const AstRawString* name, VariableKind kind, in DeclareVariable() function in v8::internal::Parser
1827 scope->DeclareVariable( in Declare()
Dparser.h424 Variable* DeclareVariable(const AstRawString* name, VariableKind kind,
Dpreparser.h1065 Variable* DeclareVariable(const AstRawString* name, VariableKind kind,
/third_party/node/deps/v8/src/ast/
Dscopes.cc655 Variable* var = DeclareVariable( in HoistSloppyBlockFunctions()
1085 Variable* Scope::DeclareVariable( in DeclareVariable() function in v8::internal::Scope
1098 return GetDeclarationScope()->DeclareVariable( in DeclareVariable()
Dscopes.h208 Variable* DeclareVariable(Declaration* declaration, const AstRawString* name,