Home
last modified time | relevance | path

Searched defs:key_t (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.h197 struct key_t struct
199 key_t (tree type, const region *reg) in key_t() argument
211 bool operator== (const key_t &other) const argument
216 void mark_deleted () { m_type = reinterpret_cast<tree> (1); } in mark_deleted()
217 void mark_empty () { m_type = reinterpret_cast<tree> (2); } in mark_empty()
218 bool is_deleted () const { return m_type == reinterpret_cast<tree> (1); } in is_deleted()
219 bool is_empty () const { return m_type == reinterpret_cast<tree> (2); } in is_empty()
221 tree m_type;
222 const region *m_reg;
H A Dregion.h262 struct key_t struct
264 key_t (const frame_region *calling_frame, function *fun) in key_t() argument
279 bool operator== (const key_t &other) const argument
284 void mark_deleted () { m_fun = reinterpret_cast<function *> (1); } in mark_deleted()
285 void mark_empty () { m_fun = NULL; } in mark_empty()
286 bool is_deleted () const in is_deleted()
290 bool is_empty () const { return m_fun == NULL; } in is_empty()
292 const frame_region *m_calling_frame;
293 function *m_fun;
H A Ddiagnostic-manager.cc236 struct key_t struct in ana::feasible_worklist
238 key_t (const feasible_worklist &w, feasible_node *fnode) in key_t() argument
242 bool operator< (const key_t &other) const in operator <()
247 bool operator== (const key_t &other) const in operator ==()
252 bool operator> (const key_t &other) const in operator >()
258 static int cmp (const key_t &ka, const key_t &kb) in cmp()
269 const feasible_worklist &m_worklist;
270 feasible_node *m_fnode;
H A Dconstraint-manager.h117 typedef bounded_ranges key_t; typedef
H A Dstore.h345 typedef concrete_binding key_t; typedef
H A Danalyzer.h357 typedef typename T::key_t key_t; typedef
H A Dexploded-graph.h742 key_t (const worklist &w, exploded_node *enode) in key_t() function
H A Dsm-malloc.cc237 typedef const auto_vec <const deallocator *> *key_t; typedef
/netbsd-src/external/bsd/elftosb/dist/common/
H A DAESKey.h55 typedef uint8_t key_t[S/8]; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dtypes.d315 alias int key_t; in version() local
325 alias int key_t; in version() local
335 alias c_long key_t; in version() local
345 alias c_long key_t; in version() local
355 alias c_long key_t; in version() local
365 alias c_long key_t; in version() local
384 alias int key_t; in version() local
/netbsd-src/sys/sys/
H A Dtypes.h177 typedef long key_t; /* IPC key (for Sys V IPC) */ typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dexploded-graph.h670 key_t (const worklist &w, exploded_node *enode) in key_t() function
H A Dregion-model.h1350 typedef int key_t; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2515 typedef traits::compare_type key_t; typedef in depset::hash