/freebsd/contrib/one-true-awk/ |
H A D | README.md | 11 ### Strings ### 21 ### Regular expressions ### 25 ### CSV ###
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 30 static void addAfter(syntax::Node *Anchor, syntax::Node *New, NodeRole Role) { in addAfter() 48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 104 static CanMerge makeMergeable(GlobalVariable *Old, GlobalVariable *New) { in makeMergeable() 115 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() 231 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants() local
|
H A D | SyntheticCountsPropagation.cpp | 124 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run() argument
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 103 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() 112 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } in replace() 114 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.h | 59 T *New(Args &&...args) { in New() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 503 void Value::doRAUW(Value *New, ReplaceMetadataUses ReplaceMetaUses) { in doRAUW() 534 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() 538 void Value::replaceNonMetadataUsesWith(Value *New) { in replaceNonMetadataUsesWith() 542 void Value::replaceUsesWithIf(Value *New, in replaceUsesWithIf() 575 static void replaceDbgUsesOutsideBlock(Value *V, Value *New, BasicBlock *BB) { in replaceDbgUsesOutsideBlock() 592 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() 1255 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
|
H A D | BasicBlock.cpp | 584 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), in splitBasicBlock() local 615 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), this); in splitBasicBlockBefore() local 651 void BasicBlock::replacePhiUsesWith(BasicBlock *Old, BasicBlock *New) { in replacePhiUsesWith() 663 BasicBlock *New) { in replaceSuccessorsPhiUsesWith() 673 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
|
H A D | DebugProgramInstruction.cpp | 489 void DbgVariableRecord::setAssignId(DIAssignID *New) { in setAssignId() 653 void DbgMarker::insertDbgRecord(DbgRecord *New, bool InsertAtHead) { in insertDbgRecord() 658 void DbgMarker::insertDbgRecord(DbgRecord *New, DbgRecord *InsertBefore) { in insertDbgRecord() 664 void DbgMarker::insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter) { in insertDbgRecordAfter() 708 DbgRecord *New = DR.clone(); in cloneDebugInfoFrom() local
|
H A D | Metadata.cpp | 158 void DebugValueUser::handleChangedValue(void *Old, Metadata *New) { in handleChangedValue() 231 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack() 313 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef() 807 void MDNode::resolveAfterOperandChange(Metadata *Old, Metadata *New) { in resolveAfterOperandChange() 910 void MDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand() 1071 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() 1083 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand() 1390 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 120 std::unique_ptr<Module> New = runPassesOn(Clone.get(), Passes); in deleteInstructionFromProgram() local 142 std::unique_ptr<Module> New = runPassesOn(M.get(), CleanupPasses); in performFinalCleanups() local 319 std::unique_ptr<Module> New = CloneModule(*M, NewVMap); in SplitFunctionsOutOfModule() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp | 61 void Block::replacePointer(Pointer *Old, Pointer *New) { in replacePointer()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | MultilibBuilder.cpp | 135 const MultilibBuilder &New) { in compose() 162 for (const auto &New : MultilibSegments) { in Either() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRRegisterInfo.cpp | 222 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(Opcode), DstReg) in eliminateFrameIndex() local 261 MachineInstr *New = BuildMI(MBB, II, dl, TII.get(AddOpc), AVR::R29R28) in eliminateFrameIndex() local
|
H A D | AVRFrameLowering.cpp | 377 MachineInstr *New = eliminateCallFramePseudoInstr() local 408 MachineInstr *New = BuildMI(MBB, MI, DL, TII.get(AddOpcode), AVR::R31R30) eliminateCallFramePseudoInstr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 306 Register New = SortedIntervals[Color]->reg(); in runOnMachineFunction() local 326 unsigned New = SlotMapping[I]; in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 94 const AlignedAttr *Aligned, Decl *New, bool IsPackExpansion) { in instantiateDependentAlignedAttr() 116 const AlignedAttr *Aligned, Decl *New) { in instantiateDependentAlignedAttr() 154 const AssumeAlignedAttr *Aligned, Decl *New) { in instantiateDependentAssumeAlignedAttr() 177 const AlignValueAttr *Aligned, Decl *New) { in instantiateDependentAlignValueAttr() 188 const AllocAlignAttr *Align, Decl *New) { in instantiateDependentAllocAlignAttr() 198 const AnnotateAttr *Attr, Decl *New) { in instantiateDependentAnnotationAttr() 236 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition() 267 const EnableIfAttr *EIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentEnableIfAttr() 278 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr() 292 const CUDALaunchBoundsAttr &Attr, Decl *New) { in instantiateDependentCUDALaunchBoundsAttr() [all …]
|
H A D | SemaExceptionSpec.cpp | 290 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() 949 bool Sema::CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, in CheckOverridingFunctionExceptionSpec()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelDAGToDAG.cpp | 329 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() local 336 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerValueBitMap.h | 38 uintptr_t New = Old | (1ULL << BitIdx); in AddValue() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 377 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local 407 MachineInstr *New = in eliminateCallFramePseudoInstr() local
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 65 auto AddToEntryCount = [](ValueInfo V, Scaled64 New) { in computeSyntheticCounts()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer.cpp | 56 SymbolizedStack *SymbolizedStack::New(uptr addr) { New() function in __sanitizer::SymbolizedStack
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 1457 MachineInstr *New = MIB.addMemOperand(combineKnownAdjacentMMOs(CI, Paired)); in mergeImagePair() local 1483 MachineInstrBuilder New = in mergeSMemLoadImmPair() local 1524 MachineInstr *New = in mergeBufferLoadPair() local 1568 MachineInstr *New = in mergeTBufferLoadPair() local 1611 MachineInstr *New = in mergeTBufferStorePair() local 1641 MachineInstr *New = in mergeFlatLoadPair() local 1672 MachineInstr *New = in mergeFlatStorePair() local 1906 MachineInstr *New = in mergeBufferStorePair() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeShrink.cpp | 76 /// \p New. in FindDominatedInstruction() argument [all...] |