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

12

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 224 template <> struct isPodLike<SDValue> { static const bool value = true; };
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 199 template <typename T> struct isPodLike;
200 template <> struct isPodLike<Slice> {
    [all...]
  /external/clang/include/clang/AST/
Type.h 68 struct isPodLike<clang::QualType> { static const bool value = true; };
    [all...]

Completed in 248 milliseconds

12