Searched refs:simplify_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCasting.h31 template<typename From> struct simplify_type { struct in namespace:llvm
38 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
39 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
45 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
112 // the simplify_type template.
115 typename simplify_type<SimpleFrom>::SimpleType>::doit(
116 simplify_type<const From>::getSimplifiedValue(Val));
136 typename simplify_type<const Y>::SimpleType>::doit(Val);
185 typename simplify_type<From>::SimpleType>::ret_type ret_type;
188 // Ensure the non-simple values are converted using the simplify_type templat
[all...]
H A DValueHandle.h23 template<typename From> struct simplify_type;
164 // Specialize simplify_type to allow WeakVH to participate in
166 template<> struct simplify_type<WeakVH> { struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DUse.h41 struct simplify_type;
150 // simplify_type - Allow clients to treat uses just like values when using
152 template<> struct simplify_type<Use> { struct in namespace:llvm
158 template<> struct simplify_type<const Use> { struct in namespace:llvm
H A DUser.h184 template<> struct simplify_type<User::op_iterator> {
190 template<> struct simplify_type<User::const_op_iterator> {
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h227 template<class T> struct simplify_type<IntrusiveRefCntPtr<T> > { struct in namespace:llvm
234 template<class T> struct simplify_type<const IntrusiveRefCntPtr<T> > { struct in namespace:llvm
H A Dilist.h272 template<typename From> struct simplify_type;
274 template<typename NodeTy> struct simplify_type<ilist_iterator<NodeTy> > { struct in namespace:llvm
281 template<typename NodeTy> struct simplify_type<const ilist_iterator<NodeTy> > { struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h48 template <typename T> struct simplify_type;
195 /// simplify_type specializations - Allow casting operators to work directly on
197 template<> struct simplify_type<SDValue> { struct in namespace:llvm
203 template<> struct simplify_type<const SDValue> { struct in namespace:llvm
294 /// simplify_type specializations - Allow casting operators to work directly on
296 template<> struct simplify_type<SDUse> { struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h350 /// Implement simplify_type for CanQual<T>, so that we can dyn_cast from
354 struct simplify_type< ::clang::CanQual<T> > { struct in namespace:llvm
H A DType.h999 /// Implement simplify_type for QualType, so that we can dyn_cast from QualType
1001 template<> struct simplify_type< ::clang::QualType> { struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h844 /// Implement simplify_type for CFGTerminator, so that we can dyn_cast from
846 template <> struct simplify_type< ::clang::CFGTerminator> { struct in namespace:clang::llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1041 template<class T> struct simplify_type< clang::ento::CallEventRef<T> > { struct in namespace:llvm

Completed in 291 milliseconds