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

12

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DBaseSubobject.h81 template <> struct isPodLike<clang::BaseSubobject> { struct in namespace:llvm
H A DDeclAccessPair.h68 template<> struct isPodLike<clang::DeclAccessPair> { struct in namespace:llvm
H A DGlobalDecl.h119 struct isPodLike<clang::GlobalDecl> { struct in namespace:llvm
H A DCharUnits.h222 template <> struct isPodLike<clang::CharUnits> { struct in namespace:llvm
H A DDeclarationName.h588 struct isPodLike<clang::DeclarationName> { static const bool value = true; }; struct in namespace:llvm
H A DExprObjC.h217 template <> struct isPodLike<clang::ObjCDictionaryElement> : llvm::true_type {}; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DOptional.h132 template <typename T> struct isPodLike<Optional<T> > { struct in namespace:llvm
H A DArrayRef.h312 template <typename T> struct isPodLike<ArrayRef<T> > { struct in namespace:llvm
H A DImmutableList.h225 struct isPodLike<ImmutableList<T> > { static const bool value = true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A Dtype_traits.h66 struct isPodLike { struct in namespace:llvm
80 struct isPodLike<std::pair<T, U> > { struct in namespace:llvm
H A DValueHandle.h257 struct isPodLike<AssertingVH<T> > { struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/include/llvm/Bitcode/
H A DBitCodes.h159 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DPasses.h76 template <> struct isPodLike<IdentifyingPassPtr> { struct in namespace:llvm
H A DSlotIndexes.h301 template <> struct isPodLike<SlotIndex> { static const bool value = true; }; struct in namespace:llvm
H A DScheduleDAG.h265 struct isPodLike<SDep> { static const bool value = true; }; struct in namespace:llvm
H A DSelectionDAGNodes.h192 template <> struct isPodLike<SDValue> { static const bool value = true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCInst.h146 template <> struct isPodLike<MCOperand> { static const bool value = true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DToken.h289 struct isPodLike<clang::Token> { static const bool value = true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h109 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp608 struct isPodLike<LoweredPHIRecord> { static const bool value = true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp76 template<> struct isPodLike<SimpleValue> { struct in namespace:llvm
224 template<> struct isPodLike<CallValue> { struct in namespace:llvm
H A DSROA.cpp222 template <> struct isPodLike<Partition> : llvm::true_type {}; struct in namespace:llvm
223 template <> struct isPodLike<PartitionUse> : llvm::true_type {}; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h419 struct isPodLike<clang::SourceLocation> { static const bool value = true; }; struct in namespace:llvm
421 struct isPodLike<clang::FileID> { static const bool value = true; }; struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h568 template <> struct isPodLike<clang::ento::SVal> { struct in namespace:llvm
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h700 struct isPodLike<clang::ProgramPoint> { static const bool value = true; }; struct in namespace:llvm

Completed in 248 milliseconds

12