HomeSort by relevance Sort by last modified time
    Searched refs:isPodLike (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/include/clang/AST/
DeclAccessPair.h 66 template<typename> struct isPodLike;
67 template<> struct isPodLike<clang::DeclAccessPair> {
BaseSubobject.h 81 template <> struct isPodLike<clang::BaseSubobject> {
GlobalDecl.h 119 struct isPodLike<clang::GlobalDecl> {
CharUnits.h 211 template <> struct isPodLike<clang::CharUnits> {
DeclarationName.h 566 struct isPodLike<clang::DeclarationName> { static const bool value = true; };
  /external/llvm/include/llvm/Support/
type_traits.h 55 /// isPodLike - This is a type trait that is used to determine whether a given
58 struct isPodLike {
66 struct isPodLike<std::pair<T, U> > {
67 static const bool value = isPodLike<T>::value & isPodLike<U>::value;
ValueHandle.h 260 struct isPodLike<AssertingVH<T> > {
  /external/clang/include/clang/Index/
GlobalSelector.h 96 struct isPodLike<clang::idx::GlobalSelector> { static const bool value = true;};
Entity.h 145 struct isPodLike<clang::idx::Entity> { static const bool value = true; };
  /external/llvm/include/llvm/ADT/
ArrayRef.h 213 template <typename T> struct isPodLike;
214 template <typename T> struct isPodLike<ArrayRef<T> > {
ImmutableList.h 224 template <typename T> struct isPodLike;
226 struct isPodLike<ImmutableList<T> > { static const bool value = true; };
PointerIntPair.h 116 template <typename T> struct isPodLike;
118 struct isPodLike<PointerIntPair<PointerTy, IntBits, IntType> > {
SmallVector.h 173 /// SmallVectorTemplateBase<isPodLike = false> - This is where we put method
175 template <typename T, bool isPodLike>
200 template <typename T, bool isPodLike>
201 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
225 /// SmallVectorTemplateBase<isPodLike = true> - This is where we put method
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)) {
StringRef.h 470 template <typename T> struct isPodLike;
471 template <> struct isPodLike<StringRef> { static const bool value = true; };
DenseMap.h 240 (!isPodLike<KeyInfoT>::value || !isPodLike<ValueInfoT>::value)) {
269 if (isPodLike<KeyInfoT>::value && isPodLike<ValueInfoT>::value)
  /external/clang/include/clang/Basic/
SourceLocation.h 26 template <typename T> struct isPodLike;
405 struct isPodLike<clang::SourceLocation> { static const bool value = true; };
407 struct isPodLike<clang::FileID> { static const bool value = true; };
IdentifierTable.h 729 struct isPodLike<clang::Selector> { static const bool value = true; };
  /external/clang/include/clang/Lex/
Token.h 292 struct isPodLike<clang::Token> { static const bool value = true; };
  /external/llvm/include/llvm/MC/
MCInst.h 126 template <> struct isPodLike<MCOperand> { static const bool value = true; };
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 73 template<> struct isPodLike<SimpleValue> {
166 template<> struct isPodLike<CallValue> {
  /external/clang/include/clang/Sema/
Ownership.h 112 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; };
CodeCompleteConsumer.h 508 template <> struct isPodLike<clang::CodeCompletionString::Chunk> {
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 423 struct isPodLike<clang::ProgramPoint> { static const bool value = true; };
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 187 template <> struct isPodLike<LiveRange> { static const bool value = true; };
ScheduleDAG.h 225 struct isPodLike<SDep> { static const bool value = true; };

Completed in 600 milliseconds

1 2