Searched defs:isPodLike (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A Dtype_traits.h27 /// isPodLike - This is a type trait that is used to determine whether a given
30 struct isPodLike { struct in namespace:llvm
36 // matches the definition of isPodLike closely.
52 struct isPodLike<std::pair<T, U> > { struct in namespace:llvm
53 static const bool value = isPodLike<T>::value && isPodLike<U>::value;
H A DScaledNumber.h892 template <typename T> struct isPodLike;
893 template <typename T> struct isPodLike<ScaledNumber<T>> { struct in namespace:llvm
/external/clang/include/clang/AST/
H A DBaseSubobject.h81 template <> struct isPodLike<clang::BaseSubobject> { struct in namespace:llvm
H A DDeclAccessPair.h66 template<typename> struct isPodLike;
67 template<> struct isPodLike<clang::DeclAccessPair> { struct in namespace:llvm
H A DGlobalDecl.h120 struct isPodLike<clang::GlobalDecl> { struct in namespace:llvm
H A DCharUnits.h234 template <> struct isPodLike<clang::CharUnits> { struct in namespace:llvm
H A DDeclarationName.h594 struct isPodLike<clang::DeclarationName> { static const bool value = true; }; struct in namespace:llvm
H A DExprObjC.h229 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {}; struct in namespace:llvm
/external/llvm/include/llvm/ADT/
H A DOptional.h147 template <typename T> struct isPodLike;
148 template <typename T> struct isPodLike<Optional<T> > { struct in namespace:llvm
150 static const bool value = isPodLike<T>::value;
H A DArrayRef.h374 template <typename T> struct isPodLike;
375 template <typename T> struct isPodLike<ArrayRef<T> > { struct in namespace:llvm
H A DImmutableList.h223 template <typename T> struct isPodLike;
225 struct isPodLike<ImmutableList<T> > { static const bool value = true; }; struct in namespace:llvm
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h160 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; }; struct in namespace:llvm
/external/llvm/include/llvm/CodeGen/
H A DPasses.h79 template <> struct isPodLike<IdentifyingPassPtr> { struct in namespace:llvm
H A DScheduleDAG.h258 struct isPodLike<SDep> { static const bool value = true; }; struct in namespace:llvm
H A DSlotIndexes.h308 template <> struct isPodLike<SlotIndex> { static const bool value = true; }; struct in namespace:llvm
/external/llvm/include/llvm/IR/
H A DCFG.h143 struct isPodLike<TerminatorInst::SuccIterator<T, U>> { struct in namespace:llvm
144 static const bool value = isPodLike<T>::value;
H A DValueHandle.h265 struct isPodLike<AssertingVH<T> > { struct in namespace:llvm
/external/llvm/include/llvm/MC/
H A DMCInst.h146 template <> struct isPodLike<MCOperand> { static const bool value = true; }; struct in namespace:llvm
/external/clang/include/clang/Lex/
H A DToken.h325 struct isPodLike<clang::Token> { static const bool value = true; }; struct in namespace:llvm
/external/clang/include/clang/Sema/
H A DOwnership.h123 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; }; struct in namespace:llvm
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp198 template <typename T> struct isPodLike;
199 template <> struct isPodLike<Slice> { static const bool value = true; }; struct in namespace:llvm
/external/clang/include/clang/Basic/
H A DSourceLocation.h29 template <typename T> struct isPodLike;
419 struct isPodLike<clang::SourceLocation> { static const bool value = true; }; struct in namespace:clang::llvm
421 struct isPodLike<clang::FileID> { static const bool value = true; }; struct in namespace:clang::llvm
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h567 template <typename T> struct isPodLike;
568 template <> struct isPodLike<clang::ento::SVal> { struct in namespace:llvm
/external/clang/include/clang/Analysis/
H A DProgramPoint.h701 struct isPodLike<clang::ProgramPoint> { static const bool value = true; }; struct in namespace:llvm
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h144 template <> struct isPodLike<bfi_detail::BlockMass> { struct in namespace:llvm

Completed in 4030 milliseconds

12