HomeSort by relevance Sort by last modified time
    Searched defs:isPodLike (Results 101 - 125 of 249) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ArrayRef.h 519 template <typename T> struct isPodLike;
520 template <typename T> struct isPodLike<ArrayRef<T> > {
ImmutableList.h 229 template <typename T> struct isPodLike;
231 struct isPodLike<ImmutableList<T>> { static const bool value = true; };
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 72 template <> struct isPodLike<IdentifyingPassPtr> {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CFG.h 151 struct isPodLike<TerminatorInst::SuccIterator<T, U>> {
152 static const bool value = isPodLike<T>::value;
ValueHandle.h 261 struct isPodLike<AssertingVH<T> > {
495 template <typename T> struct isPodLike<PoisoningVH<T>> {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 155 template <> struct isPodLike<MCOperand> { static const bool value = true; };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CharUnits.h 241 template <> struct isPodLike<clang::CharUnits> {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Ownership.h 123 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ArrayRef.h 519 template <typename T> struct isPodLike;
520 template <typename T> struct isPodLike<ArrayRef<T> > {
ImmutableList.h 229 template <typename T> struct isPodLike;
231 struct isPodLike<ImmutableList<T>> { static const bool value = true; };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 72 template <> struct isPodLike<IdentifyingPassPtr> {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CFG.h 151 struct isPodLike<TerminatorInst::SuccIterator<T, U>> {
152 static const bool value = isPodLike<T>::value;
ValueHandle.h 261 struct isPodLike<AssertingVH<T> > {
495 template <typename T> struct isPodLike<PoisoningVH<T>> {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 155 template <> struct isPodLike<MCOperand> { static const bool value = true; };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CharUnits.h 241 template <> struct isPodLike<clang::CharUnits> {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Ownership.h 123 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ArrayRef.h 519 template <typename T> struct isPodLike;
520 template <typename T> struct isPodLike<ArrayRef<T> > {
ImmutableList.h 229 template <typename T> struct isPodLike;
231 struct isPodLike<ImmutableList<T>> { static const bool value = true; };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 72 template <> struct isPodLike<IdentifyingPassPtr> {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CFG.h 151 struct isPodLike<TerminatorInst::SuccIterator<T, U>> {
152 static const bool value = isPodLike<T>::value;
ValueHandle.h 261 struct isPodLike<AssertingVH<T> > {
495 template <typename T> struct isPodLike<PoisoningVH<T>> {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 155 template <> struct isPodLike<MCOperand> { static const bool value = true; };

Completed in 1018 milliseconds

1 2 3 45 6 7 8 910