Searched refs:pointer (Results 251 - 275 of 454) sorted by relevance

<<111213141516171819

/external/chromium/base/
H A Dstring_piece.h34 typedef const char* pointer; typedef in class:base::StringPiece
57 // data() may return a pointer to a buffer with embedded NULs, and the
105 // std::string doesn't like to take a NULL pointer even with a 0 size.
/external/clang/include/clang/AST/
H A DDeclBase.h698 typedef const value_type *pointer; typedef in class:clang::Decl::redecl_iterator
969 /// another pointer.
1182 typedef const value_type *pointer; typedef in class:clang::DeclContext::decl_iterator
1246 // TODO: Add reference and pointer typedefs (with some appropriate proxy
1249 typedef void pointer; typedef in class:clang::DeclContext::specific_decl_iterator
1258 /// end-of-declarations). If A is non-NULL, it is a pointer to a
1323 // TODO: Add reference and pointer typedefs (with some appropriate proxy
1326 typedef void pointer; typedef in class:clang::DeclContext::filtered_decl_iterator
1335 /// end-of-declarations). If A is non-NULL, it is a pointer to a
H A DUnresolvedSet.h46 typedef NamedDecl **pointer; typedef in class:clang::UnresolvedSetIterator
/external/clang/include/clang/Analysis/
H A DCFG.h597 /// (not a pointer to CFGBlock).
602 typedef value_type* pointer; typedef in class:clang::CFGBlock::CFG::graph_iterator
611 pointer operator->() const { return *I; }
625 typedef value_type* pointer; typedef in class:clang::CFGBlock::CFG::const_graph_iterator
634 pointer operator->() const { return *I; }
788 // BlkExprMap - An opaque pointer to prevent inclusion of DenseMap.h.
/external/clang/test/Analysis/
H A Dsystem-header-simulator-objc.h125 - (void)addPointer:(void *)pointer;
/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp168 CHECK_VTABLE(Incomplete *, pointer);
/external/e2fsprogs/intl/
H A Dloadmsgcat.c1277 inmem_tab_entry->pointer = static_segments;
1281 inmem_tab_entry->pointer = mem;
1307 mem - inmem_tab_entry->pointer;
1323 const char *msgid = inmem_orig_sysdep_tab[i].pointer;
/external/icu4c/common/
H A Duhash.h36 * set. If a void* key is actually a pointer to a deletable object,
38 * key deleter function pointer to a non-NULL value. If this is done,
42 * and the value deleter function pointer. Keys passed to methods
54 * UHashElement pointer. A hash element contains a key, value, and
80 * integral value or an opaque void* pointer. The void* pointer may
82 * bits). The hashing and comparison functions take a pointer to a
83 * UHashTok, but the deleter receives the void* pointer within it.
85 * Because a UHashTok is the size of a native pointer or a 32-bit
89 void* pointer; member in union:UHashTok
[all...]
/external/icu4c/i18n/
H A Dsortkey.cpp365 key.pointer = fBytes;
/external/icu4c/test/intltest/
H A Dcanittst.cpp272 UnicodeString *item = (UnicodeString *)(ne->value.pointer);
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli30 (** [of_pointer v] boxes the pointer value [v] in a generic value. See the
56 (** [as_pointer gv] unboxes the pointer-valued generic value [gv]. See the
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h86 typedef void pointer; typedef in class:llvm::mapped_iterator
87 //typedef typename UnaryFunc::result_type *pointer;
225 /// This returns a pointer to the byte immediately
301 /// In a container of pairs (usually a map) whose second element is a pointer,
H A DSmallPtrSet.h1 //===- llvm/ADT/SmallPtrSet.h - 'Normally small' pointer set ----*- C++ -*-===//
34 /// which is treated as a simple array of pointers. When a pointer is added to
42 /// represented with an illegal pointer value (-1) to allow null pointers to be
43 /// inserted. Tombstones are represented with another illegal pointer value
70 // The end pointer, always valid, is set to a valid element to help the
97 // memset and because it's not a valid pointer value.
101 /// insert_imp - This returns true if the pointer was new to the set, false if
103 /// derived class can check that the right type of pointer is passed in.
106 /// erase_imp - If the set contains the specified pointer, remove it and
108 /// that the derived class can check that the right type of pointer i
180 typedef PtrTy pointer; typedef in class:llvm::SmallPtrSetIterator
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_interpolate_noloop_gnu.s84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_voice_gain_gnu.s154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_interpolate_noloop_gnu.s84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_voice_gain_gnu.s154 STR tmp1, [pMixBuffer], #4 @ save and bump pointer
/external/stlport/stlport/stl/
H A D_stream_iterator.h105 typedef const _Tp* pointer; typedef in class:istream_iterator
H A D_tree.h149 typedef typename _Traits::pointer pointer; typedef in struct:_Rb_tree_iterator
161 /* In STL debug mode we need this constructor implicit for the pointer
303 typedef typename _Traits::pointer pointer; typedef in class:_Rb_tree
/external/stlport/stlport/stl/pointers/
H A D_set.h100 typedef typename _Priv_Rep_type::pointer pointer; typedef in class:set
347 typedef typename _Priv_Rep_type::pointer pointer; typedef in class:multiset
/external/tremolo/Tremolo/
H A DbitwiseARM.s155 ADD r6,r10,r10,LSR #3 @ r6 = pointer to data
324 ADD r6,r3,r6 @ r6 = pointer
360 ADD r6,r3,r6 @ r6 = pointer
395 ADD r6,r10,r10,LSR #3 @ r6 = pointer to data
/external/valgrind/tsan/pin/
H A DMakefile7 CXXFLAGS_L=$(OPTLEVEL) $(INLINE) -Wall -Werror -Wno-unknown-pragmas -g -fno-omit-frame-pointer -fno-strict-aliasing -fPIC
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGJITCodeGenerator.h581 void callOperation(J_DFGOperation_EJP operation, GPRReg result, GPRReg arg1, void* pointer) argument
586 m_jit.move(JITCompiler::TrustedImmPtr(pointer), JITCompiler::argumentRegister2);
636 void callOperation(V_DFGOperation_EJJP operation, GPRReg arg1, GPRReg arg2, void* pointer) argument
641 m_jit.move(JITCompiler::TrustedImmPtr(pointer), JITCompiler::argumentRegister3);

Completed in 641 milliseconds

<<111213141516171819