Searched defs:New (Results 1 - 25 of 138) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DOrderedBasicBlock.cpp101 replaceInstruction(const Instruction *Old, const Instruction *New) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp31 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { argument
46 static void replace(syntax::Node *Old, syntax::Node *New) { argument
56 P->replaceChildRangeLowLevel(findPrevious(Old), Old->nextSibling(), New); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h37 uintptr_t New = Old | (1ULL << BitIdx); local
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c27 #define New CTM_Q_Name_New macro
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h62 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { argument
H A DUnresolvedSet.h102 bool replace(const NamedDecl* Old, NamedDecl *New) { argument
111 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } argument
113 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h77 bool matches(ArrayRef<Value *> Cur, const Value *New) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp149 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp44 SymbolizedStack *SymbolizedStack::New(uptr addr) { function in class:__sanitizer::SymbolizedStack
H A Dsanitizer_ring_buffer.h25 static RingBuffer *New(uptr Size) { function in class:__sanitizer::RingBuffer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp240 Value* New = RetVals[0]; local
264 Value *New = RetVals[index]; local
H A DPruneEH.cpp213 BasicBlock *New = BB->splitBasicBlock(I); local
H A DConstantMerge.cpp105 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { argument
116 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { argument
238 GlobalVariable *New = SameContentReplacements[i].second; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp155 unsigned New = SortedIntervals[Color]->reg; local
169 unsigned New = SlotMapping[I]; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp262 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp291 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), local
298 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp245 MachineInstr *New = nullptr; local
275 MachineInstr *New = local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h163 inline void addTopLevelLoop(MachineLoop *New) { argument
H A DLiveRangeEdit.h66 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp77 static MachineInstr *FindDominatedInstruction(MachineInstr &New, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp176 unsigned *New = Allocator.Allocate<unsigned>(Bits.size()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp311 DeltaTreeInteriorNode *New = new DeltaTreeInteriorNode(); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp172 static Multilib compose(const Multilib &Base, const Multilib &New) { argument

Completed in 169 milliseconds

123456