Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/external/rust/crates/log/
DCHANGELOG.md18 ### New subsection
33 ### New subsection
60 ### New subsection
71 ### New subsection
77 ### New subsection
152 ### New subsection
/external/protobuf/src/google/protobuf/
Dwrappers.pb.h170 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 …]
Dimplicit_weak_message.h64 MessageLite* New() const override { return new ImplicitWeakMessage; } in New() function
65 MessageLite* New(Arena* arena) const override { in New() function
Dempty.pb.h138 inline Empty* New() const final { in New() function
142 Empty* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { in New() function
/external/libchrome/base/
Dlazy_instance.h64 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/
DMutations.cpp31 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/
DMisplacedPointerArithmeticInAllocCheck.cpp45 const auto New = cxxNewExpr(unless(isArray())); in registerMatchers() local
75 const auto *New = cast<CXXNewExpr>(AllocExpr); in check() local
/external/clang/include/clang/AST/
DUnresolvedSet.h93 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/
Dmemory.h54 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/
DRangeConstraintManager.cpp465 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/
Dmodule.c27 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/
Dmodule.c28 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/
DUnresolvedSet.h102 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/
Dcast.rs326 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/
DMakeSmartPtrCheck.cpp122 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/
Dsingleton.h46 static Type* New() { in New() function
105 static Type* New() { in New() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DConstantMerge.cpp103 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/
DConstantMerge.cpp105 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/
DMagick.pm87 sub New subroutine
/external/ImageMagick/PerlMagick/quantum/
Dquantum.pm86 sub New subroutine
Dquantum.pm.in86 sub New subroutine
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.lua10 function StructInNestedNS.New() function
/external/llvm-project/clang/test/FixIt/
Dfixit-availability.c13 struct New { }; struct
/external/clang/test/PCH/
Dcxx-exprs.cpp14 class New { class
/external/flatbuffers/tests/MyGame/Example/
DTest.lua10 function Test.New() function

12345678910>>...24