Home
last modified time | relevance | path

Searched defs:New (Results 1 – 25 of 116) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dcxx-exprs.cpp14 class New { class
/minix3/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingPlatformOther.c43 #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 DUnresolvedSet.h126 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 DASTUnresolvedSet.h57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp434 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 Dp1-0x.cpp14 namespace New { namespace
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DMetadataTracking.h80 static bool retrack(Metadata *&MD, Metadata *&New) { in retrack()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DMetadataTracking.cpp45 bool MetadataTracking::retrack(void *Ref, Metadata &MD, void *New) { in retrack()
H A DBasicBlock.cpp337 BasicBlock *New = BasicBlock::Create(getContext(), BBName, in splitBasicBlock() local
369 void BasicBlock::replaceSuccessorsPhiUsesWith(BasicBlock *New) { in replaceSuccessorsPhiUsesWith()
H A DValue.cpp319 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 DMetadata.cpp139 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 DModule.cpp122 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 DIPConstantPropagation.cpp240 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 DExtractFunction.cpp122 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 Dutclib.c113 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 DMSP430FrameLowering.cpp246 MachineInstr *New = nullptr; in eliminateCallFramePseudoInstr() local
275 MachineInstr *New = in eliminateCallFramePseudoInstr() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h296 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 DMachineLoopInfo.h149 inline void addTopLevelLoop(MachineLoop *New) { in addTopLevelLoop()
H A DLiveRangeEdit.h55 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp200 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 DCloneModule.cpp37 Module *New = new Module(M->getModuleIdentifier(), M->getContext()); in CloneModule() local
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DMultilib.cpp191 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 DSCCIterator.h134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A DIRBindings.cpp88 void LLVMMetadataReplaceAllUsesWith(LLVMMetadataRef MD, LLVMMetadataRef New) { in LLVMMetadataReplaceAllUsesWith()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h134 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()

12345