/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
time_members.h | 65 char* __tmp = new char[__len]; local 66 __builtin_memcpy(__tmp, __s, __len); 67 _M_name_timepunct = __tmp;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
forward_list.tcc | 239 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); 247 return iterator(__tmp->_M_transfer_after(__b, __end)); 249 return iterator(__tmp); 264 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); 265 __tmp->_M_transfer_after(const_cast<_Node_base*>(__i._M_node), 276 forward_list __tmp(__n, __val, get_allocator()); 277 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); 290 forward_list __tmp(__first, __last, get_allocator()); 291 if (!__tmp.empty() [all...] |
stl_bvector.h | 114 bool __tmp = __x; local 116 __y = __tmp; 122 bool __tmp = __x; local 124 __y = __tmp; 130 bool __tmp = __x; local 132 __y = __tmp; 239 iterator __tmp = *this; local 241 return __tmp; 254 iterator __tmp = *this; local 256 return __tmp; 276 iterator __tmp = *this; local 283 iterator __tmp = *this; local 325 const_iterator __tmp = *this; local 340 const_iterator __tmp = *this; local 362 const_iterator __tmp = *this; local 369 const_iterator __tmp = *this; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
forward_list.tcc | 239 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); 247 return iterator(__tmp->_M_transfer_after(__b, __end)); 249 return iterator(__tmp); 264 _Node_base* __tmp = const_cast<_Node_base*>(__pos._M_node); 265 __tmp->_M_transfer_after(const_cast<_Node_base*>(__i._M_node), 276 forward_list __tmp(__n, __val, get_allocator()); 277 return _M_splice_after(__pos, __tmp.before_begin(), __tmp.end()); 290 forward_list __tmp(__first, __last, get_allocator()); 291 if (!__tmp.empty() [all...] |
stl_bvector.h | 114 bool __tmp = __x; local 116 __y = __tmp; 122 bool __tmp = __x; local 124 __y = __tmp; 130 bool __tmp = __x; local 132 __y = __tmp; 239 iterator __tmp = *this; local 241 return __tmp; 254 iterator __tmp = *this; local 256 return __tmp; 276 iterator __tmp = *this; local 283 iterator __tmp = *this; local 325 const_iterator __tmp = *this; local 340 const_iterator __tmp = *this; local 362 const_iterator __tmp = *this; local 369 const_iterator __tmp = *this; local [all...] |
/external/llvm/test/Transforms/LowerInvoke/ |
2003-12-10-Crash.ll | 17 %__tmp.0 = phi i32* [ null, %invoke_cont.0 ], [ null, %then ] ; <i32*> [#uses=0]
|
/external/swiftshader/third_party/LLVM/test/Transforms/LowerInvoke/ |
2003-12-10-Crash.ll | 17 %__tmp.0 = phi i32* [ null, %invoke_cont.0 ], [ null, %then ] ; <i32*> [#uses=0]
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
string_conversions.h | 62 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 68 && (__tmp < __numeric_traits<int>::__min 69 || __tmp > __numeric_traits<int>::__max))) 72 __ret = __tmp;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
string_conversions.h | 62 const _TRet __tmp = __convf(__str, &__endptr, __base...); local 68 && (__tmp < __numeric_traits<int>::__min 69 || __tmp > __numeric_traits<int>::__max))) 72 __ret = __tmp;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
hashtable.h | 672 iterator __tmp = *this; local 674 return __tmp; 700 const_iterator __tmp = *this; local 702 return __tmp; 771 _Node* __tmp = _M_new_node(__obj); 772 __tmp->_M_next = __first; 773 _M_buckets[__n] = __tmp; 775 return pair<iterator, bool>(iterator(__tmp, this), true); 789 _Node* __tmp = _M_new_node(__obj); local 790 __tmp->_M_next = __cur->_M_next 796 _Node* __tmp = _M_new_node(__obj); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
hashtable.h | 672 iterator __tmp = *this; local 674 return __tmp; 700 const_iterator __tmp = *this; local 702 return __tmp; 771 _Node* __tmp = _M_new_node(__obj); 772 __tmp->_M_next = __first; 773 _M_buckets[__n] = __tmp; 775 return pair<iterator, bool>(iterator(__tmp, this), true); 789 _Node* __tmp = _M_new_node(__obj); local 790 __tmp->_M_next = __cur->_M_next 796 _Node* __tmp = _M_new_node(__obj); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
shared_ptr.h | 354 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 355 if (__tmp != _M_pi) 357 if (__tmp != 0) 358 __tmp->_M_add_ref_copy(); 361 _M_pi = __tmp; 369 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 371 _M_pi = __tmp; 432 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 433 if (__tmp != 0) 434 __tmp->_M_weak_add_ref() 444 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 456 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 596 _Tp1* __tmp = __r.get(); local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
shared_ptr.h | 354 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 355 if (__tmp != _M_pi) 357 if (__tmp != 0) 358 __tmp->_M_add_ref_copy(); 361 _M_pi = __tmp; 369 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 371 _M_pi = __tmp; 432 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 433 if (__tmp != 0) 434 __tmp->_M_weak_add_ref() 444 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 456 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; local 596 _Tp1* __tmp = __r.get(); local [all...] |
/external/libevent/WIN32-Code/ |
tree.h | 184 struct type *__tmp; \ 192 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 195 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \ 205 struct type __node, *__left, *__right, *__tmp; \ 213 __tmp = SPLAY_LEFT((head)->sph_root, field); \ 214 if (__tmp == NULL) \ 216 if ((cmp)(elm, __tmp) < 0){ \ 217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 223 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 224 if (__tmp == NULL) [all...] |
/external/libcxx/include/ |
any | 544 any __tmp; 545 __rhs.__call(_Action::_Move, &__tmp); 547 __tmp.__call(_Action::_Move, this); 585 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v); 586 if (__tmp == nullptr) 588 return static_cast<_ValueType>(*__tmp); 599 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v); 600 if (__tmp == nullptr) 602 return static_cast<_ValueType>(*__tmp); 613 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
any | 540 any __tmp; 541 __rhs.__call(_Action::_Move, &__tmp); 543 __tmp.__call(_Action::_Move, this); 581 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v); 582 if (__tmp == nullptr) 584 return static_cast<_ValueType>(*__tmp); 595 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v); 596 if (__tmp == nullptr) 598 return static_cast<_ValueType>(*__tmp); 609 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/experimental/ |
any | 487 any __tmp; 488 __rhs.__call(_Action::_Move, &__tmp); 490 __tmp.__call(_Action::_Move, this); 518 _Tp * __tmp = any_cast<_Tp>(&__v); 519 if (__tmp == nullptr) 521 return *__tmp; 533 _Tp * __tmp = any_cast<_Tp>(&__v); 534 if (__tmp == nullptr) 536 return *__tmp; 548 _Tp * __tmp = any_cast<_Tp>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
any | 544 any __tmp; 545 __rhs.__call(_Action::_Move, &__tmp); 547 __tmp.__call(_Action::_Move, this); 585 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v); 586 if (__tmp == nullptr) 588 return static_cast<_ValueType>(*__tmp); 599 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v); 600 if (__tmp == nullptr) 602 return static_cast<_ValueType>(*__tmp); 613 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/experimental/ |
any | 487 any __tmp; 488 __rhs.__call(_Action::_Move, &__tmp); 490 __tmp.__call(_Action::_Move, this); 518 _Tp * __tmp = any_cast<_Tp>(&__v); 519 if (__tmp == nullptr) 521 return *__tmp; 533 _Tp * __tmp = any_cast<_Tp>(&__v); 534 if (__tmp == nullptr) 536 return *__tmp; 548 _Tp * __tmp = any_cast<_Tp>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
any | 544 any __tmp; 545 __rhs.__call(_Action::_Move, &__tmp); 547 __tmp.__call(_Action::_Move, this); 585 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v); 586 if (__tmp == nullptr) 588 return static_cast<_ValueType>(*__tmp); 599 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v); 600 if (__tmp == nullptr) 602 return static_cast<_ValueType>(*__tmp); 613 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/experimental/ |
any | 487 any __tmp; 488 __rhs.__call(_Action::_Move, &__tmp); 490 __tmp.__call(_Action::_Move, this); 518 _Tp * __tmp = any_cast<_Tp>(&__v); 519 if (__tmp == nullptr) 521 return *__tmp; 533 _Tp * __tmp = any_cast<_Tp>(&__v); 534 if (__tmp == nullptr) 536 return *__tmp; 548 _Tp * __tmp = any_cast<_Tp>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/ |
any | 544 any __tmp; 545 __rhs.__call(_Action::_Move, &__tmp); 547 __tmp.__call(_Action::_Move, this); 585 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v); 586 if (__tmp == nullptr) 588 return static_cast<_ValueType>(*__tmp); 599 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v); 600 if (__tmp == nullptr) 602 return static_cast<_ValueType>(*__tmp); 613 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/experimental/ |
any | 488 any __tmp; 489 __rhs.__call(_Action::_Move, &__tmp); 491 __tmp.__call(_Action::_Move, this); 519 _Tp * __tmp = any_cast<_Tp>(&__v); 520 if (__tmp == nullptr) 522 return *__tmp; 534 _Tp * __tmp = any_cast<_Tp>(&__v); 535 if (__tmp == nullptr) 537 return *__tmp; 549 _Tp * __tmp = any_cast<_Tp>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/ |
any | 544 any __tmp; 545 __rhs.__call(_Action::_Move, &__tmp); 547 __tmp.__call(_Action::_Move, this); 585 auto __tmp = _VSTD::any_cast<add_const_t<_RawValueType>>(&__v); 586 if (__tmp == nullptr) 588 return static_cast<_ValueType>(*__tmp); 599 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v); 600 if (__tmp == nullptr) 602 return static_cast<_ValueType>(*__tmp); 613 auto __tmp = _VSTD::any_cast<_RawValueType>(&__v) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/experimental/ |
any | 488 any __tmp; 489 __rhs.__call(_Action::_Move, &__tmp); 491 __tmp.__call(_Action::_Move, this); 519 _Tp * __tmp = any_cast<_Tp>(&__v); 520 if (__tmp == nullptr) 522 return *__tmp; 534 _Tp * __tmp = any_cast<_Tp>(&__v); 535 if (__tmp == nullptr) 537 return *__tmp; 549 _Tp * __tmp = any_cast<_Tp>(&__v) [all...] |