/external/llvm/include/llvm/ADT/ |
ArrayRef.h | 61 ArrayRef(const T *begin, const T *end) 62 : Data(begin), Length(end - begin) {} 86 iterator begin() const { return Data; } function in class:llvm::ArrayRef 90 reverse_iterator rend() const { return reverse_iterator(begin()); } 188 MutableArrayRef(T *begin, T *end) : ArrayRef<T>(begin, end) {} 205 iterator begin() const { return data(); } 259 ArrayRef<T> makeArrayRef(const T *begin, const T *end) { 260 return ArrayRef<T>(begin, end) [all...] |
MapVector.h | 47 iterator begin() { function in class:llvm::MapVector 48 return Vector.begin(); 51 const_iterator begin() const { function in class:llvm::MapVector 52 return Vector.begin(); 102 return std::make_pair(begin() + I, false); 113 (Vector.begin() + Pos->second); 119 (Vector.begin() + Pos->second);
|
StringRef.h | 97 iterator begin() const { return Data; } function in class:llvm::StringRef
|
TinyPtrVector.h | 132 iterator begin() { function in class:llvm::TinyPtrVector 136 return Val.template get<VecTy *>()->begin(); 141 return begin() + (Val.isNull() ? 0 : 1); 146 const_iterator begin() const { function in class:llvm::TinyPtrVector 147 return (const_iterator)const_cast<TinyPtrVector*>(this)->begin(); 219 assert(I >= begin() && "Iterator to erase is out of bounds."); 224 if (I == begin()) 235 assert(S >= begin() && "Range to erase is out of bounds."); 240 if (S == begin() && S != E) 249 assert(I >= this->begin() && "Insertion iterator is out of bounds.") [all...] |
/external/llvm/include/llvm/Analysis/ |
Trace.h | 91 iterator begin() { return BasicBlocks.begin(); } function in class:llvm::Trace 92 const_iterator begin() const { return BasicBlocks.begin(); } function in class:llvm::Trace
|
/external/llvm/include/llvm/CodeGen/ |
GCStrategy.h | 132 /// begin/end - Iterators for function metadata. 134 iterator begin() { return Functions.begin(); } function in class:llvm::GCStrategy
|
MachineLoopInfo.h | 88 /// iterator/begin/end - The interface to the top-level loops in the current 92 inline iterator begin() const { return LI.begin(); } function in class:llvm::MachineLoopInfo 168 return N->begin(); 181 return N->begin();
|
/external/llvm/include/llvm/Support/ |
GetElementPtrTypeIterator.h | 33 static generic_gep_type_iterator begin(Type *Ty, ItTy It) { function in class:llvm::generic_gep_type_iterator 86 return gep_type_iterator::begin 93 return gep_type_iterator::begin 103 return generic_gep_type_iterator<const T *>::begin(Op0, A.begin());
|
StringPool.h | 115 inline const char *begin() const { function in class:llvm::PooledStringPtr 130 inline const char *operator*() const { return begin(); }
|
/external/llvm/tools/llvm-objdump/ |
MCFunction.h | 56 succ_iterator succ_begin() const { return Succs.begin(); } 87 iterator begin() const { return Blocks.begin(); } function in class:llvm::MCFunction
|
/external/oprofile/libdb/tests/ |
db_test.c | 49 double begin, end; local 58 begin = used_time(); 71 test_name, nr_item, (end - begin) / nr_item);
|
/external/regex-re2/util/ |
sparse_set.h | 84 iterator begin() { return dense_; } function in class:re2::SparseSet 86 const_iterator begin() const { return dense_; } function in class:re2::SparseSet 150 // the user did something stupid, so begin() insulates them from 164 // sort(arr.begin(), arr.end(), arr.less);
|
/external/skia/legacy/src/animator/ |
SkAnimateBase.h | 38 SkOperand* getValues() { return fValues.begin(); } 50 SkMSec begin; member in class:SkAnimateBase
|
SkDisplayApply.h | 78 SkMSec begin; member in class:SkApply
|
/external/skia/legacy/src/effects/ |
Sk2DPathEffect.cpp | 42 this->begin(ir, dst); 61 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) {} function in class:Sk2DPathEffect
|
/external/skia/src/animator/ |
SkAnimateBase.h | 38 SkOperand* getValues() { return fValues.begin(); } 50 SkMSec begin; member in class:SkAnimateBase
|
SkDisplayApply.h | 78 SkMSec begin; member in class:SkApply
|
/external/stlport/stlport/stl/debug/ |
_deque.h | 89 iterator begin() { return iterator(&_M_iter_list, _M_non_dbg_impl.begin()); } function in class:deque 91 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); } function in class:deque 95 reverse_iterator rend() { return reverse_iterator(begin()); } 97 const_reverse_iterator rend() const { return const_reverse_iterator(begin()); } 113 return *begin(); 117 return *begin(); 279 _Invalidate_iterator(begin()); 376 if (__pos._M_iterator == _M_non_dbg_impl.begin()) { [all...] |
/external/stlport/test/eh/ |
test_algo.cpp | 41 SortClass* begin() { return items; } function in struct:SortBuffer 42 const SortClass* begin() const { return items; } function in struct:SortBuffer 50 EH_STD::sort( begin(), begin() + ( end() - begin() )/2 ); 51 EH_STD::sort( begin() + ( end() - begin() )/2, end() ); 52 for ( SortClass* p = begin(); p != end(); p++ ) 63 SortClass* q = begin(); 64 for ( const SortClass* p = rhs.begin() ; p != rhs.end(); p++,q++ [all...] |
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 468 byte* begin = Code::cast(code)->instruction_start(); local 469 byte* end = begin + Code::cast(code)->instruction_size(); 470 disasm::Disassembler::Disassemble(stdout, begin, end);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
PropertyNameArray.h | 85 const_iterator begin() const { return m_data->propertyNameVector().begin(); } function in class:JSC::PropertyNameArray
|
ScopeChain.h | 59 ScopeChainIterator begin(); 108 inline ScopeChainIterator ScopeChainNode::begin() function in class:JSC::ScopeChainNode
|
/external/webkit/Source/JavaScriptCore/wtf/ |
HashCountedSet.h | 47 iterator begin(); 49 const_iterator begin() const; 97 inline typename HashCountedSet<Value, HashFunctions, Traits>::iterator HashCountedSet<Value, HashFunctions, Traits>::begin() function in class:WTF::HashCountedSet 99 return m_impl.begin(); 109 inline typename HashCountedSet<Value, HashFunctions, Traits>::const_iterator HashCountedSet<Value, HashFunctions, Traits>::begin() const function in class:WTF::HashCountedSet 111 return m_impl.begin(); 204 iterator it = collection.begin(); 217 iterator it = collection.begin();
|
/external/webkit/Source/WebCore/loader/ |
DocumentWriter.cpp | 70 begin(m_frame->document()->url(), true, m_frame->document()->securityOrigin()); 95 void DocumentWriter::begin() function in class:WebCore::DocumentWriter 97 begin(KURL()); 109 void DocumentWriter::begin(const KURL& url, bool dispatch, SecurityOrigin* origin) function in class:WebCore::DocumentWriter
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCache.h | 86 ResourceMap::const_iterator begin() const { return m_resources.begin(); } function in class:WebCore::ApplicationCache
|