Searched defs:Alignments (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/examples/ |
H A D | ContentScaleExamplesPage.kt | 157 private val Alignments = mapOf( constant
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 423 SmallVectorImpl<Expr *> &Alignments, SmallVectorImpl<Expr *> &Linears, in parseDeclareSimdClauses() 507 SmallVector<Expr *, 4> Alignments; in ParseOMPDeclareSimdClauses() local
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 121 SmallVector<LayoutAlignElem, 16> Alignments; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 145 AlignmentsTy Alignments; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 151 AlignmentsTy Alignments; variable
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 247 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
|
H A D | SemaOpenMP.cpp | 3633 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective()
|