/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
iterator_range.hpp | 26 , typename BOOST_MPL_AUX_NA_PARAM(Last) 33 typedef Last end; 35 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,iterator_range,(First,Last))
|
distance.hpp | 36 template< typename First, typename Last > struct apply 39 iterator_range<First,Last> 47 iterator_range<First,Last> 54 iterator_range<First,Last> 65 , typename BOOST_MPL_AUX_NA_PARAM(Last) 69 ::template apply<First, Last> 71 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, distance, (First, Last))
|
distance_fwd.hpp | 24 template< typename First, typename Last > struct distance;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
iter_fold_impl.hpp | 19 , typename Last 27 , typename Last 31 struct iter_fold_impl< 0,First,Last,State,ForwardOp > 41 , typename Last 45 struct iter_fold_impl< 1,First,Last,State,ForwardOp > 59 , typename Last 63 struct iter_fold_impl< 2,First,Last,State,ForwardOp > 79 , typename Last 83 struct iter_fold_impl< 3,First,Last,State,ForwardOp > 101 , typename Last [all...] |
fold_impl.hpp | 19 , typename Last 27 , typename Last 31 struct fold_impl< 0,First,Last,State,ForwardOp > 41 , typename Last 45 struct fold_impl< 1,First,Last,State,ForwardOp > 59 , typename Last 63 struct fold_impl< 2,First,Last,State,ForwardOp > 79 , typename Last 83 struct fold_impl< 3,First,Last,State,ForwardOp > 101 , typename Last [all...] |
reverse_fold_impl.hpp | 19 , typename Last 28 , typename Last 33 struct reverse_fold_impl< 0,First,Last,State,BackwardOp,ForwardOp > 44 , typename Last 49 struct reverse_fold_impl< 1,First,Last,State,BackwardOp,ForwardOp > 65 , typename Last 70 struct reverse_fold_impl< 2,First,Last,State,BackwardOp,ForwardOp > 91 , typename Last 96 struct reverse_fold_impl< 3,First,Last,State,BackwardOp,ForwardOp > 120 , typename Last [all...] |
/external/clang/include/clang/Basic/ |
AddressSpaces.h | 39 Last, 40 Count = Last-Offset
|
/external/clang/test/SemaCXX/ |
warn-infinite-recursion.cpp | 117 template<int First, int Last> 119 if (First + 1 == Last) { 124 DoStuff<First, (First + Last)/2>(); 125 DoStuff<(First + Last)/2, Last>();
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 89 Last RN 7 125 MOV Last,#0 132 STM pDst!,{temp2,temp1,Last,LR} 134 STM pDst!,{temp2,temp1,Last,LR} 136 STM pDst!,{temp2,temp1,Last,LR} 138 STM pDst!,{temp2,temp1,Last,LR} 140 STM pDst!,{temp2,temp1,Last,LR} 142 STM pDst!,{temp2,temp1,Last,LR} 144 STM pDst!,{temp2,temp1,Last,LR} 145 STM pDst!,{temp2,temp1,Last,LR [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s | 89 Last RN 7 125 MOV Last,#0 132 STM pDst!,{temp2,temp1,Last,LR} 134 STM pDst!,{temp2,temp1,Last,LR} 136 STM pDst!,{temp2,temp1,Last,LR} 138 STM pDst!,{temp2,temp1,Last,LR} 140 STM pDst!,{temp2,temp1,Last,LR} 142 STM pDst!,{temp2,temp1,Last,LR} 144 STM pDst!,{temp2,temp1,Last,LR} 145 STM pDst!,{temp2,temp1,Last,LR [all...] |
/external/llvm/tools/dsymutil/ |
NonRelocatableStringpool.h | 30 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) { 53 // if \p E was the last entry. 63 MapTy::MapEntryTy Sentinel, *Last;
|
/external/compiler-rt/lib/profile/ |
InstrProfilingPlatformOther.c | 49 #define UPDATE_LAST(Last, New) Last = New > Last ? New : Last
|
/external/ImageMagick/MagickWand/tests/ |
script-token-test-data.txt | 53 "Last Token before EOF"
|
/external/mesa3d/docs/ |
MESA_release_buffers.spec | 19 Last Modified Date: 8 June 2000
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CastSizeChecker.cpp | 58 const FieldDecl *Last = nullptr; 60 Last = *Iter; 61 assert(Last && "empty structs should already be handled"); 63 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual(); 66 Ctx.getAsConstantArrayType(Last->getType())) {
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
util.hpp | 72 InputIteratorT Last, 78 for(; InputIt!=Last && OutputIt!=DestLast; InputIt++, OutputIt++ )
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
ExternalFunctions.cpp | 349 char Last = *FB++ = *FmtStr++; 351 while (Last != 'c' && Last != 'd' && Last != 'i' && Last != 'u' && 352 Last != 'o' && Last != 'x' && Last != 'X' && Last != 'e' && 353 Last != 'E' && Last != 'g' && Last != 'G' && Last != 'f' & [all...] |
/external/llvm/lib/CodeGen/ |
InterferenceCache.cpp | 154 BI->First = BI->Last = SlotIndex(); 207 // Check for last interference in block. 217 if (!BI->Last.isValid() || StopI > BI->Last) 218 BI->Last = StopI; 234 if (!BI->Last.isValid() || StopI > BI->Last) 235 BI->Last = StopI; 241 SlotIndex Limit = BI->Last.isValid() ? BI->Last : Start [all...] |
/external/clang/utils/TableGen/ |
ClangASTNodesEmitter.cpp | 70 // Returns the first and last non-abstract subrecords 80 Record *First = nullptr, *Last = nullptr; 84 First = Last = Base; 109 Last = Result.second; 112 Last = R; 123 assert (Last && "Got a first node but not a last node for a range!"); 129 << Last->getName() << ")\n\n"; 132 return std::make_pair(First, Last); 145 << macroName(Root.getName()) << "_RANGE(Base, First, Last)\n" [all...] |
/external/clang/lib/Format/ |
UnwrappedLineFormatter.cpp | 31 /// getIndent() will return the indent for the last line \c nextLine was called 164 // Can't join the last line with anything. 169 if (TheLine->Last->is(TT_LineComment)) 184 Limit = TheLine->Last->TotalLength > Limit 186 : Limit - TheLine->Last->TotalLength; 197 if (TheLine->Last->is(TT_FunctionLBrace) && 198 TheLine->First != TheLine->Last) { 201 if (TheLine->Last->is(tok::l_brace)) { 208 if (I[1]->Last->is(TT_LineComment)) 256 if (1 + I[1]->Last->TotalLength > Limit [all...] |
TokenAnnotator.h | 67 Last = Current; 68 Last->Next = nullptr; 93 // FIXME: Line.Last points to other characters than tok::semi 95 return !Last->isOneOf(tok::semi, tok::comment); 99 FormatToken *Last;
|
/external/protobuf/gtest/samples/ |
sample3-inl.h | 109 // Gets the last element of the queue, or NULL if the queue is empty. 110 QueueNode<E>* Last() { return last_; } 111 const QueueNode<E>* Last() const { return last_; } 165 QueueNode<E>* last_; // The last node of the queue.
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Diagnostics.cpp | 69 ErrorContent &Last = Errors.back(); 70 Last.ContextStack = ContextStack; 71 Last.Messages.emplace_back(); 72 Last.Messages.back().Range = Range; 73 Last.Messages.back().Type = Error; 74 return ArgStream(&Last.Messages.back().Args);
|
/external/v8/test/unittests/compiler/ |
move-optimizer-unittest.cc | 95 EndBlock(Last()); 119 EndBlock(Last()); 132 EndBlock(Last()); 167 EndBlock(Last()); 169 auto last = LastInstruction(); local 173 auto move = last->parallel_moves()[0]; 196 EndBlock(Last()); 198 auto last = LastInstruction(); local 204 auto move = last->parallel_moves()[0]; 218 Instruction* last = EmitNop() local [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64AddressTypePromotion.cpp | 454 Value *Last; 460 Last = Inst->getOperand(OpdIdx); 461 Inst = dyn_cast<Instruction>(Last); 464 DEBUG(dbgs() << "Head of the chain:\n" << *Last << '\n'); 466 SeenChains.find(Last); 473 SeenChains[Last] = nullptr; 477 SeenChains[Last] = SExt;
|