HomeSort by relevance Sort by last modified time
    Searched refs:getBase (Results 51 - 75 of 152) sorted by null

1 23 4 5 6 7

  /external/chromium_org/third_party/libxml/src/
check-xml-test-suite.py 302 base = test.getBase(None)
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 206 E->getBase(), C,
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 131 uint64_t getBase() const override { return BasePC; }
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 263 void* captureMemory = mCaptureHeap->getBase();
CallbackProcessor.cpp 409 uint8_t *data = (uint8_t*)heap->getBase() + offset;
StreamingProcessor.cpp 768 uint8_t *data = (uint8_t*)heap->getBase() + offset;
807 uint8_t *data = (uint8_t*)heap->getBase() + offset;
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 666 New->addBasicBlockToLoop(cast<BasicBlock>(VM[*I]), LI->getBase());
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 283 L->addBasicBlockToLoop(New, LI->getBase());
373 InnermostPredLoop->addBasicBlockToLoop(NewBB, LI->getBase());
375 L->addBasicBlockToLoop(NewBB, LI->getBase());
    [all...]
LoopUnroll.cpp 320 L->addBasicBlockToLoop(New, LI->getBase());
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 62 if (ME->isArrow() || isDeclRefExprToReference(ME->getBase())) {
63 return ME->getBase()->IgnoreParenCasts();
67 return getDerefExpr(ME->getBase());
71 return IvarRef->getBase()->IgnoreParenCasts();
74 return AE->getBase();
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
ExprCXX.h     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 201 const NamedDecl *getBase() const { return Base.getPointer(); }
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 184 base = cast<MemberExpr>(base)->getBase()->IgnoreParenImpCasts();
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 510 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
514 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) {
666 InstanceReceiver = capture(RefExpr->getBase());
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 263 const unsigned char *getBase() const { return Base; }
  /external/clang/lib/AST/
Expr.cpp 78 assert(ME->getBase()->getType()->isRecordType());
81 E = ME->getBase();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 392 CGF.EmitScalarExpr(E->getBase());
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 482 Writer.AddCXXBaseSpecifier(*ON.getBase(), Record);
551 Writer.AddStmt(E->getBase());
562 Writer.AddStmt(E->getBase());
664 Writer.AddStmt(E->getBase());
933 Writer.AddStmt(E->getBase());
953 Writer.AddStmt(E->getBase());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 202 til::SExpr *E = translate(ME->getBase(), Ctx);
385 til::SExpr *E0 = translate(E->getBase(), Ctx);
ThreadSafety.cpp 317 unsigned Sz = buildSExpr(ME->getBase(), CallCtx, &ImplicitDeref);
416 unsigned Sz = buildSExpr(ASE->getBase(), CallCtx);
491 CallCtx.SelfArg = ME->getBase();
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 705 FL.getBase()) {}

Completed in 1175 milliseconds

1 23 4 5 6 7