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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DArrayRef.h300 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
/macosx-10.10.1/llvmCore-3425.0.34/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.h270 struct isPodLike<AssertingVH<T> > { struct in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-type_traits.h67 struct isPodLike { struct in namespace:objc
81 struct isPodLike<std::pair<T, U> > { struct in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Bitcode/
H A DBitCodes.h158 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; }; struct in namespace:llvm
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCInst.h146 template <> struct isPodLike<MCOperand> { static const bool value = true; }; struct in namespace:llvm
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DEarlyCSE.cpp75 template<> struct isPodLike<SimpleValue> { struct in namespace:llvm
168 template<> struct isPodLike<CallValue> { struct in namespace:llvm
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSlotIndexes.h282 template <> struct isPodLike<SlotIndex> { static const bool value = true; }; struct in namespace:llvm
H A DScheduleDAG.h245 struct isPodLike<SDep> { static const bool value = true; }; struct in namespace:llvm
H A DSelectionDAGNodes.h187 template <> struct isPodLike<SDValue> { static const bool value = true; }; struct in namespace:llvm
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp608 struct isPodLike<LoweredPHIRecord> { static const bool value = true; }; struct in namespace:llvm

Completed in 151 milliseconds