/minix3/external/bsd/llvm/dist/clang/test/PCH/ |
H A D | cxx-exprs.cpp | 14 class New { class
|
/minix3/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingPlatformOther.c | 43 #define UPDATE_FIRST(First, New) \ in __llvm_profile_register_function() argument 50 #define UPDATE_LAST(Last, New) \ in __llvm_profile_register_function() argument
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 126 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace() 135 void replace(iterator I, NamedDecl *New) { in replace() 139 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { in replace()
|
H A D | ASTUnresolvedSet.h | 57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 434 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE() local 449 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ() local 478 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLT() local 507 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGT() local 536 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGE() local 565 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLE() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.type/ |
H A D | p1-0x.cpp | 14 namespace New { namespace
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | MetadataTracking.h | 80 static bool retrack(Metadata *&MD, Metadata *&New) { in retrack()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | MetadataTracking.cpp | 45 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
|
H A D | BasicBlock.cpp | 337 BasicBlock *New = BasicBlock::Create(getContext(), BBName, in splitBasicBlock() local 369 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
|
H A D | Value.cpp | 319 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() 352 void Value::replaceUsesOutsideBlock(Value *New, BasicBlock *BB) { in replaceUsesOutsideBlock() 789 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd()
|
H A D | Metadata.cpp | 139 void ReplaceableMetadataImpl::moveRef(void *Ref, void *New, in moveRef() 447 void UniquableMDNode::resolveAfterOperandChange(Metadata *Old, Metadata *New) { in resolveAfterOperandChange() 523 void UniquableMDNode::handleChangedOperand(void *Ref, Metadata *New) { in handleChangedOperand() 750 void MDNode::replaceOperandWith(unsigned I, Metadata *New) { in replaceOperandWith() 762 void MDNode::setOperand(unsigned I, Metadata *New) { in setOperand() 1000 void NamedMDNode::setOperand(unsigned I, MDNode *New) { in setOperand()
|
H A D | Module.cpp | 122 Function *New = Function::Create(Ty, GlobalVariable::ExternalLinkage, Name); in getOrInsertFunction() local 222 GlobalVariable *New = in getOrInsertGlobal() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | IPConstantPropagation.cpp | 240 Value* New = RetVals[0]; in PropagateConstantReturn() local 264 Value *New = RetVals[index]; in PropagateConstantReturn() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | ExtractFunction.cpp | 122 std::unique_ptr<Module> New = runPassesOn(Clone, Passes); in deleteInstructionFromProgram() local 145 std::unique_ptr<Module> New = runPassesOn(M, CleanupPasses); in performFinalCleanups() local 294 Module *New = CloneModule(M, NewVMap); in SplitFunctionsOutOfModule() local
|
/minix3/minix/drivers/power/acpi/utilities/ |
H A D | utclib.c | 113 char *New = (char *) Dest; in AcpiUtMemcpy() local 149 char *New = (char *) Dest; in AcpiUtMemset() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 246 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local 275 MachineInstr *New = in eliminateCallFramePseudoInstr() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombine.h | 296 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() 308 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineLoopInfo.h | 149 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop()
|
H A D | LiveRangeEdit.h | 55 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 200 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() 347 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() 370 const FunctionProtoType *New, in CheckEquivalentExceptionSpec() 802 bool Sema::CheckOverridingFunctionExceptionSpec(const CXXMethodDecl *New, in CheckOverridingFunctionExceptionSpec()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CloneModule.cpp | 37 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); in CloneModule() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Driver/ |
H A D | Multilib.cpp | 191 static Multilib compose(const Multilib &Base, const Multilib &New) { in compose() 218 for (const Multilib &New : MultilibSegments) { in Either() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
H A D | IRBindings.cpp | 88 void LLVMMetadataReplaceAllUsesWith(LLVMMetadataRef MD, LLVMMetadataRef New) { in LLVMMetadataReplaceAllUsesWith()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypes.h | 134 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
|