HomeSort by relevance Sort by last modified time
    Searched refs:Ptr (Results 176 - 200 of 450) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 81 template<typename Ptr>
82 inline static Ptr
83 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 81 template<typename Ptr>
82 inline static Ptr
83 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 81 template<typename Ptr>
82 inline static Ptr
83 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 81 template<typename Ptr>
82 inline static Ptr
83 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 81 template<typename Ptr>
82 inline static Ptr
83 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 80 template<typename Ptr>
81 inline static Ptr
82 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 81 template<typename Ptr>
82 inline static Ptr
83 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 80 template<typename Ptr>
81 inline static Ptr
82 mid_pointer(Ptr p_begin, Ptr p_end)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 80 template<typename Ptr>
81 inline static Ptr
82 mid_pointer(Ptr p_begin, Ptr p_end)
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCContext.h 406 void Deallocate(void *Ptr) {
434 /// @c Context.Deallocate(Ptr).
451 inline void operator delete(void *Ptr, llvm::MCContext &C, size_t)
453 C.Deallocate(Ptr);
468 /// @c Context.Deallocate(Ptr).
486 inline void operator delete[](void *Ptr, llvm::MCContext &C) throw () {
487 C.Deallocate(Ptr);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 235 // Look through ptr->int and ptr->ptr casts.
633 static Constant* StripPtrCastKeepAS(Constant* Ptr) {
634 assert(Ptr->getType()->isPointerTy() && "Not a pointer type");
635 PointerType *OldPtrTy = cast<PointerType>(Ptr->getType());
636 Ptr = cast<Constant>(Ptr->stripPointerCasts());
637 PointerType *NewPtrTy = cast<PointerType>(Ptr->getType());
643 Ptr = ConstantExpr::getBitCast(Ptr, NewPtrTy)
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 47 // Push the this ptr.
359 // Push the this ptr.
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 837 for (const char *Ptr = DigitsBegin; Ptr != SuffixBegin; ++Ptr)
838 N = N * radix + llvm::hexDigitValue(*Ptr);
847 const char *Ptr = DigitsBegin;
854 while (Ptr < SuffixBegin) {
855 unsigned C = llvm::hexDigitValue(*Ptr++);
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.cpp 490 if (cb.Ptr() != NULL) {
514 if (rctx.Ptr() != NULL) {
527 if (win.Ptr() != NULL) {
704 if (draw.Ptr() == NULL && read.Ptr() == NULL) {
713 if (bindDraw.Ptr() != NULL && bindRead.Ptr() != NULL) {
714 if (bindDraw.Ptr() != bindRead.Ptr()) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 640 for (const char *Ptr = MB->getBufferStart(), *End = MB->getBufferEnd();
641 Ptr != End; ++Ptr) {
643 if (Ptr <= End - 2 && Ptr[0] == '\r' && Ptr[1] == '\n') {
649 if (PreserveHorizontal || (*Ptr != ' ' && *Ptr != '\t')) {
650 NewFile.push_back(*Ptr);
656 while (Ptr+1 != End &
    [all...]
  /external/llvm/lib/Object/
MachOUniversal.cpp 49 static T getUniversalBinaryStruct(const char *Ptr) {
51 memcpy(&Res, Ptr, sizeof(T));
  /external/llvm/unittests/Support/
AllocatorTest.cpp 145 uintptr_t Ptr = (uintptr_t)Alloc.Allocate(3000, 2048);
147 EXPECT_LE(Ptr + 3000, ((uintptr_t)Slab) + Slab->Size);
  /external/sfntly/cpp/src/sfntly/
font.h 345 typedef Ptr<Font> FontPtr;
347 typedef Ptr<Font::Builder> FontBuilderPtr;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
bitmap_size_table.h 166 typedef Ptr<BitmapSizeTable> BitmapSizeTablePtr;
168 typedef Ptr<BitmapSizeTable::Builder> BitmapSizeTableBuilderPtr;
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 269 bool aliasesPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo,
324 bool add(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo); // Add a location
337 bool remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo);
424 AliasSet *findAliasSetForPointer(const Value *Ptr, uint64_t Size,
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 641 SDValue getVAArg(EVT VT, SDLoc dl, SDValue Chain, SDValue Ptr,
647 SDValue Ptr, SDValue Cmp, SDValue Swp,
652 SDValue Ptr, SDValue Cmp, SDValue Swp,
660 SDValue Ptr, SDValue Val, const Value* PtrVal,
664 SDValue Ptr, SDValue Val, MachineMemOperand *MMO,
671 SDValue Chain, SDValue Ptr, const Value* PtrVal,
676 SDValue Chain, SDValue Ptr, MachineMemOperand *MMO,
707 SDValue getLoad(EVT VT, SDLoc dl, SDValue Chain, SDValue Ptr,
712 SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo,
720 SDValue Chain, SDValue Ptr, SDValue Offset
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.h 66 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth,

Completed in 3747 milliseconds

1 2 3 4 5 6 78 91011>>