/external/llvm/include/llvm/Support/ |
D | type_traits.h | 32 struct isPodLike { struct 54 struct isPodLike<std::pair<T, U> > { argument 55 static const bool value = isPodLike<T>::value && isPodLike<U>::value;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | type_traits.h | 32 struct isPodLike { struct 54 struct isPodLike<std::pair<T, U> > { argument 55 static const bool value = isPodLike<T>::value && isPodLike<U>::value;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | type_traits.h | 59 struct isPodLike { struct 67 struct isPodLike<std::pair<T, U> > { argument 68 static const bool value = isPodLike<T>::value & isPodLike<U>::value;
|
/external/clang/include/clang/AST/ |
D | DeclAccessPair.h | 66 template<typename> struct isPodLike; 67 template<> struct isPodLike<clang::DeclAccessPair> {
|
D | BaseSubobject.h | 80 template <> struct isPodLike<clang::BaseSubobject> {
|
D | GlobalDecl.h | 122 struct isPodLike<clang::GlobalDecl> {
|
/external/llvm/include/llvm/ADT/ |
D | Optional.h | 147 template <typename T> struct isPodLike; 148 template <typename T> struct isPodLike<Optional<T> > { 150 static const bool value = isPodLike<T>::value;
|
D | ImmutableList.h | 223 template <typename T> struct isPodLike; 225 struct isPodLike<ImmutableList<T> > { static const bool value = true; };
|
D | PointerIntPair.h | 174 template <typename T> struct isPodLike; 176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
|
D | SmallVector.h | 175 template <typename T, bool isPodLike> 229 template <typename T, bool isPodLike> 230 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() 318 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> { 319 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass; 330 : SmallVectorTemplateBase<T, isPodLike<T>::value>(N*sizeof(T)) { in SmallVectorImpl()
|
D | ArrayRef.h | 386 template <typename T> struct isPodLike; 387 template <typename T> struct isPodLike<ArrayRef<T> > {
|
D | StringRef.h | 628 template <typename T> struct isPodLike; 629 template <> struct isPodLike<StringRef> { static const bool value = true; };
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 29 template <typename T> struct isPodLike; 419 struct isPodLike<clang::SourceLocation> { static const bool value = true; }; 421 struct isPodLike<clang::FileID> { static const bool value = true; };
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | PointerIntPair.h | 116 template <typename T> struct isPodLike; 118 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
|
D | ArrayRef.h | 213 template <typename T> struct isPodLike; 214 template <typename T> struct isPodLike<ArrayRef<T> > {
|
D | SmallVector.h | 175 template <typename T, bool isPodLike> 200 template <typename T, bool isPodLike> 201 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() 265 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> { 266 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass; 275 : SmallVectorTemplateBase<T, isPodLike<T>::value>(N*sizeof(T)) { in SmallVectorImpl()
|
D | DenseMap.h | 240 (!isPodLike<KeyInfoT>::value || !isPodLike<ValueInfoT>::value)) { in CopyFrom() 269 if (isPodLike<KeyInfoT>::value && isPodLike<ValueInfoT>::value) in CopyFrom()
|
D | ImmutableList.h | 224 template <typename T> struct isPodLike; 226 struct isPodLike<ImmutableList<T> > { static const bool value = true; };
|
D | StringRef.h | 470 template <typename T> struct isPodLike; 471 template <> struct isPodLike<StringRef> { static const bool value = true; };
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Optional.h | 147 template <typename T> struct isPodLike; 148 template <typename T> struct isPodLike<Optional<T> > { 150 static const bool value = isPodLike<T>::value;
|
D | PointerIntPair.h | 174 template <typename T> struct isPodLike; 176 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType>> {
|
D | SmallVector.h | 178 template <typename T, bool isPodLike> 232 template <typename T, bool isPodLike> 233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() 321 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> { 322 typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass; 332 : SmallVectorTemplateBase<T, isPodLike<T>::value>(N*sizeof(T)) { in SmallVectorImpl()
|
/external/llvm/include/llvm/IR/ |
D | CFG.h | 143 struct isPodLike<TerminatorInst::SuccIterator<T, U>> { 144 static const bool value = isPodLike<T>::value;
|
/external/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 156 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 73 template<> struct isPodLike<SimpleValue> { struct 166 template<> struct isPodLike<CallValue> { struct
|