HomeSort by relevance Sort by last modified time
    Searched defs:LLVM_ALIGNAS (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/Support/
Compiler.h 306 /// \macro LLVM_ALIGNAS
314 # define LLVM_ALIGNAS(x) __declspec(align(x))
316 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
318 # define LLVM_ALIGNAS(x) alignas(x)
351 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Compiler.h 321 /// \macro LLVM_ALIGNAS
324 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
326 # define LLVM_ALIGNAS(x) alignas(x)
359 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 321 /// \macro LLVM_ALIGNAS
324 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
326 # define LLVM_ALIGNAS(x) alignas(x)
359 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 321 /// \macro LLVM_ALIGNAS
324 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
326 # define LLVM_ALIGNAS(x) alignas(x)
359 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Compiler.h 317 /// \macro LLVM_ALIGNAS
320 # define LLVM_ALIGNAS(x) __attribute__((aligned(x)))
322 # define LLVM_ALIGNAS(x) alignas(x)
355 /// Generally used in combination with LLVM_ALIGNAS or when doing computation in

Completed in 539 milliseconds