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

12

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 311 template <> struct isPodLike<SlotIndex> { static const bool value = true; };
SelectionDAGNodes.h 182 template <> struct isPodLike<SDValue> { static const bool value = true; };
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 74 if (isPodLike<T>::value)
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 608 struct isPodLike<LoweredPHIRecord> { static const bool value = true; };
    [all...]
  /external/clang/include/clang/AST/
Type.h 67 struct isPodLike<clang::QualType> { static const bool value = true; };
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 234 template <> struct isPodLike<AttrAndList> {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 484 struct isPodLike<ObjCSummaryKey> { static const bool value = true; };
    [all...]

Completed in 504 milliseconds

12