Searched refs:Key (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DPassInstrumentation.cpp19 AnalysisKey PassInstrumentationAnalysis::Key; member in class:llvm::PassInstrumentationAnalysis
H A DDiagnosticInfo.cpp163 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Value *V) argument
164 : Key(Key) {
183 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, const Type *T) argument
184 : Key(Key) {
189 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, StringRef S) argument
190 : Key(Key), Val(S.str()) {}
192 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, in argument
195 Argument(StringRef Key, float N) argument
198 Argument(StringRef Key, long N) argument
201 Argument(StringRef Key, long long N) argument
204 Argument(StringRef Key, unsigned N) argument
207 Argument(StringRef Key, unsigned long N) argument
211 Argument(StringRef Key, unsigned long long N) argument
215 Argument(StringRef Key, DebugLoc Loc) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dkey.h31 typedef struct sshkey Key; typedef in typeref:struct:sshkey
62 void key_add_private(Key *);
63 Key *key_new_private(int);
64 void key_free(Key *);
65 Key *key_demote(const Key *);
66 int key_write(const Key *, FILE *);
67 int key_read(Key *, char **);
69 Key *key_generate(int, u_int);
70 Key *key_from_privat
[all...]
H A Dkey.c24 key_add_private(Key *k)
32 Key *
35 Key *ret = NULL;
43 key_read(Key *ret, char **cpp)
49 key_write(const Key *key, FILE *f)
54 Key *
58 Key *ret = NULL;
66 key_cert_copy(const Key *from_key, Key *to_key)
74 Key *
[all...]
H A Dmonitor_wrap.h43 int mm_key_sign(Key *, u_char **, u_int *, const u_char *, u_int, const char *);
48 int mm_key_allowed(enum mm_keytype, const char *, const char *, Key *, int);
49 int mm_user_key_allowed(struct passwd *, Key *, int);
51 const char *, Key *);
52 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
82 /* Key export functions */
H A Dsshconnect.h29 Key **keys;
44 int verify_host_key(char *, struct sockaddr *, Key *);
58 void maybe_add_key_to_agent(char *, Key *, char *, char *);
H A Dauth.h120 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
121 int user_key_allowed(struct passwd *, Key *, int);
122 void pubkey_auth_info(Authctxt *, const Key *, const char *, ...)
185 int auth_key_is_revoked(Key *);
190 check_key_in_hostfiles(struct passwd *, Key *, const char *,
194 Key *get_hostkey_by_index(int);
195 Key *get_hostkey_public_by_index(int, struct ssh *);
196 Key *get_hostkey_public_by_type(int, int, struct ssh *);
197 Key *get_hostkey_private_by_type(int, int, struct ssh *);
198 int get_hostkey_index(Key *, in
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dtraits.hpp56 template<typename Key,
66 Key,
72 Key,
78 Key,
83 Key,
92 template<typename Key,
101 Key,
107 Key,
113 Key,
118 Key,
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dtraits.hpp57 template<typename Key,
67 Key,
73 Key,
79 Key,
84 Key,
93 template<typename Key,
101 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
103 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
105 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
107 Key,
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
H A Deq_by_less.hpp60 template<typename Key, class Cmp_Fn>
64 operator()(const Key& r_lhs, const Key& r_rhs) const
H A Dhash_eq_fn.hpp58 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
62 template<typename Key, class Eq_Fn, class Allocator>
65 hash_eq_fn<Key, Eq_Fn, Allocator, false>
70 template<typename Key, class Eq_Fn, class Allocator>
71 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
75 typedef typename Allocator::template rebind<Key>::other key_allocator;
117 template<typename Key, class Eq_Fn, class Allocator>
120 hash_eq_fn<Key, Eq_Fn, Allocator, true>
125 template<typename Key, class Eq_Fn, class Allocator>
126 struct hash_eq_fn<Key, Eq_F
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp58 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
61 typedef value_type_base<Key, Mapped, Alloc, Store_Extra> type;
64 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
66 : public vt_base_selector<Key, Mapped, Alloc, Store_Extra>::type
68 typedef typename Alloc::template rebind<Key>::other key_allocator;
80 typename no_throw_copies<Key, Mapped>::indicator m_no_throw_copies_indicator;
H A Dbasic_types.hpp59 template<typename Key, typename Mapped, typename Allocator, bool Store_Hash>
66 template<typename Key, typename Mapped, typename Allocator>
67 struct value_type_base<Key, Mapped, Allocator, false>
76 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
93 template<typename Key, typename Mapped, typename Allocator>
94 struct value_type_base<Key, Mapped, Allocator, true>
103 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
118 template<typename Key, typename Allocator>
121 value_type_base<Key, null_mapped_type, Allocator, false>
127 template<typename Key, typenam
[all...]
H A Dcontainer_base_dispatch.hpp113 template<typename Key, typename Mapped, typename Data_Structure_Taq,
117 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
118 struct container_base_dispatch<Key, Mapped, list_update_tag,
128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
131 template<typename Key, typename Policy_Tl, typename Alloc>
132 struct container_base_dispatch<Key, null_mapped_type, list_update_tag,
142 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type;
145 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
146 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
153 typedef pat_trie_data_<Key, Mappe
[all...]
H A Dstandard_policies.hpp63 template<typename Key>
66 typedef __gnu_cxx::hash< Key> type;
69 template<typename Key>
72 typedef std::equal_to< Key> type;
138 template<typename Key>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeName.h31 StringRef Key = "DesiredTypeName = "; local
32 Name = Name.substr(Name.find(Key));
34 Name = Name.drop_front(Key.size());
41 StringRef Key = "getTypeName<";
42 Name = Name.substr(Name.find(Key));
44 Name = Name.drop_front(Key.size());
H A DItaniumManglingCanonicalizer.h70 using Key = uintptr_t;
76 /// Returns Key() if (and only if) the mangling is not a valid Itanium C++
80 Key canonicalize(StringRef Mangling);
83 /// formed. Otherwise returns Key().
84 Key lookup(StringRef Mangling);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DStringPool.cpp24 PooledStringPtr StringPool::intern(StringRef Key) { argument
25 table_t::iterator I = InternTable.find(Key);
29 entry_t *S = entry_t::Create(Key);
H A DAMDGPUMetadata.cpp95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize,
97 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint,
99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint,
101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle,
109 YIO.mapOptional(Kernel::Arg::Key::Name, MD.mName, std::string());
110 YIO.mapOptional(Kernel::Arg::Key::TypeName, MD.mTypeName, std::string());
111 YIO.mapRequired(Kernel::Arg::Key::Size, MD.mSize);
112 YIO.mapRequired(Kernel::Arg::Key::Align, MD.mAlign);
113 YIO.mapRequired(Kernel::Arg::Key::ValueKind, MD.mValueKind);
114 YIO.mapRequired(Kernel::Arg::Key
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
H A Dnull_node_metadata.hpp56 template<typename Key, class Data, class Allocator>
60 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp57 template<typename Key,
67 Key,
77 Key,
86 Key,
124 template<typename Key,
133 Key,
143 Key,
152 Key,
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_pass2.c69 for(sp=Syntax;sp->Key;sp++)
70 if(!strcmp(p+3,sp->Key))
86 (!strcmp(sp->Key,"FR") || !strcmp(sp->Key,"DR"))) {
104 sp->Key,name);
111 sp->Key,name);
112 if (sp->Key[1] == 'R')
121 sp->Key,name);
128 sp->Key,name);
137 sp->Key,nam
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dranged_hash_fn.hpp59 template<typename Key, typename Hash_Fn, typename Allocator,
64 template<typename Key, typename Hash_Fn, typename Allocator, \
68 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
75 template<typename Key, typename Hash_Fn, typename Allocator,
77 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
84 typedef typename Allocator::template rebind< Key>::other key_allocator;
146 template<typename Key, typename Hash_Fn, typename Allocator, \
150 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
157 template<typename Key, typename Hash_Fn, typename Allocator,
159 class ranged_hash_fn<Key, Hash_F
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h77 unsigned operator()(const KeyT &Key) const {
78 return KeyFunctorT()(Key);
205 assert(Idx < Universe && "Key out of range");
221 /// @param Key A valid key to find.
224 iterator find(const KeyT &Key) {
225 return findIndex(KeyIndexOf(Key));
228 const_iterator find(const KeyT &Key) const {
229 return const_cast<SparseSet*>(this)->findIndex(KeyIndexOf(Key));
232 /// count - Returns 1 if this set contains an element identified by Key,
235 size_type count(const KeyT &Key) cons
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dcond_key_dtor_entry_dealtor.hpp75 m_p_nd->m_value.first.~Key();

Completed in 179 milliseconds

1234567891011>>