HomeSort by relevance Sort by last modified time
    Searched refs:isPodLike (Results 26 - 38 of 38) sorted by null

12

  /external/llvm/include/llvm/ADT/
DenseMap.h 322 if (isPodLike<KeyT>::value && isPodLike<ValueT>::value)
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 892 template <typename T> struct isPodLike;
893 template <typename T> struct isPodLike<ScaledNumber<T>> {
  /external/clang/include/clang/Analysis/
ProgramPoint.h 701 struct isPodLike<clang::ProgramPoint> { static const bool value = true; };
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 308 template <> struct isPodLike<SlotIndex> { static const bool value = true; };
SelectionDAGNodes.h 207 template <> struct isPodLike<SDValue> { static const bool value = true; };
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 72 if (isPodLike<T>::value)
  /external/clang/tools/libclang/
Indexing.cpp 117 template <> struct isPodLike<PPRegion> {
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 144 template <> struct isPodLike<bfi_detail::BlockMass> {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 130 template <typename T> struct isPodLike;
131 template <> struct isPodLike<BindingKey> {
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 229 template <> struct isPodLike<clang::ObjCDictionaryElement> : std::true_type {};
    [all...]
Type.h 72 struct isPodLike<clang::QualType> { static const bool value = true; };
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 198 template <typename T> struct isPodLike;
199 template <> struct isPodLike<Slice> { static const bool value = true; };
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 763 milliseconds

12