clang  3.9.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag > Struct Template Reference

#include <CodeGenTBAA.h>

Static Public Member Functions

static clang::CodeGen::TBAAPathTag getEmptyKey ()
 
static clang::CodeGen::TBAAPathTag getTombstoneKey ()
 
static unsigned getHashValue (const clang::CodeGen::TBAAPathTag &Val)
 
static bool isEqual (const clang::CodeGen::TBAAPathTag &LHS, const clang::CodeGen::TBAAPathTag &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >

Definition at line 126 of file CodeGenTBAA.h.

Member Function Documentation

Definition at line 127 of file CodeGenTBAA.h.

static unsigned llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::getHashValue ( const clang::CodeGen::TBAAPathTag Val)
inlinestatic
static clang::CodeGen::TBAAPathTag llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::getTombstoneKey ( )
inlinestatic

Definition at line 134 of file CodeGenTBAA.h.

static bool llvm::DenseMapInfo< clang::CodeGen::TBAAPathTag >::isEqual ( const clang::CodeGen::TBAAPathTag LHS,
const clang::CodeGen::TBAAPathTag RHS 
)
inlinestatic

The documentation for this struct was generated from the following file: