Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A 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()
/netbsd-src/sys/arch/epoc32/stand/e32boot/exe/
H A Dnetbsd.cpp37 NetBSD::New(const TDesC &aFilename) in New() function in NetBSD
80 NetBSD::New(const TDesC &aFilename, const TDesC &aArgs) in New() function in NetBSD
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp390 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), in splitBasicBlock() local
421 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), this); in splitBasicBlockBefore() local
446 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith()
458 BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
468 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
H A DValue.cpp496 void Value::doRAUW(Value *New, ReplaceMetadataUses ReplaceMetaUses) { in doRAUW()
527 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith()
531 void Value::replaceNonMetadataUsesWith(Value *New) { in replaceNonMetadataUsesWith()
537 static void replaceDbgUsesOutsideBlock(Value *V, Value *New, BasicBlock *BB) { in replaceDbgUsesOutsideBlock()
548 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock()
1153 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
H A DMetadata.cpp179 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
228 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef()
609 void MDNode::resolveAfterOperandChange(Metadata *Old, Metadata *New) { in resolveAfterOperandChange()
711 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand()
871 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith()
883 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand()
1126 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp155 unsigned New = SortedIntervals[Color]->reg(); in runOnMachineFunction() local
172 unsigned New = SlotMapping[I]; in runOnMachineFunction() local
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutclib.c150 char *New = (char *) Dest; in memmove() local
205 char *New = (char *) Dest; in memcpy() local
241 char *New = (char *) Dest; in memset() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.h55 T *New(Args &&...args) { in New() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExtractFunction.cpp120 std::unique_ptr<Module> New = runPassesOn(Clone.get(), Passes); in deleteInstructionFromProgram() local
143 std::unique_ptr<Module> New = runPassesOn(M.get(), CleanupPasses); in performFinalCleanups() local
320 std::unique_ptr<Module> New = CloneModule(*M, NewVMap); in SplitFunctionsOutOfModule() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.cpp200 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(Opcode), DstReg) in eliminateFrameIndex() local
228 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(AddOpc), AVR::R29R28) in eliminateFrameIndex() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp239 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local
269 MachineInstr *New = in eliminateCallFramePseudoInstr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp291 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() local
298 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp85 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr()
104 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr()
142 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr()
165 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr()
176 const AllocAlignAttr *Align, Decl *New) { in instantiateDependentAllocAlignAttr()
186 const AnnotateAttr *Attr, Decl *New) { in instantiateDependentAnnotationAttr()
202 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition()
233 const EnableIfAttr *EIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentEnableIfAttr()
244 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr()
258 const CUDALaunchBoundsAttr &Attr, Decl *New) { in instantiateDependentCUDALaunchBoundsAttr()
[all …]
H A DSemaExceptionSpec.cpp287 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec()
487 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec()
513 const FunctionProtoType *New, SourceLocation NewLoc, in CheckEquivalentExceptionSpecImpl()
665 const FunctionProtoType *New, in CheckEquivalentExceptionSpec()
955 bool Sema::CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, in CheckOverridingFunctionExceptionSpec()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cc45 SymbolizedStack *SymbolizedStack::New(uptr addr) { in New() function in __sanitizer::SymbolizedStack
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cc43 SymbolizedStack *SymbolizedStack::New(uptr addr) { in New() function in __sanitizer::SymbolizedStack
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerValueBitMap.h38 uintptr_t New = Old | (1UL << BitIdx); in AddValue() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cpp44 SymbolizedStack *SymbolizedStack::New(uptr addr) { in New() function in __sanitizer::SymbolizedStack
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp65 auto AddToEntryCount = [](ValueInfo V, Scaled64 New) { in computeSyntheticCounts()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h169 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DMultilib.cpp172 static Multilib compose(const Multilib &Base, const Multilib &New) { in compose()
198 for (const auto &New : MultilibSegments) { in Either() local

12345678