Searched defs:Declare (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | declarations.h | 148 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 D | data_types.py | 64 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 D | dependency_graph.cc | 279 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 D | expression-scope.h | 111 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 D | parser.cc | 1821 void Parser::Declare(Declaration* declaration, const AstRawString* name, in Declare() function in v8::internal::Parser
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLCore.cpp | 144 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 D | scopes.h | 650 Variable* Declare(Zone* zone, const AstRawString* name, VariableMode mode, in Declare() function in v8::internal::Scope
|
H A D | scopes.cc | 49 Variable* VariableMap::Declare(Zone* zone, Scope* scope, in Declare() function in v8::internal::VariableMap [all...] |
Completed in 18 milliseconds