Searched defs:KeyTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h45 struct KeyTy { struct in struct:llvm::DenseMapAPIntKeyInfo
48 KeyTy(const APInt& V, Type* Ty) : val(V), type(Ty) {} function in struct:llvm::DenseMapAPIntKeyInfo::KeyTy
70 struct KeyTy { struct in struct:llvm::DenseMapAPFloatKeyInfo
72 KeyTy(const APFloat& V) : val(V){} function in struct:llvm::DenseMapAPFloatKeyInfo::KeyTy
98 struct KeyTy { struct in struct:llvm::AnonStructTypeKeyInfo
101 KeyTy(const ArrayRef<Type*>& E, bool P) : function in struct:llvm::AnonStructTypeKeyInfo::KeyTy
103 KeyTy(const StructType* ST) : function in struct:llvm::AnonStructTypeKeyInfo::KeyTy
142 struct KeyTy { struct in struct:llvm::FunctionTypeKeyInfo
146 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : function in struct:llvm::FunctionTypeKeyInfo::KeyTy
148 KeyTy(const FunctionType* FT) : function in struct:llvm::FunctionTypeKeyInfo::KeyTy
[all...]

Completed in 46 milliseconds