HomeSort by relevance Sort by last modified time
    Searched refs:simplify_type (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/
User.h 146 template<> struct simplify_type<User::op_iterator> {
154 template<> struct simplify_type<const User::op_iterator>
155 : public simplify_type<User::op_iterator> {};
157 template<> struct simplify_type<User::const_op_iterator> {
165 template<> struct simplify_type<const User::const_op_iterator>
166 : public simplify_type<User::const_op_iterator> {};
Use.h 38 struct simplify_type;
148 // simplify_type - Allow clients to treat uses just like values when using
150 template<> struct simplify_type<Use> { struct in namespace:llvm
156 template<> struct simplify_type<const Use> { struct in namespace:llvm
  /external/llvm/include/llvm/ADT/
Optional.h 50 template<typename T> struct simplify_type;
53 struct simplify_type<const Optional<T> > { struct in namespace:llvm
61 struct simplify_type<Optional<T> > struct in namespace:llvm
62 : public simplify_type<const Optional<T> > {};
IntrusiveRefCntPtr.h 227 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
ilist.h 271 template<typename From> struct simplify_type;
273 template<typename NodeTy> struct simplify_type<ilist_iterator<NodeTy> > { struct in namespace:llvm
280 template<typename NodeTy> struct simplify_type<const ilist_iterator<NodeTy> > { struct in namespace:llvm
  /external/llvm/include/llvm/Support/
ValueHandle.h 163 // Specialize simplify_type to allow WeakVH to participate in
165 template<typename From> struct simplify_type;
166 template<> struct simplify_type<const WeakVH> { struct in namespace:llvm
172 template<> struct simplify_type<WeakVH> : public simplify_type<const WeakVH> {}; struct in namespace:llvm
239 // Specialize simplify_type to allow AssertingVH to participate in
241 template<typename From> struct simplify_type;
242 template<> struct simplify_type<const AssertingVH<Value> > { struct in namespace:llvm
248 template<> struct simplify_type<AssertingVH<Value> > struct in namespace:llvm
249 : public simplify_type<const AssertingVH<Value> > {}
351 template<> struct simplify_type<const TrackingVH<Value> > { struct in namespace:llvm
357 template<> struct simplify_type<TrackingVH<Value> > struct in namespace:llvm
405 template<> struct simplify_type<const CallbackVH> { struct in namespace:llvm
411 template<> struct simplify_type<CallbackVH> struct in namespace:llvm
    [all...]
Casting.h 30 template<typename From> struct simplify_type { struct in namespace:llvm
37 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
87 // the simplify_type template.
90 typename simplify_type<SimpleFrom>::SimpleType>::doit(
91 simplify_type<From>::getSimplifiedValue(Val));
110 return isa_impl_wrap<X, Y, typename simplify_type<Y>::SimpleType>::doit(Val);
159 typename simplify_type<From>::SimpleType>::ret_type ret_type;
162 // Ensure the non-simple values are converted using the simplify_type template
169 typename simplify_type<SimpleFrom>::SimpleType>::doit
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 350 /// Implement simplify_type for CanQual<T>, so that we can dyn_cast from
354 struct simplify_type<const ::clang::CanQual<T> > { struct in namespace:llvm
361 struct simplify_type< ::clang::CanQual<T> > struct in namespace:llvm
362 : public simplify_type<const ::clang::CanQual<T> > {};
DeclCXX.h 72 /// Implement simplify_type for AnyFunctionDecl, so that we can dyn_cast from
74 template<> struct simplify_type<const ::clang::AnyFunctionDecl> { struct in namespace:llvm
80 template<> struct simplify_type< ::clang::AnyFunctionDecl> struct in namespace:llvm
81 : public simplify_type<const ::clang::AnyFunctionDecl> {};
    [all...]
Type.h 959 /// Implement simplify_type for QualType, so that we can dyn_cast from QualType
961 template<> struct simplify_type<const ::clang::QualType> struct in namespace:llvm
967 template<> struct simplify_type< ::clang::QualType> struct in namespace:llvm
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 48 template <typename T> struct simplify_type;
190 /// simplify_type specializations - Allow casting operators to work directly on
192 template<> struct simplify_type<SDValue> { struct in namespace:llvm
198 template<> struct simplify_type<const SDValue> { struct in namespace:llvm
289 /// simplify_type specializations - Allow casting operators to work directly on
291 template<> struct simplify_type<SDUse> { struct in namespace:llvm
297 template<> struct simplify_type<const SDUse> { struct in namespace:llvm
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 810 /// Implement simplify_type for CFGTerminator, so that we can dyn_cast from
812 template <> struct simplify_type<const ::clang::CFGTerminator> { struct in namespace:clang::llvm
819 template <> struct simplify_type< ::clang::CFGTerminator> { struct in namespace:clang::llvm
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 975 template<class T> struct simplify_type< clang::ento::CallEventRef<T> > { struct in namespace:llvm

Completed in 638 milliseconds