montimaj

TargetBuiltins.h_augmented

Jun 28th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. /// \brief Foo builtins
  2.   namespace Foo {
  3.     enum {
  4.       LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
  5.       LastNEONBuiltin = NEON::FirstTSBuiltin - 1,
  6. #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
  7. #include "clang/Basic/BuiltinsFoo.def"
  8.       LastTSBuiltin
  9.     };
  10.   }
Add Comment
Please, Sign In to add comment