Warning, /include/clang/Basic/BuiltinsSME.def is written in an unsupported language. File is not indexed.
0001 //===--- BuiltinsSME.def - SME Builtin function database --------*- C++ -*-===//
0002 //
0003 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0004 // See https://llvm.org/LICENSE.txt for license information.
0005 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0006 //
0007 //===----------------------------------------------------------------------===//
0008 //
0009 // This file defines the SME-specific builtin function database. Users of
0010 // this file must define the BUILTIN macro to make use of this information.
0011 //
0012 //===----------------------------------------------------------------------===//
0013
0014 // The format of this database matches clang/Basic/Builtins.def.
0015
0016 #define GET_SME_BUILTINS
0017 #include "clang/Basic/arm_sme_builtins.inc"
0018 #undef GET_SME_BUILTINS
0019
0020 #undef BUILTIN
0021 #undef TARGET_BUILTIN