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

123456

/freebsd-13-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...]
H A DTree.cpp91 replaceChildRangeLowLevel(Node *BeforeBegin, Node *End, Node *New) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h38 uintptr_t New = Old | (1ULL << BitIdx); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h77 bool matches(ArrayRef<Value *> Cur, const Value *New) { argument
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp149 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp239 Value* New = RetVals[0]; local
263 Value *New = RetVals[index]; local
H A DPruneEH.cpp213 BasicBlock *New = BB->splitBasicBlock(I); local
H A DConstantMerge.cpp103 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { argument
114 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { argument
236 GlobalVariable *New = SameContentReplacements[i].second; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp155 unsigned New = SortedIntervals[Color]->reg; local
172 unsigned New = SlotMapping[I]; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h135 void ReplaceNode(NodeRef Old, NodeRef New) { argument
H A DScopedHashTable.h68 ScopedHashTableVal *New = Allocator.template Allocate<ScopedHashTableVal>(); local
/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp262 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h25 static RingBuffer *New(uptr Size) { function in class:__sanitizer::RingBuffer
H A Dsanitizer_symbolizer.cpp44 SymbolizedStack *SymbolizedStack::New(uptr addr) { function in class:__sanitizer::SymbolizedStack
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp77 static MachineInstr *FindDominatedInstruction(MachineInstr &New, argument
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp239 MachineInstr *New = nullptr; local
269 MachineInstr *New = local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp172 static Multilib compose(const Multilib &Base, const Multilib &New) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp311 DeltaTreeInteriorNode *New = new DeltaTreeInteriorNode(); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp24 ReportStack *ReportStack::New() { function in class:__tsan::ReportStack
33 ReportLocation *ReportLocation::New(ReportLocationType type) { function in class:__tsan::ReportLocation
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) argument

Completed in 402 milliseconds

123456