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

  /external/llvm/unittests/Support/
Casting.cpp 69 template <> struct simplify_type<foo> { struct in namespace:llvm
79 // Test the peculiar behavior of Use in simplify_type.
80 static_assert(std::is_same<simplify_type<Use>::SimpleType, Value *>::value,
82 static_assert(std::is_same<simplify_type<Use *>::SimpleType, Value *>::value,
86 static_assert(std::is_same<simplify_type<foo>::SimpleType, int>::value,
87 "Unexpected simplify_type result!");
88 static_assert(std::is_same<simplify_type<foo *>::SimpleType, foo *>::value,
89 "Unexpected simplify_type result!");
  /external/llvm/include/llvm/Support/
Casting.h 32 template<typename From> struct simplify_type { struct in namespace:llvm
39 template<typename From> struct simplify_type<const From> { struct in namespace:llvm
40 typedef typename simplify_type<From>::SimpleType NonConstSimpleType;
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
110 // the simplify_type template.
113 typename simplify_type<SimpleFrom>::SimpleType>::doit(
114 simplify_type<const From>::getSimplifiedValue(Val));
134 typename simplify_type<const Y>::SimpleType>::doit(Val);
183 typename simplify_type<From>::SimpleType>::ret_type ret_type;
186 // Ensure the non-simple values are converted using the simplify_type templat
    [all...]
  /external/llvm/include/llvm/IR/
Use.h 40 template <typename> struct simplify_type;
159 template <> struct simplify_type<Use> { struct in namespace:llvm
163 template <> struct simplify_type<const Use> { struct in namespace:llvm
User.h 177 template<> struct simplify_type<User::op_iterator> {
183 template<> struct simplify_type<User::const_op_iterator> {
ValueHandle.h 23 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
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 268 template<class T> struct simplify_type<IntrusiveRefCntPtr<T> > { struct in namespace:llvm
275 template<class T> struct simplify_type<const IntrusiveRefCntPtr<T> > { struct in namespace:llvm
ilist.h 272 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
  /external/clang/include/clang/AST/
CanonicalType.h 349 /// Implement simplify_type for CanQual<T>, so that we can dyn_cast from
353 struct simplify_type< ::clang::CanQual<T> > { struct in namespace:llvm
Type.h 1000 template<> struct simplify_type< ::clang::QualType> { struct in namespace:llvm
    [all...]
  /external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst 383 ``simplify_type``. However, those two need reference documentation in
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 50 template <typename T> struct simplify_type;
227 /// simplify_type specializations - Allow casting operators to work directly on
229 template<> struct simplify_type<SDValue> { struct in namespace:llvm
235 template<> struct simplify_type<const SDValue> { struct in namespace:llvm
326 /// simplify_type specializations - Allow casting operators to work directly on
328 template<> struct simplify_type<SDUse> { struct in namespace:llvm
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 993 template <> struct simplify_type< ::clang::CFGTerminator> { struct in namespace:clang::llvm
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-dis 
clang-tblgen 
llvm-link 
tblgen 
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 1022 template<class T> struct simplify_type< clang::ento::CallEventRef<T> > { struct in namespace:llvm
    [all...]

Completed in 511 milliseconds