Home
last modified time | relevance | path

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

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