Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A DgluVarType.hpp310 struct DeclareVariable struct
312 DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(varType_), name(name_), indentLevel(indentLevel_) {} in DeclareVariable() function
322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);
329 inline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int indentLevel = 0) { return decl::DeclareVariable (varType, name, indentLevel); } in declare()
H A DgluVarType.cpp358 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h374 Variable* var = this->parser()->DeclareVariable( in Declare()
443 Variable* var = this->parser()->DeclareVariable( in Declare()
H A Dparser.cc1495 // TODO(neis): Would prefer to call DeclareVariable for each case below rather in ParseImportDeclaration()
1776 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()
H A Dparser.h424 Variable* DeclareVariable(const AstRawString* name, VariableKind kind,
H A Dpreparser.h1065 Variable* DeclareVariable(const AstRawString* name, VariableKind kind, in DeclareVariable() function in v8::internal::PreParser
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc655 Variable* var = DeclareVariable( in HoistSloppyBlockFunctions()
1085 Variable* Scope::DeclareVariable( in DeclareVariable() function in v8::internal::Scope
1098 return GetDeclarationScope()->DeclareVariable( in DeclareVariable()
H A Dscopes.h208 Variable* DeclareVariable(Declaration* declaration, const AstRawString* name,

Completed in 26 milliseconds