Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
Dtype_traits.h32 struct isPodLike { struct
54 struct isPodLike<std::pair<T, U> > { argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Dtype_traits.h31 struct isPodLike { struct
53 struct isPodLike<std::pair<T, U>> { argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Dtype_traits.h32 struct isPodLike { struct
54 struct isPodLike<std::pair<T, U> > { argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dtype_traits.h59 struct isPodLike { struct
67 struct isPodLike<std::pair<T, U> > { argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp73 template<> struct isPodLike<SimpleValue> { struct
74 static const bool value = true;
166 template<> struct isPodLike<CallValue> { struct
167 static const bool value = true;
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp608 struct isPodLike<LoweredPHIRecord> { static const bool value = true; }; argument
/external/clang/tools/libclang/
DIndexing.cpp97 template <> struct isPodLike<PPRegion> { struct
98 static const bool value = true;
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp133 template <> struct isPodLike<BindingKey> { struct
134 static const bool value = true;
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp186 template <> struct isPodLike<Slice> { static const bool value = true; }; struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp228 template <> struct isPodLike<Slice> { static const bool value = true; }; struct