HomeSort by: relevance | last modified time | path
    Searched defs:concrete_binding (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
store.h 200 class concrete_binding;
222 virtual const concrete_binding *dyn_cast_concrete_binding () const
374 class concrete_binding : public binding_key class in namespace:ana
378 typedef concrete_binding key_t;
380 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits) function in class:ana::concrete_binding
394 bool operator== (const concrete_binding &other) const
401 const concrete_binding *dyn_cast_concrete_binding () const final override
421 bool overlaps_p (const concrete_binding &other) const;
439 is_a_helper <const ana::concrete_binding *>::test (const ana::binding_key *key)
444 template <> struct default_hash_traits<ana::concrete_binding>
    [all...]
store.h 200 class concrete_binding;
222 virtual const concrete_binding *dyn_cast_concrete_binding () const
374 class concrete_binding : public binding_key class in namespace:ana
378 typedef concrete_binding key_t;
380 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits) function in class:ana::concrete_binding
394 bool operator== (const concrete_binding &other) const
401 const concrete_binding *dyn_cast_concrete_binding () const final override
421 bool overlaps_p (const concrete_binding &other) const;
439 is_a_helper <const ana::concrete_binding *>::test (const ana::binding_key *key)
444 template <> struct default_hash_traits<ana::concrete_binding>
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.h 200 class concrete_binding;
222 virtual const concrete_binding *dyn_cast_concrete_binding () const
341 class concrete_binding : public binding_key class in namespace:ana
345 typedef concrete_binding key_t;
347 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits) function in class:ana::concrete_binding
359 bool operator== (const concrete_binding &other) const
366 const concrete_binding *dyn_cast_concrete_binding () const FINAL OVERRIDE
385 bool overlaps_p (const concrete_binding &other) const;
400 template <> struct default_hash_traits<ana::concrete_binding>
401 : public member_function_hash_traits<ana::concrete_binding>
    [all...]
store.h 200 class concrete_binding;
222 virtual const concrete_binding *dyn_cast_concrete_binding () const
341 class concrete_binding : public binding_key class in namespace:ana
345 typedef concrete_binding key_t;
347 concrete_binding (bit_offset_t start_bit_offset, bit_size_t size_in_bits) function in class:ana::concrete_binding
359 bool operator== (const concrete_binding &other) const
366 const concrete_binding *dyn_cast_concrete_binding () const FINAL OVERRIDE
385 bool overlaps_p (const concrete_binding &other) const;
400 template <> struct default_hash_traits<ana::concrete_binding>
401 : public member_function_hash_traits<ana::concrete_binding>
    [all...]

Completed in 64 milliseconds