Searched refs:DeclareVariable (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarType.hpp | 310 struct DeclareVariable struct 312 …DeclareVariable (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()
|
D | gluVarType.cpp | 358 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()
|
/third_party/node/deps/v8/src/parsing/ |
D | expression-scope.h | 374 Variable* var = this->parser()->DeclareVariable( in Declare() 443 Variable* var = this->parser()->DeclareVariable( in Declare()
|
D | parser.cc | 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()
|
D | parser.h | 424 Variable* DeclareVariable(const AstRawString* name, VariableKind kind,
|
D | preparser.h | 1065 Variable* DeclareVariable(const AstRawString* name, VariableKind kind,
|
/third_party/node/deps/v8/src/ast/ |
D | scopes.cc | 655 Variable* var = DeclareVariable( in HoistSloppyBlockFunctions() 1085 Variable* Scope::DeclareVariable( in DeclareVariable() function in v8::internal::Scope 1098 return GetDeclarationScope()->DeclareVariable( in DeclareVariable()
|
D | scopes.h | 208 Variable* DeclareVariable(Declaration* declaration, const AstRawString* name,
|