HomeSort by relevance Sort by last modified time
    Searched defs:IsPacked (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Linker/
IRMover.h 30 bool IsPacked;
59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 113 bool IsPacked(const Type& type, const string& name) {
289 EXPECT_TRUE(IsPacked(type, "packed_int32"));
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 190 public bool IsPacked =>
193 // within descriptor.proto, but that's okay, as they're never exposed and we don't use IsPacked
  /external/llvm/lib/Linker/
IRMover.cpp 170 DSTy->isPacked() != SSTy->isPacked())
205 DstSTy->setBody(Elements, SrcSTy->isPacked());
214 DTy->setBody(ETypes, STy->isPacked());
307 bool IsPacked = STy->isPacked();
309 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
318 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) {
    [all...]

Completed in 721 milliseconds