Home
last modified time | relevance | path

Searched defs:isPodLike (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Dtype_traits.h32 struct isPodLike { struct
54 struct isPodLike<std::pair<T, U> > { argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A Dtype_traits.h32 struct isPodLike { struct
54 struct isPodLike<std::pair<T, U> > { argument
/aosp_15_r20/external/clang/tools/libclang/
H A DIndexing.cpp97 template <> struct isPodLike<PPRegion> { struct
98 static const bool value = true;
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp133 template <> struct isPodLike<BindingKey> { struct
134 static const bool value = true;
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp186 template <> struct isPodLike<Slice> { static const bool value = true; }; argument