/freebsd-src/contrib/one-true-awk/ |
H A D | README.md | 11 StringsThe One True Awk""What's New? global() argument 21 Regular expressionsThe One True Awk""What's New? global() argument 25 CSVThe One True Awk""What's New? global() argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 103 makeMergeable(GlobalVariable * Old,GlobalVariable * New) makeMergeable() argument 114 replace(Module & M,GlobalVariable * Old,GlobalVariable * New) replace() argument 230 GlobalVariable *New = SameContentReplacements[i].second; mergeConstants() local [all...] |
H A D | SyntheticCountsPropagation.cpp | 124 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 102 replace(const NamedDecl * Old,NamedDecl * New) replace() argument 111 replace(iterator I,NamedDecl * New) replace() argument 113 replace(iterator I,NamedDecl * New,AccessSpecifier AS) replace() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.h | 59 T *New(Args &&...args) { in New() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 328 setAssignId(DIAssignID * New) setAssignId() argument 472 insertDPValue(DPValue * New,bool InsertAtHead) insertDPValue() argument 477 insertDPValue(DPValue * New,DPValue * InsertBefore) insertDPValue() argument 483 insertDPValueAfter(DPValue * New,DPValue * InsertAfter) insertDPValueAfter() argument 526 DPValue *New = DPV.clone(); cloneDebugInfoFrom() local [all...] |
H A D | Value.cpp | 503 void Value::doRAUW(Value *New, ReplaceMetadataUses ReplaceMetaUses) { in doRAUW() argument 534 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() argument 538 replaceNonMetadataUsesWith(Value * New) replaceNonMetadataUsesWith() argument 542 replaceUsesWithIf(Value * New,llvm::function_ref<bool (Use & U)> ShouldReplace) replaceUsesWithIf() argument 575 replaceDbgUsesOutsideBlock(Value * V,Value * New,BasicBlock * BB) replaceDbgUsesOutsideBlock() argument 592 replaceUsesOutsideBlock(Value * New,BasicBlock * BB) replaceUsesOutsideBlock() argument 1254 ValueIsRAUWd(Value * Old,Value * New) ValueIsRAUWd() argument [all...] |
H A D | BasicBlock.cpp | 616 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), splitBasicBlock() local 647 BasicBlock *New = BasicBlock::Create(getContext(), BBName, getParent(), this); splitBasicBlockBefore() local 681 replacePhiUsesWith(BasicBlock * Old,BasicBlock * New) replacePhiUsesWith() argument 693 replaceSuccessorsPhiUsesWith(BasicBlock * Old,BasicBlock * New) replaceSuccessorsPhiUsesWith() argument 703 replaceSuccessorsPhiUsesWith(BasicBlock * New) replaceSuccessorsPhiUsesWith() argument [all...] |
H A D | Metadata.cpp | 156 handleChangedValue(void * Old,Metadata * New) handleChangedValue() argument 223 retrack(void * Ref,Metadata & MD,void * New) retrack() argument 304 moveRef(void * Ref,void * New,const Metadata & MD) moveRef() argument 798 resolveAfterOperandChange(Metadata * Old,Metadata * New) resolveAfterOperandChange() argument 901 handleChangedOperand(void * Ref,Metadata * New) handleChangedOperand() argument 1062 replaceOperandWith(unsigned I,Metadata * New) replaceOperandWith() argument 1074 setOperand(unsigned I,Metadata * New) setOperand() argument 1381 setOperand(unsigned I,MDNode * New) setOperand() argument [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBlock.cpp | 61 void Block::replacePointer(Pointer *Old, Pointer *New) { in replacePointer() argument
|
/freebsd-src/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-src/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 | 375 MachineInstr *New = in eliminateCallFramePseudoInstr() local 406 MachineInstr *New = BuildMI(MBB, MI, DL, TII.get(AddOpcode), AVR::R31R30) in eliminateCallFramePseudoInstr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegColoring.cpp | 307 SlotMapping[I] = New; in runOnMachineFunction() local 327 if (Old != New) in runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 298 CheckEquivalentExceptionSpec(FunctionDecl * Old,FunctionDecl * New) CheckEquivalentExceptionSpec() argument 499 CheckEquivalentExceptionSpec(const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument 525 CheckEquivalentExceptionSpecImpl(Sema & S,const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc,bool * MissingExceptionSpecification,bool * MissingEmptyExceptionSpecification,bool AllowNoexceptAllMatchWithNoSpec,bool IsOperatorNew) CheckEquivalentExceptionSpecImpl() argument 677 CheckEquivalentExceptionSpec(const PartialDiagnostic & DiagID,const PartialDiagnostic & NoteID,const FunctionProtoType * Old,SourceLocation OldLoc,const FunctionProtoType * New,SourceLocation NewLoc) CheckEquivalentExceptionSpec() argument 969 CheckOverridingFunctionExceptionSpec(const CXXMethodDecl * New,const CXXMethodDecl * Old) CheckOverridingFunctionExceptionSpec() argument [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 172 S.AddAssumeAlignedAttr(New, *Aligned, E, OE); in instantiateDependentAlignValueAttr() argument 89 instantiateDependentAlignedAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const AlignedAttr * Aligned,Decl * New,bool IsPackExpansion) instantiateDependentAlignedAttr() argument 111 instantiateDependentAlignedAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const AlignedAttr * Aligned,Decl * New) instantiateDependentAlignedAttr() argument 149 instantiateDependentAssumeAlignedAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const AssumeAlignedAttr * Aligned,Decl * New) instantiateDependentAssumeAlignedAttr() argument 183 instantiateDependentAllocAlignAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const AllocAlignAttr * Align,Decl * New) instantiateDependentAllocAlignAttr() argument 193 instantiateDependentAnnotationAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const AnnotateAttr * Attr,Decl * New) instantiateDependentAnnotationAttr() argument 231 instantiateDependentFunctionAttrCondition(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const Attr * A,Expr * OldCond,const Decl * Tmpl,FunctionDecl * New) instantiateDependentFunctionAttrCondition() argument 262 instantiateDependentEnableIfAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const EnableIfAttr * EIA,const Decl * Tmpl,FunctionDecl * New) instantiateDependentEnableIfAttr() argument 273 instantiateDependentDiagnoseIfAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const DiagnoseIfAttr * DIA,const Decl * Tmpl,FunctionDecl * New) instantiateDependentDiagnoseIfAttr() argument 287 instantiateDependentCUDALaunchBoundsAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const CUDALaunchBoundsAttr & Attr,Decl * New) instantiateDependentCUDALaunchBoundsAttr() argument 319 instantiateDependentModeAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const ModeAttr & Attr,Decl * New) instantiateDependentModeAttr() argument 327 instantiateOMPDeclareSimdDeclAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const OMPDeclareSimdDeclAttr & Attr,Decl * New) instantiateOMPDeclareSimdDeclAttr() argument 410 instantiateOMPDeclareVariantAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const OMPDeclareVariantAttr & Attr,Decl * New) instantiateOMPDeclareVariantAttr() argument 548 instantiateDependentAMDGPUFlatWorkGroupSizeAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const AMDGPUFlatWorkGroupSizeAttr & Attr,Decl * New) instantiateDependentAMDGPUFlatWorkGroupSizeAttr() argument 589 instantiateDependentAMDGPUWavesPerEUAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const AMDGPUWavesPerEUAttr & Attr,Decl * New) instantiateDependentAMDGPUWavesPerEUAttr() argument 615 instantiateDependentSYCLKernelAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const SYCLKernelAttr & Attr,Decl * New) instantiateDependentSYCLKernelAttr() argument 668 instantiateDependentHLSLParamModifierAttr(Sema & S,const MultiLevelTemplateArgumentList & TemplateArgs,const HLSLParamModifierAttr * Attr,Decl * New) instantiateDependentHLSLParamModifierAttr() argument 676 InstantiateAttrsForDecl(const MultiLevelTemplateArgumentList & TemplateArgs,const Decl * Tmpl,Decl * New,LateInstantiatedAttrVec * LateAttrs,LocalInstantiationScope * OuterMostScope) InstantiateAttrsForDecl() argument 715 InstantiateAttrs(const MultiLevelTemplateArgumentList & TemplateArgs,const Decl * Tmpl,Decl * New,LateInstantiatedAttrVec * LateAttrs,LocalInstantiationScope * OuterMostScope) InstantiateAttrs() argument 4722 InitFunctionInstantiation(FunctionDecl * New,FunctionDecl * Tmpl) InitFunctionInstantiation() argument 4808 InitMethodInstantiation(CXXMethodDecl * New,CXXMethodDecl * Tmpl) InitMethodInstantiation() argument 4824 SubstDefaultedFunction(FunctionDecl * New,FunctionDecl * Tmpl) SubstDefaultedFunction() argument 5725 InstantiateMemInitializers(CXXConstructorDecl * New,const CXXConstructorDecl * Tmpl,const MultiLevelTemplateArgumentList & TemplateArgs) InstantiateMemInitializers() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiISelDAGToDAG.cpp | 328 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), Select() local 335 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), Select() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerValueBitMap.h | 38 uintptr_t New = Old | (1ULL << BitIdx); in AddValue() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 65 auto AddToEntryCount = [](ValueInfo V, Scaled64 New) { in computeSyntheticCounts()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineLoopInfo.h | 180 addTopLevelLoop(MachineLoop * New) addTopLevelLoop() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer.cpp | 58 SymbolizedStack *SymbolizedStack::New(uptr addr) { in New() function in __sanitizer::SymbolizedStack
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 378 MachineInstr *New = nullptr; eliminateCallFramePseudoInstr() local 408 MachineInstr *New = eliminateCallFramePseudoInstr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 1382 MachineInstr *New = MIB.addMemOperand(combineKnownAdjacentMMOs(CI, Paired)); mergeImagePair() local 1421 MachineInstrBuilder New = mergeSMemLoadImmPair() local 1476 MachineInstr *New = mergeBufferLoadPair() local 1534 MachineInstr *New = mergeTBufferLoadPair() local 1605 MachineInstr *New = mergeTBufferStorePair() local 1635 MachineInstr *New = mergeFlatLoadPair() local 1694 MachineInstr *New = mergeFlatStorePair() local 1932 MachineInstr *New = mergeBufferStorePair() local [all...] |