Searched refs:find (Results 51 - 75 of 2004) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMBFIWrapper.cpp21 auto I = MergedBBFreq.find(MBB);
36 auto I = MergedBBFreq.find(MBB);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeName.h32 Name = Name.substr(Name.find(Key));
33 assert(!Name.empty() && "Unable to find the template parameter!");
42 Name = Name.substr(Name.find(Key));
43 assert(!Name.empty() && "Unable to find the function name!");
53 assert(AnglePos != StringRef::npos && "Unable to find the closing '>'!");
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dremove.h12 #include <__algorithm/find.h>
29 __first = std::find(__first, __last, __value);
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DCodeExpansions.h42 const_iterator find(StringRef Variable) const { function in class:llvm::CodeExpansions
43 return Expansions.find(Variable);
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp16 auto I = PCMs.find(Filename);
45 auto I = PCMs.find(Filename);
60 auto I = PCMs.find(Filename);
74 auto I = PCMs.find(Filename);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h68 iterator find(MachineBasicBlock *B) { function in class:llvm::MachineDominanceFrontier
69 return Base.find(B);
72 const_iterator find(MachineBasicBlock *B) const { function in class:llvm::MachineDominanceFrontier
73 return Base.find(B);
/freebsd-current/tools/test/stress2/misc/
H A Dfdescfs.sh48 ./$0 find &
54 if [ $1 = find ]; then
H A Dwatchman.sh28 while true; do find bar/ -type f | xargs -n1 -P5 -I'{}' mv '{}' foo; done &
30 while true; do find foo/ -type f | xargs -n1 -P5 -I'{}' mv '{}' bar; done &
H A Dprocfs.sh48 ./$0 find $m > /dev/null 2>&1 &
52 if [ $1 = find ]; then
H A Dfuse2.sh60 ./$0 find &
70 if [ $1 = find ]; then
72 find ${mntpoint}* -type f > /dev/null 2>&1
/freebsd-current/sys/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfs.in28 find /lib/ -type f -name "libgcc_s.so.[1-9]" | while read -r libgcc; do
34 find /lib/ -name "@LIBFETCH_SONAME@" | while read -r libfetch; do
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D110.clean-tmps47 find -x -d . -type f $args -delete $print
48 find -x -d . ! -name . -type d $dargs -delete $print
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh30 local tfiles=$(find $tdir -type f -a \
32 local tcfiles=$(find $tdir -type f -a -name \*.c | sort | fmtflist)
33 local texes=$(find $tdir -type f -a -name \*.exe | sort | fmtflist)
97 for group in $(find ${CONTRIB_TESTDIR}/$class -mindepth 1 -maxdepth 1 -type d); do
/freebsd-current/contrib/libfido2/tools/
H A Dinclude_check.sh9 for f in $(find $1 -maxdepth 1 -name '*.h'); do
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h38 Pos = Str.find('\\', Pos);
46 if (TempPos != Str.find("\\\\", Pos)) {
57 Pos = Str.find('\"', Pos);
65 if (TempPos != Str.find("\\\"", Pos)) {
/freebsd-current/contrib/wpa/wpa_supplicant/binder/
H A Dbinder_manager.cpp59 if (iface_object_map_.find(iface_key) != iface_object_map_.end())
77 if (iface_object_map_.find(iface_key) == iface_object_map_.end())
93 if (iface_object_map_.find(iface_object_key) == iface_object_map_.end())
/freebsd-current/release/scripts/
H A Dlist-new-changesets.py59 author = logentry.find('author').text
60 date = logentry.find('date').text
61 msg = logentry.find('msg').text
/freebsd-current/libexec/rc/rc.d/
H A Dcleanvar33 find -x /var/run \( -type f -or -type s ! -name log -and ! -name logpriv \) -delete
37 find -x /var/spool/lock -type f -delete
41 find -x /var/spool/uucp/.Temp -delete
/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_core_arch_map.cpp92 it = core_profiles.find(coreName);
111 pos = coreName.find("ARMv");
157 pos = coreName.find("ARM-");
160 pos = coreName.find("aa64");
162 pos = coreName.find("AA64");
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.cpp35 auto t = data_.find(thread);
44 auto t = data_.find(thread);
58 auto t = data_.find(thread);
77 auto t = data_.find(thread);
89 auto t = data_.find(thread);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp74 if ((Pos = LineStr.find("struct ")) != StringRef::npos)
76 else if ((Pos = LineStr.find("class ")) != StringRef::npos)
78 else if ((Pos = LineStr.find("union ")) != StringRef::npos)
90 StringRef::size_type Pos = LineStr.find(" Size:");
102 Pos = LineStr.find("Alignment:");
115 Pos = LineStr.find("sizeof=");
125 Pos = LineStr.find("align=");
140 Pos = LineStr.find("FieldOffsets: [");
155 Pos = LineStr.find("VBaseOffsets: [");
171 Pos = LineStr.find("BaseOffset
[all...]
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-gram.y284 find(struct assignment *as, const char *name)
326 a = find(as, "name");
332 b = find(as, "argument");
337 b = find(as, "help");
365 lopt = find(as, "long");
367 lopt = find(as, "name");
371 type = find(as, "type");
478 type = find(tmp->u.assignment, "type");
498 name = find(as, "name");
501 arg = find(a
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOpenCLOptions.cpp37 auto &OptInfo = OptMap.find(Ext)->getValue();
45 auto I = OptMap.find(Ext);
50 auto E = OptMap.find(Ext);
56 auto I = OptMap.find(Ext);
63 auto I = OptMap.find(Ext);
70 auto I = OptMap.find(Ext);
82 auto I = OptMap.find(Ext);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.h212 if (find(V, MF).isValid())
229 Register find(KeyTy V, const MachineFunction *MF) const { function in class:llvm::SPIRVDuplicatesTrackerBase
230 auto iter = Storage.find(V);
233 auto iter2 = Map.find(MF);
314 Register find(const Type *Ty, const MachineFunction *MF) { function in class:llvm::SPIRVGeneralDuplicatesTracker
315 return TT.find(const_cast<Type *>(Ty), MF);
318 Register find(const Type *PointerElementType, unsigned AddressSpace, function in class:llvm::SPIRVGeneralDuplicatesTracker
320 return ST.find(
324 Register find(const Constant *C, const MachineFunction *MF) { function in class:llvm::SPIRVGeneralDuplicatesTracker
325 return CT.find(const_cas
328 Register find(const GlobalVariable *GV, const MachineFunction *MF) { function in class:llvm::SPIRVGeneralDuplicatesTracker
332 Register find(const Function *F, const MachineFunction *MF) { function in class:llvm::SPIRVGeneralDuplicatesTracker
336 Register find(const Argument *Arg, const MachineFunction *MF) { function in class:llvm::SPIRVGeneralDuplicatesTracker
340 Register find(const SPIRV::SpecialTypeDescriptor &TD, function in class:llvm::SPIRVGeneralDuplicatesTracker
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DMapLattice.h85 bool contains(const key_type &K) const { return C.find(K) != C.end(); }
87 iterator find(const key_type &K) { return C.find(K); } function in class:clang::dataflow::MapLattice
88 const_iterator find(const key_type &K) const { return C.find(K); } function in class:clang::dataflow::MapLattice
98 auto It = C.find(O.first);

Completed in 395 milliseconds

1234567891011>>