HomeSort by relevance Sort by last modified time
    Searched refs:Old (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaOverload.cpp 790 // overload of the declarations in Old. This routine returns false if
791 // New and Old cannot be overloaded, e.g., if New has the same
792 // signature as some function in Old (C++ 1.3.10) or if the Old
807 // When we process #2, Old contains only the FunctionDecl for #1. By
812 // When we process #3, Old is an overload set containing #1 and #2. We
824 Sema::CheckOverload(Scope *S, FunctionDecl *New, const LookupResult &Old,
826 for (LookupResult::iterator I = Old.begin(), E = Old.end();
872 assert(Old.getLookupKind() == LookupUsingDeclName)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 686 ICmpInst *Old = cast<ICmpInst>(*UI++);
687 Value *Cmp = B.CreateICmp(Old->getPredicate(), StrNCmp,
690 Old->replaceAllUsesWith(Cmp);
691 Old->eraseFromParent();
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 269 clear(); // Free the old contents.
303 // an old-style (llvmgcc3) static ctor with __main linked in and in use. If
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 404 * Replaces an old child node with a new child node.
407 * @param {Node} oldChild Old child to remove.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 404 * Replaces an old child node with a new child node.
407 * @param {Node} oldChild Old child to remove.
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 78 static void onRAUW(JITResolverState *, Value *Old, Value *New) {
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 653 DAG.ReplaceAllUsesOfValueWith(TLO.Old, TLO.New, &DeadNodes);
662 if (TLO.Old.getNode()->use_empty()) {
663 removeFromWorkList(TLO.Old.getNode());
667 for (unsigned i = 0, e = TLO.Old.getNode()->getNumOperands(); i != e; ++i)
668 if (TLO.Old.getNode()->getOperand(i).getNode()->hasOneUse())
669 AddToWorkList(TLO.Old.getNode()->getOperand(i).getNode());
671 DAG.DeleteNode(TLO.Old.getNode());
687 // Replace the old value with the new one.
690 TLO.Old.getNode()->dump(&DAG);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 542 Expr::EvalStatus Old;
548 : Info(Info), Old(Info.EvalStatus) {
552 Info.EvalStatus = Old;
    [all...]
  /external/grub/docs/
texinfo.tex 108 % messages, but if we're using an old version of TeX, don't do anything.
736 % Old definition--didn't work.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 110 % messages, but if we're using an old version of TeX, don't do anything.
804 % Old definition--didn't work.
    [all...]

Completed in 467 milliseconds

1 2 34