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

1 2

  /external/clang/include/clang/AST/
BaseSubobject.h 81 template <> struct isPodLike<clang::BaseSubobject> {
DeclAccessPair.h 67 template<typename> struct isPodLike;
68 template<> struct isPodLike<clang::DeclAccessPair> {
GlobalDecl.h 119 struct isPodLike<clang::GlobalDecl> {
CharUnits.h 222 template <> struct isPodLike<clang::CharUnits> {
DeclarationName.h 588 struct isPodLike<clang::DeclarationName> { static const bool value = true; };
ExprObjC.h 217 template <> struct isPodLike<clang::ObjCDictionaryElement> : llvm::true_type {};
    [all...]
  /external/llvm/include/llvm/ADT/
ArrayRef.h 304 template <typename T> struct isPodLike;
305 template <typename T> struct isPodLike<ArrayRef<T> > {
Optional.h 145 template <typename T> struct isPodLike;
146 template <typename T> struct isPodLike<Optional<T> > {
148 static const bool value = isPodLike<T>::value;
ImmutableList.h 223 template <typename T> struct isPodLike;
225 struct isPodLike<ImmutableList<T> > { static const bool value = true; };
  /external/llvm/include/llvm/Support/
type_traits.h 63 /// isPodLike - This is a type trait that is used to determine whether a given
66 struct isPodLike {
69 // matches the definition of isPodLike closely.
80 struct isPodLike<std::pair<T, U> > {
81 static const bool value = isPodLike<T>::value && isPodLike<U>::value;
ValueHandle.h 270 struct isPodLike<AssertingVH<T> > {
  /external/clang/include/clang/Lex/
Token.h 289 struct isPodLike<clang::Token> { static const bool value = true; };
  /external/clang/include/clang/Sema/
Ownership.h 109 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; };
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 159 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
  /external/llvm/include/llvm/MC/
MCInst.h 146 template <> struct isPodLike<MCOperand> { static const bool value = true; };
  /external/clang/include/clang/Basic/
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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 558 template <typename T> struct isPodLike;
559 template <> struct isPodLike<clang::ento::SVal> {
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 76 template<> struct isPodLike<SimpleValue> {
224 template<> struct isPodLike<CallValue> {
SROA.cpp 181 template <> struct isPodLike<Partition> : llvm::true_type {};
182 template <> struct isPodLike<PartitionUse> : llvm::true_type {};
    [all...]
  /external/clang/include/clang/Analysis/
ProgramPoint.h 685 struct isPodLike<clang::ProgramPoint> { static const bool value = true; };
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 283 template <> struct isPodLike<SlotIndex> { static const bool value = true; };
ScheduleDAG.h 265 struct isPodLike<SDep> { static const bool value = true; };
SelectionDAGNodes.h 192 template <> struct isPodLike<SDValue> { static const bool value = true; };
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 608 struct isPodLike<LoweredPHIRecord> { static const bool value = true; };
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 128 template <typename T> struct isPodLike;
129 template <> struct isPodLike<BindingKey> {
    [all...]

Completed in 1131 milliseconds

1 2