| /external/clang/test/OpenMP/ |
| D | for_codegen.cpp | 436 struct It { struct 437 It() : p(0) {} in It() function 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/iterators/iterator.primitives/iterator.basic/ |
| D | iterator.pass.cpp | 32 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/ |
| D | types.pass.cpp | 69 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/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
| D | source.pass.cpp | 69 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/ |
| D | iterator_difference_type.pass.cpp | 23 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/ |
| D | source.pass.cpp | 136 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/ |
| D | input_iterator.pass.cpp | 92 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/ |
| D | R600OptimizeVectorRegisters.cpp | 52 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
|
| D | AMDILCFGStructurizer.cpp | 342 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/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerDataFlowTrace.h | 53 auto It = Functions.find(FunctionId); in GetCounter() local 63 auto It = Functions.find(FunctionId); in GetNumberOfBlocks() local 70 auto It = Functions.find(FunctionId); in GetNumberOfCoveredBlocks() local 123 auto It = Traces.find(InputSha1); in Get() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | Graph.h | 213 auto It = NL.find(A); in begin() local 220 auto It = NL.find(A); in cbegin() local 229 auto It = NL.find(A); in end() local 235 auto It = NL.find(A); in cend() local 399 auto It = Vertices.find(I); in at() local 408 auto It = Vertices.find(I); in at() local 418 auto It = Edges.find(I); in at() local 427 auto It = Edges.find(I); in at() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | R600OptimizeVectorRegisters.cpp | 168 for (DenseMap<unsigned, unsigned>::iterator It = ToMerge->RegToChan.begin(), in tryMergeVector() local 208 for (DenseMap<unsigned, unsigned>::iterator It = RSI->RegToChan.begin(), in RebuildVector() local 235 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in RebuildVector() local 252 for (InstructionSetMap::iterator It = PreviousRegSeqByReg.begin(), in RemoveMI() local 257 for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(), in RemoveMI() local 283 for (MachineRegisterInfo::use_instr_iterator It = MRI->use_instr_begin(Reg), in areAllUsesSwizzeable() local 326 It = RSI.RegToChan.begin(), E = RSI.RegToChan.end(); It != E; ++It) { in trackRSI() local 355 It = MRI->def_instr_begin(Reg), E = MRI->def_instr_end(); in runOnMachineFunction() local
|
| D | AMDILCFGStructurizer.cpp | 346 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-10.0/llvm/lib/Analysis/ |
| D | InstructionPrecedenceTracking.cpp | 79 auto It = FirstSpecialInsts.find(BB); in validate() local 98 for (auto &It : FirstSpecialInsts) in validateAll() local 117 for (auto It : FirstSpecialInsts) in clear() local
|
| /external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
| D | construct_iter_iter.pass.cpp | 85 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
|
| D | construct_iter_iter_alloc.pass.cpp | 96 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
|
| D | assign_iter_iter.pass.cpp | 34 using It = forward_iterator<int*>; in test_emplaceable_concept() typedef 50 using It = input_iterator<int*>; in test_emplaceable_concept() typedef
|
| /external/llvm/lib/Transforms/ObjCARC/ |
| D | BlotMapVector.h | 74 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-10.0/llvm/lib/Transforms/ObjCARC/ |
| D | BlotMapVector.h | 80 typename MapTy::iterator It = Map.find(Key); in find() local 87 typename MapTy::const_iterator It = Map.find(Key); in find() local 97 typename MapTy::iterator It = Map.find(Key); in blot() local
|
| /external/libcxx/test/std/containers/associative/ |
| D | iterator_types.pass.cpp | 23 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64CallingConvention.cpp | 48 for (auto &It : PendingMembers) { in finishStackBlock() local 122 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local 133 for (auto &It : PendingMembers) { in CC_AArch64_Custom_Block() local
|
| /external/libcxx/test/std/input.output/filesystems/class.path/path.itr/ |
| D | iterator.pass.cpp | 39 using It = path::iterator; in checkIteratorConcepts() typedef 67 using It = path::iterator; in checkBeginEndBasic() typedef
|
| /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/ |
| D | uninitialized_value_construct.pass.cpp | 60 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
|
| D | uninitialized_value_construct_n.pass.cpp | 59 using It = forward_iterator<ThrowsCounted*>; in test_ctor_throws() typedef 77 using It = forward_iterator<Counted*>; in test_counted() typedef 95 using It = forward_iterator<int*>; in test_value_initialized() typedef
|
| /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/ |
| D | uninitialized_default_construct.pass.cpp | 61 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
|