/external/clang/test/CXX/temp/temp.type/ |
D | p1-0x.cpp | 3 namespace Old { namespace
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombine.h | 259 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() 271 Instruction *InsertNewInstWith(Instruction *New, Instruction &Old) { in InsertNewInstWith()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 237 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 273 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 175 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() 325 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec() 347 const FunctionProtoType *Old, in CheckEquivalentExceptionSpec() 774 const CXXMethodDecl *Old) { in CheckOverridingFunctionExceptionSpec()
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 150 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() function 362 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() function
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.h | 149 AbstractInterpreter *Old = Interpreter; in switchToSafeInterpreter() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 30 void ARMJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
D | Thumb1FrameLowering.cpp | 62 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 30 void MipsJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode()
|
D | ImmutableMap.h | 110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { in add() 115 ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 54 virtual void LRE_DidCloneVirtReg(unsigned New, unsigned Old) {} in LRE_DidCloneVirtReg()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 215 MDNode *Old = MI->second; in RemapInstruction() local
|
/external/clang/include/clang/AST/ |
D | ASTUnresolvedSet.h | 57 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace()
|
D | UnresolvedSet.h | 126 bool replace(const NamedDecl* Old, NamedDecl *New) { in replace()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.h | 134 void NoteDeletion(SDNode *Old, SDNode *New) { in NoteDeletion()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelDAGToDAG.cpp | 212 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain()
|
/external/llvm/lib/Target/X86/ |
D | X86JITInfo.cpp | 35 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcJITInfo.cpp | 215 void SparcJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 479 void PPCJITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 250 ExplodedNode *Old = Storage.get<ExplodedNode *>(); in addNode() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1874 static Value *insertInteger(const DataLayout &DL, IRBuilderTy &IRB, Value *Old, in insertInteger() 1933 static Value *insertVector(IRBuilderTy &IRB, Value *Old, Value *V, in insertVector() 2272 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteVectorizedStoreInst() local 2288 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in rewriteIntegerStore() local 2452 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local 2465 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemSetInst() local 2647 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local 2651 Value *Old = IRB.CreateAlignedLoad(&NewAI, NewAI.getAlignment(), in visitMemTransferInst() local
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 772 bool MachineJumpTableInfo::ReplaceMBBInJumpTables(MachineBasicBlock *Old, in ReplaceMBBInJumpTables() 784 MachineBasicBlock *Old, in ReplaceMBBInJumpTable()
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.cpp | 374 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks() 393 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old, in PopCleanupBlocks()
|
/external/llvm/lib/Analysis/IPA/ |
D | CallGraphSCCPass.cpp | 517 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { in ReplaceNode()
|