/third_party/node/deps/v8/src/torque/ |
D | declarations.h | 148 static T* Declare(const std::string& name, T* d) { in Declare() function 153 static T* Declare(const std::string& name, std::unique_ptr<T> d) { in Declare() function
|
/third_party/vixl/tools/test_generator/ |
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/src/sksl/dsl/ |
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) { in Declare() function 414 DSLStatement Declare(SkTArray<DSLVar>& vars, PositionInfo pos) { in Declare() function 418 void Declare(DSLGlobalVar& var, PositionInfo pos) { in Declare() function 422 void Declare(SkTArray<DSLGlobalVar>& vars, PositionInfo pos) { in Declare() function
|
/third_party/node/deps/v8/src/parsing/ |
D | expression-scope.h | 371 Variable* Declare(const AstRawString* name, int pos) { in Declare() function 439 Variable* Declare(const AstRawString* name, int pos) { in Declare() function
|
D | parser.cc | 1818 void Parser::Declare(Declaration* declaration, const AstRawString* name, in Declare() function in v8::internal::Parser
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 254 Function *Declare = M.getFunction("llvm.dbg.declare"); in runOnModule() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 338 Declare, enumerator 889 struct Declare : ObjectImpl<Declare, Object, Object::Kind::Declare> struct 891 LocalVariable *local = nullptr; 892 sw::SpirvShader::Object::ID variable; 893 Expression *expression = nullptr;
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource10.ts | 25 Declare, enumerator
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | dependency_graph.cc | 279 void Declare(Symbol symbol, const ast::Node* node) { in Declare() function in tint::resolver::__anon5cf1a9820111::DependencyScanner
|
/third_party/node/deps/v8/src/ast/ |
D | scopes.cc | 49 Variable* VariableMap::Declare(Zone* zone, Scope* scope, in Declare() function in v8::internal::VariableMap
|