| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IterationSpace.cpp | 624 RT find(const Fortran::evaluate::Component &x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 632 RT find(const Fortran::evaluate::ArrayRef &x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 650 RT find(const Fortran::evaluate::Triplet &x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 675 RT find(const Fortran::semantics::SymbolRef x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 689 RT find(const std::unique_ptr<A> &x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 693 RT find(const std::shared_ptr<A> &x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 697 RT find(const A *x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 703 RT find(const std::optional<A> &x) { in find() function in __anoncf831cc01411::ArrayBaseFinder 709 RT find(const std::variant<A...> &u) { in find() function in __anoncf831cc01411::ArrayBaseFinder 713 RT find(const std::vector<A> &x) { in find() function in __anoncf831cc01411::ArrayBaseFinder [all …]
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | example-typelist.cpp | 83 struct find : find<typename List::tail, T> { }; struct 86 struct find<cons<T, Tail>, T> { struct 91 struct find<nil, T> { struct 95 int find0[is_same<find<unsigned_inttypes, unsigned int>::type, argument
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVDuplicatesTracker.h | 84 Register find(KeyTy V, const MachineFunction *MF) const { in find() function 153 Register find(const Type *T, const MachineFunction *MF) { in find() function 157 Register find(const Constant *C, const MachineFunction *MF) { in find() function 161 Register find(const GlobalVariable *GV, const MachineFunction *MF) { in find() function 165 Register find(const Function *F, const MachineFunction *MF) { in find() function 169 Register find(const Argument *Arg, const MachineFunction *MF) { in find() function
|
| H A D | SPIRVGlobalRegistry.h | 82 Register find(const Constant *C, MachineFunction *MF) { in find() function 86 Register find(const GlobalVariable *GV, MachineFunction *MF) { in find() function 90 Register find(const Function *F, MachineFunction *MF) { in find() function
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | AddressRanges.cpp | 38 AddressRanges::find(uint64_t Addr) const { in find() function in AddressRanges 54 AddressRanges::find(AddressRange Range) const { in find() function in AddressRanges
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | find.h | 23 find(_InputIterator __first, _InputIterator __last, const _Tp& __value) { in find() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | BlotMapVector.h | 79 iterator find(const KeyT &Key) { in find() function 86 const_iterator find(const KeyT &Key) const { in find() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | BufferViewFlowAnalysis.h | 32 ValueMapT::const_iterator find(Value value) const { in find() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DominanceFrontier.h | 83 iterator find(BlockT *B) { return Frontiers.find(B); } in find() function 84 const_iterator find(BlockT *B) const { return Frontiers.find(B); } in find() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineDominanceFrontier.h | 68 iterator find(MachineBasicBlock *B) { in find() function 72 const_iterator find(MachineBasicBlock *B) const { in find() function
|
| H A D | LiveIntervalUnion.h | 71 SegmentIter find(SlotIndex x) { return Segments.find(x); } in find() function 74 ConstSegmentIter find(SlotIndex x) const { return Segments.find(x); } in find() function
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | disable-tail-calls.c | 9 List *find(List *head, int data) { in find() function
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | MapLattice.h | 87 iterator find(const key_type &K) { return C.find(K); } in find() function 88 const_iterator find(const key_type &K) const { return C.find(K); } in find() function
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ContinuousRangeMap.h | 93 iterator find(Int K) { in find() function 102 const_iterator find(Int K) const { in find() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | CodeExpansions.h | 38 const_iterator find(StringRef Variable) const { in find() function
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Dwarf.h | 26 llvm::Optional<llvm::RelocAddrEntry> find(const llvm::DWARFSection &sec, in find() function
|
| H A D | SymbolTable.h | 66 Symbol *find(StringRef name) { return find(llvm::CachedHashStringRef(name)); } in find() function
|
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceSave.py | 8 def find(predicate, seq): function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | MapVector.h | 148 iterator find(const KeyT &Key) { in find() function 154 const_iterator find(const KeyT &Key) const { in find() function
|
| H A D | DenseSet.h | 179 iterator find(const_arg_type_t<ValueT> V) { return Iterator(TheMap.find(V)); } in find() function 180 const_iterator find(const_arg_type_t<ValueT> V) const { in find() function
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | IntervalSet.h | 73 Iterator find(std::size_t pt) const { in find() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/ |
| H A D | containers.h | 217 iterator<pair<key, value>> find(const key &) {} in find() function 218 const_iterator<iterator<pair<key, value>>> find(const key &) const {} in find() function
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/ |
| H A D | inefficient-algorithm.cpp | 47 FwIt find(FwIt, FwIt end, const K &) { return end; } in find() function 50 FwIt find(FwIt, FwIt end, const K &, Cmp) { return end; } in find() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ValueMap.h | 156 iterator find(const KeyT &Val) { in find() function 159 const_iterator find(const KeyT &Val) const { in find() function
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | 2007-09-10-RecursiveTypeResolution.cpp | 33 typename _Tp > inline void find (_InputIterator __last, in find() function
|