/external/rust/crates/log/ |
D | CHANGELOG.md | 18 ### New subsection 33 ### New subsection 60 ### New subsection 71 ### New subsection 77 ### New subsection 152 ### New subsection
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.h | 170 inline DoubleValue* New() const final { in New() function 174 DoubleValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function 324 inline FloatValue* New() const final { in New() function 328 FloatValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function 478 inline Int64Value* New() const final { in New() function 482 Int64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function 632 inline UInt64Value* New() const final { in New() function 636 UInt64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function 786 inline Int32Value* New() const final { in New() function 790 Int32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function [all …]
|
D | implicit_weak_message.h | 64 MessageLite* New() const override { return new ImplicitWeakMessage; } in New() function 65 MessageLite* New(Arena* arena) const override { in New() function
|
D | empty.pb.h | 138 inline Empty* New() const final { in New() function 142 Empty* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
|
/external/libchrome/base/ |
D | lazy_instance.h | 64 static Type* New(void* instance) { in New() function 91 static Type* New(void* instance) { in New() function 115 static Type* New(void* instance) { in New() function
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | Mutations.cpp | 31 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter() 49 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | MisplacedPointerArithmeticInAllocCheck.cpp | 45 const auto New = cxxNewExpr(unless(isArray())); in registerMatchers() local 75 const auto *New = cast<CXXNewExpr>(AllocExpr); in check() local
|
/external/clang/include/clang/AST/ |
D | UnresolvedSet.h | 93 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() 102 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() 104 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
|
/external/llvm-project/flang/runtime/ |
D | memory.h | 54 template <typename A> struct New : public SizedNew<A> { struct 57 return SizedNew<A>::operator()(sizeof(A), std::forward<X>(x)...); in operator() argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 465 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE() local 480 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ() local 516 RangeSet New = getSymLTRange(St, Sym, Int, Adjustment); in assumeSymLT() local 552 RangeSet New = getSymGTRange(St, Sym, Int, Adjustment); in assumeSymGT() local 588 RangeSet New = getSymGERange(St, Sym, Int, Adjustment); in assumeSymGE() local 652 RangeSet New = getSymLERange(St, Sym, Int, Adjustment); in assumeSymLE() local 660 RangeSet New = getSymGERange(State, Sym, From, Adjustment); in assumeSymbolWithinInclusiveRange() local 673 RangeSet New(RangeLT.addRange(F, RangeGT)); in assumeSymbolOutOfInclusiveRange() local
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | module.c | 27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module() 64 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
|
/external/llvm/tools/llvm-c-test/ |
D | module.c | 28 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module() 65 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
|
/external/llvm-project/clang/include/clang/AST/ |
D | UnresolvedSet.h | 102 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() 111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() 113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
|
/external/rust/crates/num-traits/tests/ |
D | cast.rs | 326 struct New<T>(T); in newtype_from_primitive() struct 329 impl<T: FromPrimitive> FromPrimitive for New<T> { in newtype_from_primitive() implementation 364 struct New<T>(T); in newtype_to_primitive() struct 367 impl<T: ToPrimitive> ToPrimitive for New<T> { in newtype_to_primitive() implementation
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | MakeSmartPtrCheck.cpp | 122 const auto *New = Result.Nodes.getNodeAs<CXXNewExpr>(NewExpression); in check() local 150 const CXXNewExpr *New) { in checkConstruct() 215 const CXXNewExpr *New) { in checkReset() 261 const CXXNewExpr *New, SourceManager &SM, in replaceNew()
|
/external/libchrome/base/memory/ |
D | singleton.h | 46 static Type* New() { in New() function 105 static Type* New() { in New() function
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 103 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable() 114 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() 236 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable() 116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() 238 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants() local
|
/external/ImageMagick/PerlMagick/ |
D | Magick.pm | 87 sub New subroutine
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm | 86 sub New subroutine
|
D | quantum.pm.in | 86 sub New subroutine
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | StructInNestedNS.lua | 10 function StructInNestedNS.New() function
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit-availability.c | 13 struct New { }; struct
|
/external/clang/test/PCH/ |
D | cxx-exprs.cpp | 14 class New { class
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Test.lua | 10 function Test.New() function
|