Home
last modified time | relevance | path

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 DContentScaleExamplesPage.kt157 private val Alignments = mapOf( constant
/aosp_15_r20/external/clang/lib/Parse/
H A DParseOpenMP.cpp423 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 DDataLayout.h121 SmallVector<LayoutAlignElem, 16> Alignments; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDataLayout.h145 AlignmentsTy Alignments; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDataLayout.h151 AlignmentsTy Alignments; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp247 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
H A DSemaOpenMP.cpp3633 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective()