HomeSort by relevance Sort by last modified time
    Searched refs:getPointer (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 214 unsigned Offset = D.getLoc().getPointer() - LBuf->getBufferStart();
CodeGenFunction.h     [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 497 return reinterpret_cast<NodeRef*>(pip.getPointer())[i];
503 return *reinterpret_cast<NodeT*>(pip.getPointer());
509 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs");
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 155 return Dep.getPointer();
  /external/llvm/lib/CodeGen/
SplitKit.cpp 390 if (VNInfo *OldVNI = InsP.first->second.getPointer()) {
407 VNInfo *VNI = VFP.getPointer();
761 if (Values.lookup(std::make_pair(0, ParentVNI->id)).getPointer()) {
858 if (VNInfo *VNI = VFP.getPointer()) {
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 760 getPointer(JNIEnv *_env, jobject buffer, jint *remaining)
792 mData = getPointer(mEnv, mBuffer, &mRemaining);
  /external/clang/include/clang/AST/
ExprCXX.h 751 const ParmVarDecl *getParam() const { return Param.getPointer(); }
752 ParmVarDecl *getParam() { return Param.getPointer(); }
    [all...]
Type.h 497 return Value.getPointer().get<const ExtQuals*>();
501 return Value.getPointer().get<const Type*>();
561 return Value.getPointer().isNull();
608 return Value.getPointer().is<const ExtQuals*>();
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp     [all...]
bitstream.cpp 507 /* Function : getPointer() */
513 int32 getPointer(BitstreamDecVideo *stream)
    [all...]
combined_decode.cpp 124 startPacket = getPointer(stream);
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 291 return NextExit.getPointer();
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 550 *BlobStart = (const char*)BitStream->getBitcodeBytes().getPointer(
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 623 OutStreamer.EmitSymbolAttribute(MCSym.getPointer(),MCSA_IndirectSymbol);
635 OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(),
653 Create(Stubs[i].second.getPointer(),
862 if (StubSym.getPointer() == 0)
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp     [all...]
  /external/llvm/include/llvm/Object/
ELF.h 473 bool isNull() const { return getPointer() == NULL; }
477 return isVerdef() ? (const Elf_Verdef*)getPointer() : NULL;
480 return isVernaux() ? (const Elf_Vernaux*)getPointer() : NULL;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 209 const GLESpointer* GLEScontext::getPointer(GLenum arrType) {
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 54 const MemRegion *getRegion() const { return P.getPointer(); }
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 405 if (Export.getPointer() || Export.getInt())
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1906 milliseconds

1 2 34 5