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

12

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 192 template <> struct isPodLike<SDValue> { static const bool value = true; };
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 181 template <typename T> struct isPodLike;
182 template <> struct isPodLike<Slice> {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 252 template <> struct isPodLike<AttrAndList> {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 500 struct isPodLike<ObjCSummaryKey> { static const bool value = true; };
    [all...]
  /external/clang/include/clang/AST/
Type.h 69 struct isPodLike<clang::QualType> { static const bool value = true; };
    [all...]

Completed in 137 milliseconds

12