//===-- definitions.h -------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef GWP_ASAN_DEFINITIONS_H_ #define GWP_ASAN_DEFINITIONS_H_ #define GWP_ASAN_TLS_INITIAL_EXEC … #define GWP_ASAN_LIKELY(EXPR) … #define GWP_ASAN_UNLIKELY(EXPR) … #define GWP_ASAN_ALWAYS_INLINE … #define GWP_ASAN_WEAK … #endif // GWP_ASAN_DEFINITIONS_H_