HomeSort by relevance Sort by last modified time
    Searched refs:Align (Results 226 - 250 of 1309) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSymbol.h 115 /// The alignment is stored as log2(align) + 1. This allows all values from
343 /// \param Align - The alignment of the symbol.
344 void setCommon(uint64_t Size, unsigned Align) {
349 assert((!Align || isPowerOf2_32(Align)) &&
351 unsigned Log2Align = Log2_32(Align) + 1;
366 /// \param Align - The alignment of the symbol.
368 bool declareCommon(uint64_t Size, unsigned Align) {
371 if(CommonSize != Size || getCommonAlignment() != Align)
374 setCommon(Size, Align);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 52 unsigned Align, bool isVolatile,
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
81 unsigned Align, bool isVolatile,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPaintTest.java 63 assertThat(paint.getTextAlign()).isEqualTo(Paint.Align.LEFT);
64 paint.setTextAlign(Paint.Align.CENTER);
65 assertThat(paint.getTextAlign()).isEqualTo(Paint.Align.CENTER);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 52 unsigned Align, bool isVolatile,
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
81 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 52 unsigned Align, bool isVolatile,
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
81 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 52 unsigned Align, bool isVolatile,
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
81 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 55 unsigned Align, bool isVolatile,
70 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
84 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 29 template <class T, size_t Align = alignof(T)> class ArrayRecycler {
36 static_assert(Align >= alignof(FreeList), "Object underaligned");
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 52 unsigned Align, bool isVolatile,
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
81 unsigned Align, bool isVolatile,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 52 unsigned Align, bool isVolatile,
67 SDValue Op2, SDValue Op3, unsigned Align, bool isVolatile,
81 unsigned Align, bool isVolatile,

Completed in 2379 milliseconds

1 2 3 4 5 6 7 8 91011>>