Home
last modified time | relevance | path

Searched defs:find (Results 1 – 25 of 178) sorted by relevance

12345678

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dcompiler.cc65 cc1_plugin::compiler::find (const char *, std::string &) const in find() function in cc1_plugin::compiler
71 cc1_plugin::compiler_triplet_regexp::find (const char *base, in find() function in cc1_plugin::compiler_triplet_regexp
109 cc1_plugin::compiler_driver_filename::find (const char *, in find() function in cc1_plugin::compiler_driver_filename
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
57 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
57 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/bsd/tmux/dist/
H A Dfile.c199 struct client_file find, *cf; in file_vprint() local
226 struct client_file find, *cf; in file_print_buffer() local
253 struct client_file find, *cf; in file_error() local
563 struct client_file find, *cf; in file_write_open() local
623 struct client_file find, *cf; in file_write_data() local
643 struct client_file find, *cf; in file_write_close() local
724 struct client_file find, *cf; in file_read_open() local
784 struct client_file find, *cf; in file_read_cancel() local
802 struct client_file find, *cf; in file_write_ready() local
822 struct client_file find, *cf; in file_read_data() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreplace-header12 find = "" variable
19 find = x[2:] variable
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreplace-header12 find = "" variable
19 find = x[2:] variable
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dfind_fn_imps.hpp122 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
150 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dfind_fn_imps.hpp122 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
150 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h79 iterator find(const KeyT &Key) { in find() function
86 const_iterator find(const KeyT &Key) const { in find() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h68 iterator find(MachineBasicBlock *B) { in find() function
72 const_iterator find(MachineBasicBlock *B) const { in find() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h83 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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
70 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DContinuousRangeMap.h93 iterator find(Int K) { in find() function
102 const_iterator find(Int K) const { in find() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp46 find(key_const_reference r_key) in find() function in PB_DS_CLASS_C_DEC
70 find(key_const_reference r_key) const in find() function in PB_DS_CLASS_C_DEC
/netbsd-src/common/lib/libc/string/
H A Dstrstr.c56 strstr(const char *s, const char *find) in strstr()
/netbsd-src/lib/libc/string/
H A Dstrcasestr.c49 strcasestr(const char *s, const char *find) in strcasestr()
H A Dstrnstr.c53 strnstr(const char *s, const char *find, size_t slen) in strnstr()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstring_view.tcc48 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() function in std::basic_string_view
69 find(_CharT __c, size_type __pos) const noexcept in find() function in std::basic_string_view
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dstring_view.tcc52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view
73 find(_CharT __c, size_type __pos) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dstring_view.tcc52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view
73 find(_CharT __c, size_type __pos) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view
/netbsd-src/external/bsd/mdocml/dist/
H A Dcompat_strcasestr.c54 strcasestr(const char *s, const char *find) in strcasestr()

12345678