Home
last modified time | relevance | path

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

12345678

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c43 #define UPDATE_FIRST(First, New) First = New < First ? New : First in __llvm_profile_register_function() argument
49 #define UPDATE_LAST(Last, New) Last = New > Last ? New : Last in __llvm_profile_register_function() argument
/external/clang/include/clang/AST/
DUnresolvedSet.h88 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
97 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace()
99 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
/external/llvm/tools/llvm-c-test/
Dmodule.c29 static LLVMModuleRef load_module(bool Lazy, bool New) { in load_module()
66 int module_dump(bool Lazy, bool New) { in module_dump()
/external/libchrome/base/
Dlazy_instance.h65 static Type* New(void* instance) { in New() function
99 static Type* New(void* instance) { in New() function
/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/ImageMagick/PerlMagick/quantum/
Dquantum.pm85 sub New subroutine
Dquantum.pm.in85 sub New subroutine
/external/ImageMagick/PerlMagick/
DMagick.pm86 sub New subroutine
/external/clang/test/PCH/
Dcxx-exprs.cpp14 class New { class
/external/libchrome/base/memory/
Dsingleton.h51 static Type* New() { in New() function
112 static Type* New() { in New() function
Dsingleton_objc.h42 static Type* New() { in New() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegColoring.cpp155 unsigned New = SortedIntervals[Color]->reg; in runOnMachineFunction() local
170 unsigned New = SlotMapping[i]; in runOnMachineFunction() local
/external/v8/src/
Dtypes.h330 static Type* New(bitset bits) { in New() function
391 static Type* New(i::Handle<i::Map> map, Zone* zone) { in New() function
421 static Type* New(i::Handle<i::Object> value, Zone* zone) { in New() function
467 static Type* New(double min, double max, BitsetType::bitset representation, in New() function
476 static Type* New(Limits lim, BitsetType::bitset representation, Zone* zone) { in New() function
510 static Type* New(Type* outer, Zone* zone) { in New() function
536 static Type* New(Type* element, Zone* zone) { in New() function
605 static Type* New(Type* result, Type* receiver, int arity, Zone* zone) { in New() function
631 static Type* New(int length, Zone* zone) { in New() function
655 static Type* New(int length, Zone* zone) { in New() function
/external/skia/src/pathops/
DSkOpTAllocator.h28 static T* New(SkChunkAlloc* allocator) { in New() function
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp240 Value* New = RetVals[0]; in PropagateConstantReturn() local
264 Value *New = RetVals[index]; in PropagateConstantReturn() local
/external/protobuf/src/google/protobuf/
Drepeated_field.cc76 string* StringTypeHandlerBase::New() { in New() function in google::protobuf::internal::StringTypeHandlerBase
Ddescriptor.pb.cc822 FileDescriptorSet* FileDescriptorSet::New() const { in New() function in google::protobuf::FileDescriptorSet
1067 FileDescriptorProto* FileDescriptorProto::New() const { in New() function in google::protobuf::FileDescriptorProto
1746 DescriptorProto_ExtensionRange* DescriptorProto_ExtensionRange::New() const { in New() function in google::protobuf::DescriptorProto_ExtensionRange
2032 DescriptorProto* DescriptorProto::New() const { in New() function in google::protobuf::DescriptorProto
2655 FieldDescriptorProto* FieldDescriptorProto::New() const { in New() function in google::protobuf::FieldDescriptorProto
3269 OneofDescriptorProto* OneofDescriptorProto::New() const { in New() function in google::protobuf::OneofDescriptorProto
3517 EnumDescriptorProto* EnumDescriptorProto::New() const { in New() function in google::protobuf::EnumDescriptorProto
3850 EnumValueDescriptorProto* EnumValueDescriptorProto::New() const { in New() function in google::protobuf::EnumValueDescriptorProto
4180 ServiceDescriptorProto* ServiceDescriptorProto::New() const { in New() function in google::protobuf::ServiceDescriptorProto
4521 MethodDescriptorProto* MethodDescriptorProto::New() const { in New() function in google::protobuf::MethodDescriptorProto
[all …]
/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp14 namespace New { namespace
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dtab_list.py8 def New(self, timeout=300): member in TabList
/external/llvm/include/llvm/IR/
DMetadataTracking.h80 static bool retrack(Metadata *&MD, Metadata *&New) { in retrack()
/external/llvm/lib/IR/
DMetadataTracking.cpp42 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp122 std::unique_ptr<Module> New = runPassesOn(Clone, Passes); in deleteInstructionFromProgram() local
145 std::unique_ptr<Module> New = runPassesOn(M, CleanupPasses); in performFinalCleanups() local
321 std::unique_ptr<Module> New = CloneModule(M, NewVMap); in SplitFunctionsOutOfModule() local
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp49 Metadata *New = MDTuple::getDistinct(Context, None); in TEST() local
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp247 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local
276 MachineInstr *New = in eliminateCallFramePseudoInstr() local
/external/v8/src/ast/
Dmodules.h22 static ModuleDescriptor* New(Zone* zone) { in New() function

12345678