/external/compiler-rt/lib/profile/ |
D | InstrProfilingPlatformOther.c | 43 #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/ |
D | UnresolvedSet.h | 88 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/ |
D | module.c | 29 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/ |
D | lazy_instance.h | 65 static Type* New(void* instance) { in New() function 99 static Type* New(void* instance) { in New() function
|
/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/ImageMagick/PerlMagick/quantum/ |
D | quantum.pm | 85 sub New subroutine
|
D | quantum.pm.in | 85 sub New subroutine
|
/external/ImageMagick/PerlMagick/ |
D | Magick.pm | 86 sub New subroutine
|
/external/clang/test/PCH/ |
D | cxx-exprs.cpp | 14 class New { class
|
/external/libchrome/base/memory/ |
D | singleton.h | 51 static Type* New() { in New() function 112 static Type* New() { in New() function
|
D | singleton_objc.h | 42 static Type* New() { in New() function
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 155 unsigned New = SortedIntervals[Color]->reg; in runOnMachineFunction() local 170 unsigned New = SlotMapping[i]; in runOnMachineFunction() local
|
/external/v8/src/ |
D | types.h | 330 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/ |
D | SkOpTAllocator.h | 28 static T* New(SkChunkAlloc* allocator) { in New() function
|
/external/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 240 Value* New = RetVals[0]; in PropagateConstantReturn() local 264 Value *New = RetVals[index]; in PropagateConstantReturn() local
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field.cc | 76 string* StringTypeHandlerBase::New() { in New() function in google::protobuf::internal::StringTypeHandlerBase
|
D | descriptor.pb.cc | 822 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/ |
D | p1-0x.cpp | 14 namespace New { namespace
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | tab_list.py | 8 def New(self, timeout=300): member in TabList
|
/external/llvm/include/llvm/IR/ |
D | MetadataTracking.h | 80 static bool retrack(Metadata *&MD, Metadata *&New) { in retrack()
|
/external/llvm/lib/IR/ |
D | MetadataTracking.cpp | 42 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 122 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/ |
D | ValueMapperTest.cpp | 49 Metadata *New = MDTuple::getDistinct(Context, None); in TEST() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 247 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local 276 MachineInstr *New = in eliminateCallFramePseudoInstr() local
|
/external/v8/src/ast/ |
D | modules.h | 22 static ModuleDescriptor* New(Zone* zone) { in New() function
|