Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h333 # define LLVM_ALIGNAS(x) __attribute__((aligned(x))) macro
335 # define LLVM_ALIGNAS(x) alignas(x) macro