OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImutProfileInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
ImmutableSet.h
818
struct
ImutProfileInfo
{
839
template<> struct
ImutProfileInfo
<X> : ImutProfileInteger<X> {};
857
struct
ImutProfileInfo
<T*> {
869
// inherit from the profile traits (
ImutProfileInfo
) to include operations
878
struct ImutContainerInfo : public
ImutProfileInfo
<T> {
879
typedef typename
ImutProfileInfo
<T>::value_type value_type;
880
typedef typename
ImutProfileInfo
<T>::value_type_ref value_type_ref;
904
struct ImutContainerInfo<T*> : public
ImutProfileInfo
<T*> {
905
typedef typename
ImutProfileInfo
<T*>::value_type value_type;
906
typedef typename
ImutProfileInfo
<T*>::value_type_ref value_type_ref
[
all
...]
ImmutableIntervalMap.h
82
ImutProfileInfo
<T>::Profile(ID, V.second);
Completed in 28 milliseconds