Home
last modified time | relevance | path

Searched defs:It (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/libcxx/test/std/iterators/iterator.primitives/iterator.basic/
Diterator.pass.cpp32 typedef std::iterator<std::forward_iterator_tag, T> It; in test2() typedef
44 typedef std::iterator<std::bidirectional_iterator_tag, T, short> It; in test3() typedef
56 typedef std::iterator<std::random_access_iterator_tag, T, int, const T*> It; in test4() typedef
68 typedef std::iterator<std::input_iterator_tag, T, long, const T*, const T&> It; in test5() typedef
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/
Dtypes.pass.cpp69 typedef std::move_iterator<T> It; in main() typedef
74 typedef std::move_iterator<T> It; in main() typedef
81 typedef std::move_iterator<T> It; in main() typedef
86 typedef std::move_iterator<T> It; in main() typedef
91 typedef std::move_iterator<T> It; in main() typedef
/external/clang/test/OpenMP/
Dfor_codegen.cpp436 struct It { struct
437 It() : p(0) {} in It() argument
443 ~It() {} in ~It() argument
445 It(T *p) : p(p) {} in It() function
451 It &operator++() { ++p; return *this; } in operator ++() argument
452 It &operator--() { --p; return *this; } in operator --() argument
453 It &operator+=(unsigned n) { p += n; return *this; } in operator +=() argument
454 It &operator-=(unsigned n) { p -= n; return *this; } in operator -=() argument
460 It<T> operator+(It<T> a, typename It<T>::difference_type n) { return a.p + n; } in operator +() argument
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
Dsource.pass.cpp69 using It = input_iterator<const CharT*>; in RunTestCaseImpl() typedef
75 using It = input_iterator<const CharT*>; in RunTestCaseImpl() typedef
93 using It = const char* const; in test_sfinae() typedef
97 using It = input_iterator<const char*>; in test_sfinae() typedef
108 using It = input_iterator<const char*, Traits>; in test_sfinae() typedef
112 using It = output_iterator<const char*>; in test_sfinae() typedef
/external/libcxx/test/std/containers/unord/
Diterator_difference_type.pass.cpp23 typedef typename Map::iterator It; in testUnorderedMap() typedef
30 typedef typename Map::const_iterator It; in testUnorderedMap() typedef
37 typedef typename Map::local_iterator It; in testUnorderedMap() typedef
44 typedef typename Map::const_local_iterator It; in testUnorderedMap() typedef
61 typedef typename Set::iterator It; in testUnorderedSet() typedef
69 typedef typename Set::local_iterator It; in testUnorderedSet() typedef
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
Dsource.pass.cpp136 using It = input_iterator<const CharT*>; in RunTestCase() typedef
149 using It = input_iterator<const CharT*>; in RunTestCase() typedef
160 using It = input_iterator<const CharT*>; in RunTestCase() typedef
183 using It = const char* const; in test_sfinae() typedef
188 using It = input_iterator<const char*>; in test_sfinae() typedef
200 using It = input_iterator<const char*, Traits>; in test_sfinae() typedef
205 using It = output_iterator<const char*>; in test_sfinae() typedef
/external/libcxx/test/std/containers/sequences/list/list.cons/
Dinput_iterator.pass.cpp92 using It = random_access_iterator<int*>; in test_emplacable_concept() typedef
110 using It = input_iterator<int*>; in test_emplacable_concept() typedef
139 using It = random_access_iterator<int*>; in test_emplacable_concept_with_alloc() typedef
158 using It = input_iterator<int*>; in test_emplacable_concept_with_alloc() typedef
186 using It = forward_iterator<int*>; in test_ctor_under_alloc() typedef
198 using It = input_iterator<int*>; in test_ctor_under_alloc() typedef
217 using It = forward_iterator<int*>; in test_ctor_under_alloc_with_alloc() typedef
231 using It = input_iterator<int*>; in test_ctor_under_alloc_with_alloc() typedef
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp52 for (MachineRegisterInfo::def_instr_iterator It = MRI.def_instr_begin(Reg), in isImplicitlyDef() local
150 for (DenseMap<unsigned, unsigned>::iterator It = ToMerge->RegToChan.begin(), in tryMergeVector() local
190 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(), in RebuildVector() local
219 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in RebuildVector() local
236 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI() local
241 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI() local
267 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in areAllUsesSwizzeable() local
310 It = RSI.RegToChan.begin(), E = RSI.RegToChan.end(); It != E; ++It) { in trackRSI() local
339 It = MRI->def_instr_begin(Reg), E = MRI->def_instr_end(); in runOnMachineFunction() local
DAMDILCFGStructurizer.cpp342 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum() local
350 LoopLandInfoMap::const_iterator It = LLInfoMap.find(LoopRep); in getLoopLandInfo() local
365 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock() local
401 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
565 MachineBasicBlock::succ_iterator It = MBB->succ_begin(); in getFalseBranch() local
596 for (MachineBasicBlock::iterator It = MBB->begin(); It != MBB->end(); in getLastDebugLocInBB() local
607 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getNormalBlockBranchInstr() local
616 for (MachineBasicBlock::reverse_iterator It = MBB->rbegin(), E = MBB->rend(); in getLoopendBlockBranchInstr() local
631 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getReturnInstr() local
654 for (MachineBasicBlock::succ_iterator It = SrcMBB->succ_begin(), in cloneSuccessorList() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp62 for (MachineRegisterInfo::def_instr_iterator It = MRI.def_instr_begin(Reg), in isImplicitlyDef() local
174 for (DenseMap<unsigned, unsigned>::iterator It = ToMerge->RegToChan.begin(), in tryMergeVector() local
214 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(), in RebuildVector() local
241 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in RebuildVector() local
258 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI() local
263 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI() local
289 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in areAllUsesSwizzeable() local
332 It = RSI.RegToChan.begin(), E = RSI.RegToChan.end(); It != E; ++It) { in trackRSI() local
361 It = MRI->def_instr_begin(Reg), E = MRI->def_instr_end(); in runOnMachineFunction() local
DAMDILCFGStructurizer.cpp346 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in getSCCNum() local
354 LoopLandInfoMap::const_iterator It = LLInfoMap.find(LoopRep); in getLoopLandInfo() local
369 MBBInfoMap::const_iterator It = BlockInfoMap.find(MBB); in isRetiredBlock() local
406 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It, in countActiveBlock()
568 MachineBasicBlock::succ_iterator It = MBB->succ_begin(); in getFalseBranch() local
599 for (MachineBasicBlock::iterator It = MBB->begin(); It != MBB->end(); in getLastDebugLocInBB() local
610 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getNormalBlockBranchInstr() local
619 for (MachineBasicBlock::reverse_iterator It = MBB->rbegin(), E = MBB->rend(); in getLoopendBlockBranchInstr() local
634 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getReturnInstr() local
656 for (MachineBasicBlock::succ_iterator It = SrcMBB->succ_begin(), in cloneSuccessorList() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h214 auto It = NL.find(A); in begin() local
221 auto It = NL.find(A); in cbegin() local
230 auto It = NL.find(A); in end() local
236 auto It = NL.find(A); in cend() local
400 auto It = Vertices.find(I); in at() local
409 auto It = Vertices.find(I); in at() local
419 auto It = Edges.find(I); in at() local
428 auto It = Edges.find(I); in at() local
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dassign_iter_iter.pass.cpp34 using It = forward_iterator<int*>; in test_emplaceable_concept() typedef
50 using It = input_iterator<int*>; in test_emplaceable_concept() typedef
Dconstruct_iter_iter.pass.cpp85 using It = forward_iterator<int*>; in emplaceable_concept_tests() typedef
99 using It = input_iterator<int*>; in emplaceable_concept_tests() typedef
124 using It = forward_iterator<int*>; in test_ctor_under_alloc() typedef
136 using It = input_iterator<int*>; in test_ctor_under_alloc() typedef
Dconstruct_iter_iter_alloc.pass.cpp96 using It = forward_iterator<int*>; in emplaceable_concept_tests() typedef
112 using It = input_iterator<int*>; in emplaceable_concept_tests() typedef
137 using It = forward_iterator<int*>; in test_ctor_under_alloc() typedef
151 using It = input_iterator<int*>; in test_ctor_under_alloc() typedef
/external/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h74 typename MapTy::iterator It = Map.find(Key); in find() local
81 typename MapTy::const_iterator It = Map.find(Key); in find() local
91 typename MapTy::iterator It = Map.find(Key); in blot() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DBlotMapVector.h81 typename MapTy::iterator It = Map.find(Key); in find() local
88 typename MapTy::const_iterator It = Map.find(Key); in find() local
98 typename MapTy::iterator It = Map.find(Key); in blot() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBreadthFirstIteratorTest.cpp26 auto It = BFIter::begin(G); in TEST() local
57 auto It = BFIter::begin(G); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dfunc-id-helper.cpp27 auto It = FunctionAddresses.find(FuncId); in SymbolOrNumber() local
50 auto It = FunctionAddresses.find(FuncId); in FileLineAndColumn() local
/external/libcxx/test/std/input.output/filesystems/class.path/path.itr/
Diterator.pass.cpp39 using It = path::iterator; in checkIteratorConcepts() typedef
67 using It = path::iterator; in checkBeginEndBasic() typedef
/external/libcxx/test/std/containers/associative/
Diterator_types.pass.cpp23 typedef typename Map::iterator It; in testMap() typedef
30 typedef typename Map::const_iterator It; in testMap() typedef
45 typedef typename Set::iterator It; in testSet() typedef
/external/clang/include/clang/AST/
DDeclLookups.h27 StoredDeclsMap::iterator It, End; variable
36 all_lookups_iterator(StoredDeclsMap::iterator It, in all_lookups_iterator()
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
Duninitialized_default_construct.pass.cpp61 using It = forward_iterator<ThrowsCounted*>; in test_ctor_throws() typedef
77 using It = forward_iterator<Counted*>; in test_counted() typedef
93 using It = forward_iterator<int*>; in test_value_initialized() typedef
Duninitialized_default_construct_n.pass.cpp60 using It = forward_iterator<ThrowsCounted*>; in test_ctor_throws() typedef
76 using It = forward_iterator<Counted*>; in test_counted() typedef
94 using It = forward_iterator<int*>; in test_value_initialized() typedef
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
Duninitialized_value_construct.pass.cpp60 using It = forward_iterator<ThrowsCounted*>; in test_ctor_throws() typedef
76 using It = forward_iterator<Counted*>; in test_counted() typedef
92 using It = forward_iterator<int*>; in test_value_initialized() typedef

12345678910>>...15