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

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Tooling/
CompilationDatabase.cpp 33 It = CompilationDatabasePluginRegistry::begin(),
35 It != Ie; ++It) {
37 OwningPtr<CompilationDatabasePlugin> Plugin(It->instantiate());
42 ErrorStream << It->getName() << ": " << DatabaseErrorMessage << "\n";
FileMatchTrie.cpp 87 /// - .. have children. In this case it is checked
144 It = Children.begin(), E = Children.end();
145 It != E; ++It) {
146 if (It == Except)
148 It->getValue().getAll(Results, Children.end());
  /external/llvm/lib/Target/R600/
R600MachineScheduler.cpp 12 // TODO: Scheduling is optimised for VLIW4 arch, modify it to support TRANS slot
143 for (MachineInstr::mop_iterator It = SU->getInstr()->operands_begin(),
144 E = SU->getInstr()->operands_end(); It != E; ++It) {
145 MachineOperand &MO = *It;
196 // assignement of Tn_X to %vregX, don't considers it in scheduling
200 // MI will become a KILL, don't considers it in scheduling
293 for (std::set<SUnit *, CompareSUnit>::iterator It = Q.begin(), E = Q.end();
294 It != E; ++It) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 114 /// TODO: This isn't per-function state, it's per-basic-block state. But
115 /// there's no other convenient place for it to live right now.
161 /// the register's LiveOutInfo is for a smaller bit width, it is extended to
169 // Only install this information if it tells us something.
188 DenseMap<const Value*, unsigned>::const_iterator It = ValueMap.find(PN);
189 if (It == ValueMap.end())
192 unsigned Reg = It->second;
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_append/
iterator.pass.cpp 20 template <class S, class It>
22 test(S s, It first, It last, S expected)
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.modifiers/string_assign/
iterator.pass.cpp 20 template <class S, class It>
22 test(S s, It first, It last, S expected)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
54 template<typename It>
57 copy_from_range(It first_it, It last_it)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 7 // software; you can redistribute it and/or modify it under the terms
12 // This library is distributed in the hope that it will be useful, but
34 // purpose. It is provided "as is" without express or implied
55 template<typename It>
58 copy_from_range(It first_it, It last_it)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
141 template<typename It>
143 copy_from_range(It, It);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
33 // purpose. It is provided "as is" without express or implied
124 template<typename It>
125 It
127 erase_imp(It it)
130 if (it == end())
133 _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::check_key_exists(PB_DS_V2F(*it));)
187 point_iterator it = find(r_key); local
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
dns_fail.js 2 // failing. It tests that functions return the expected values.

Completed in 813 milliseconds

1 2 3 4 5 6 78 91011>>