Home
last modified time | relevance | path

Searched defs:SameSize (Results 1 – 11 of 11) sorted by relevance

/external/stg/test_cases/info_tests/composite/
Dbase_class_size.cc9 struct SameSize : A { struct
17 SameSize same_size; argument
/external/stg/test_cases/diff_tests/composite/
Dbase_class_size.0.cc9 struct SameSize : A { struct
17 SameSize same_size; argument
Dbase_class_size.1.cc9 struct SameSize : A { struct
17 SameSize same_size; argument
/external/drm_hwcomposer/drm/
DDrmMode.cpp31 bool DrmMode::SameSize(const DrmMode &mode) const { in SameSize() function in android::DrmMode
/external/llvm/include/llvm/IR/
DComdat.h36 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DComdat.h38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DComdat.h40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp1830 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLocal.cpp2140 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1741 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local