Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DCompiler.h387 # define LLVM_STATIC_ASSERT(expr, msg) static_assert(expr, msg) macro
389 # define LLVM_STATIC_ASSERT(expr, msg) _Static_assert(expr, msg) macro
391 # define LLVM_STATIC_ASSERT(expr, msg) macro