Home
last modified time | relevance | path

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

123456

/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp59 static bool needsRenaming(const Value &New) { in needsRenaming()
94 ValueToValueMapTy &VMap) { in partition()
108 [&](Function &New, const Function &Orig, ValueToValueMapTy &VMap) { in partition()
DCloneSubModule.cpp10 void copyGVInitializer(GlobalVariable &New, const GlobalVariable &Orig, in copyGVInitializer()
16 void copyFunctionBody(Function &New, const Function &Orig, in copyFunctionBody()
/external/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c43 #define UPDATE_FIRST(First, New) \ in __llvm_profile_register_function() argument
50 #define UPDATE_LAST(Last, New) \ 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/v8/src/
Dtypes.h577 static TypeImpl* New(bitset bits) { in New() function
581 static TypeHandle New(bitset bits, Region* region) { in New() function
677 static TypeHandle New(Tag tag, int length, Region* region) { in New() function
694 static UnionHandle New(int length, Region* region) { in New() function
724 static ClassHandle New(i::Handle<i::Map> map, Region* region) { in New() function
752 static ConstantHandle New(i::Handle<i::Object> value, Region* region) { in New() function
779 static RangeHandle New( in New() function
790 static RangeHandle New(Limits lim, Region* region) { in New() function
811 static ContextHandle New(TypeHandle outer, Region* region) { in New() function
833 static ArrayHandle New(TypeHandle element, Region* region) { in New() function
[all …]
Dzone-inl.h51 inline void* ZoneAllocationPolicy::New(size_t size) { in New() function
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp434 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE() local
449 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ() local
478 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLT() local
507 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGT() local
536 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGE() local
565 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLE() local
/external/clang/test/PCH/
Dcxx-exprs.cpp14 class New { class
/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/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
294 Module *New = CloneModule(M, NewVMap); in SplitFunctionsOutOfModule() local
/external/protobuf/src/google/protobuf/
Drepeated_field.cc76 string* StringTypeHandlerBase::New() { in New() function in google::protobuf::internal::StringTypeHandlerBase
Ddescriptor.pb.cc820 FileDescriptorSet* FileDescriptorSet::New() const { in New() function in google::protobuf::FileDescriptorSet
1065 FileDescriptorProto* FileDescriptorProto::New() const { in New() function in google::protobuf::FileDescriptorProto
1744 DescriptorProto_ExtensionRange* DescriptorProto_ExtensionRange::New() const { in New() function in google::protobuf::DescriptorProto_ExtensionRange
2030 DescriptorProto* DescriptorProto::New() const { in New() function in google::protobuf::DescriptorProto
2653 FieldDescriptorProto* FieldDescriptorProto::New() const { in New() function in google::protobuf::FieldDescriptorProto
3267 OneofDescriptorProto* OneofDescriptorProto::New() const { in New() function in google::protobuf::OneofDescriptorProto
3515 EnumDescriptorProto* EnumDescriptorProto::New() const { in New() function in google::protobuf::EnumDescriptorProto
3848 EnumValueDescriptorProto* EnumValueDescriptorProto::New() const { in New() function in google::protobuf::EnumValueDescriptorProto
4178 ServiceDescriptorProto* ServiceDescriptorProto::New() const { in New() function in google::protobuf::ServiceDescriptorProto
4519 MethodDescriptorProto* MethodDescriptorProto::New() const { in New() function in google::protobuf::MethodDescriptorProto
[all …]
Ddescriptor_database_unittest.cc95 static DescriptorDatabaseTestCase* New() { in New() function in google::protobuf::__anonba738b1a0111::SimpleDescriptorDatabaseTestCase
115 static DescriptorDatabaseTestCase* New() { in New() function in google::protobuf::__anonba738b1a0111::EncodedDescriptorDatabaseTestCase
137 static DescriptorDatabaseTestCase* New() { in New() function in google::protobuf::__anonba738b1a0111::DescriptorPoolDatabaseTestCase
/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp14 namespace New { namespace
/external/llvm/lib/IR/
DMetadataTracking.cpp42 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
DMetadata.cpp140 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
487 void MDNode::resolveAfterOperandChange(Metadata *Old, Metadata *New) { in resolveAfterOperandChange()
571 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
728 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith()
740 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand()
958 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand()
DBasicBlock.cpp350 BasicBlock *New = BasicBlock::Create(getContext(), BBName, in splitBasicBlock() local
382 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
DValue.cpp320 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith()
353 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock()
794 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
/external/llvm/include/llvm/IR/
DMetadataTracking.h80 static bool retrack(Metadata *&MD, Metadata *&New) { in retrack()
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp246 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local
275 MachineInstr *New = in eliminateCallFramePseudoInstr() local
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp200 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
347 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec()
370 const FunctionProtoType *New, in CheckEquivalentExceptionSpec()
802 bool Sema::CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, in CheckOverridingFunctionExceptionSpec()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer.cc43 SymbolizedStack *SymbolizedStack::New(uptr addr) { in New() function in __sanitizer::SymbolizedStack
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc224 CodeGeneratorRequest* CodeGeneratorRequest::New() const { in New() function in google::protobuf::compiler::CodeGeneratorRequest
566 CodeGeneratorResponse_File* CodeGeneratorResponse_File::New() const { in New() function in google::protobuf::compiler::CodeGeneratorResponse_File
920 CodeGeneratorResponse* CodeGeneratorResponse::New() const { in New() function in google::protobuf::compiler::CodeGeneratorResponse
/external/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h149 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop()

123456