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

1 23 4 5 6 7 8 910

  /external/clang/include/clang/Sema/
Ownership.h 124 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; };
  /external/llvm/include/llvm/ADT/
ImmutableList.h 223 template <typename T> struct isPodLike;
225 struct isPodLike<ImmutableList<T> > { static const bool value = true; };
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 156 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
  /external/llvm/include/llvm/CodeGen/
TargetPassConfig.h 72 template <> struct isPodLike<IdentifyingPassPtr> {
  /external/llvm/include/llvm/IR/
CFG.h 143 struct isPodLike<TerminatorInst::SuccIterator<T, U>> {
144 static const bool value = isPodLike<T>::value;
ValueHandle.h 265 struct isPodLike<AssertingVH<T> > {
  /external/llvm/include/llvm/MC/
MCInst.h 146 template <> struct isPodLike<MCOperand> { static const bool value = true; };
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 185 template <typename T> struct isPodLike;
186 template <> struct isPodLike<Slice> { static const bool value = true; };
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableList.h 224 template <typename T> struct isPodLike;
226 struct isPodLike<ImmutableList<T> > { static const bool value = true; };
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ValueHandle.h 260 struct isPodLike<AssertingVH<T> > {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 73 template<> struct isPodLike<SimpleValue> {
166 template<> struct isPodLike<CallValue> {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ArrayRef.h 507 template <typename T> struct isPodLike;
508 template <typename T> struct isPodLike<ArrayRef<T> > {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CharUnits.h 241 template <> struct isPodLike<clang::CharUnits> {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Ownership.h 123 struct isPodLike<clang::OpaquePtr<T> > { static const bool value = true; };
  /prebuilts/clang/host/darwin-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/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Bitcode/
BitCodes.h 163 template <> struct isPodLike<BitCodeAbbrevOp> { static const bool value=true; };
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetPassConfig.h 72 template <> struct isPodLike<IdentifyingPassPtr> {
  /prebuilts/clang/host/darwin-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/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInst.h 155 template <> struct isPodLike<MCOperand> { static const bool value = true; };
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CharUnits.h 241 template <> struct isPodLike<clang::CharUnits> {
  /prebuilts/clang/host/darwin-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/darwin-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; };

Completed in 714 milliseconds

1 23 4 5 6 7 8 910