HomeSort by relevance Sort by last modified time
    Searched defs:DeclareVariable (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/opengl/
gluVarType.hpp 310 struct DeclareVariable
312 DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(varType_), name(name_), indentLevel(indentLevel_) {}
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); }
  /external/v8/src/ast/
scopes.cc 558 created_variable = DeclareVariable(
    [all...]
  /external/v8/src/parsing/
parser.cc     [all...]

Completed in 285 milliseconds