Home
last modified time | relevance | path

Searched defs:Declare (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Ddeclarations.h148 static T* Declare(const std::string& name, T* d) { in Declare() function in v8::internal::torque::Declarations
153 static T* Declare(const std::string& name, std::unique_ptr<T> d) { in Declare() function in v8::internal::torque::Declarations
/third_party/vixl/tools/test_generator/
H A Ddata_types.py64 def Declare(): member in OperandBase
110 def Declare(self): member in Operand
153 def Declare(self): member in OperandWrapper
226 def Declare(): member in Input
310 def Declare(self): member in Scalar
560 def Declare(self): member in MemOperand
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc279 void Declare(Symbol symbol, const ast::Node* node) { in Declare() function in tint::resolver::__anon26049::DependencyScanner
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h111 Variable* Declare(const AstRawString* name, int pos = kNoSourcePosition) { in Declare() function in v8::internal::ExpressionScope
371 Variable* Declare(const AstRawString* name, int pos) { in Declare() function in v8::internal::VariableDeclarationParsingScope
439 Variable* Declare(const AstRawString* name, int pos) { in Declare() function in v8::internal::ParameterDeclarationParsingScope
H A Dparser.cc1821 void Parser::Declare(Declaration* declaration, const AstRawString* name, in Declare() function in v8::internal::Parser
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp144 static void Declare(const DSLModifiers& modifiers) { in Declare() function in SkSL::dsl::DSLCore
149 static DSLStatement Declare(DSLVar& var, PositionInfo pos) { in Declare() function in SkSL::dsl::DSLCore
157 static DSLStatement Declare(SkTArray<DSLVar>& vars, PositionInfo pos) { in Declare() function in SkSL::dsl::DSLCore
165 static void Declare(DSLGlobalVar& var, PositionInfo pos) { in Declare() function in SkSL::dsl::DSLCore
188 static void Declare(SkTArray<DSLGlobalVar>& vars, PositionInfo pos) { in Declare() function in SkSL::dsl::DSLCore
387 void Declare(const DSLModifiers& modifiers, PositionInfo pos) { in Declare() function
410 DSLStatement Declare(DSLVar& var, PositionInfo pos) { Declare() function
414 DSLStatement Declare(SkTArray<DSLVar>& vars, PositionInfo pos) { Declare() function
418 void Declare(DSLGlobalVar& var, PositionInfo pos) { Declare() function
422 void Declare(SkTArray<DSLGlobalVar>& vars, PositionInfo pos) { Declare() function
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.h650 Variable* Declare(Zone* zone, const AstRawString* name, VariableMode mode, in Declare() function in v8::internal::Scope
H A Dscopes.cc49 Variable* VariableMap::Declare(Zone* zone, Scope* scope, in Declare() function in v8::internal::VariableMap
[all...]

Completed in 18 milliseconds