Warning, /include/clang/Basic/BuiltinsXCore.def is written in an unsupported language. File is not indexed.
0001 //===--- BuiltinsXCore.def - XCore 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 XCore-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 BUILTIN(__builtin_bitrev, "UiUi", "nc")
0017 BUILTIN(__builtin_getid, "Si", "nc")
0018 BUILTIN(__builtin_getps, "UiUi", "n")
0019 BUILTIN(__builtin_setps, "vUiUi", "n")
0020
0021 #undef BUILTIN