Advertisement
here2share

C/C++ Reserved Keywords

Apr 23rd, 2021
1,495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.44 KB | None | 0 0
  1. C/C++ Reserved Keywords --
  2. _Bool
  3. _Complex
  4. _Generic
  5. _Imaginary
  6. _Noreturn
  7. _Static_assert
  8. _Thread_local
  9. threads
  10. asm
  11. auto
  12. assert
  13. case
  14. char
  15. const
  16. continue
  17. default
  18. complex
  19. void
  20. time
  21. tgmath
  22. ctype
  23. iso646
  24. stdatomic
  25. stddef
  26. do
  27. double
  28. else
  29. enum
  30. extern
  31. float
  32. for
  33. goto
  34. if
  35. inline
  36. int
  37. long
  38. limits
  39. locale
  40. stdbool
  41. stdio
  42. register
  43. restrict
  44. return
  45. short
  46. signal
  47. wctype
  48. setjmp
  49. string
  50. signed
  51. sizeof
  52. static
  53. struct
  54. single
  55. _Alignas
  56. _Alignof
  57. _Atomic
  58. stdalign
  59. inttypes
  60. stdarg
  61. uchar
  62. stdint
  63. math
  64. errno
  65. wchar
  66. stdlib
  67. stdnoreturn
  68. break
  69. fenv
  70. switch
  71. typedef
  72. typeof
  73. union
  74. true
  75. false
  76. bool
  77. fortran
  78. unsigned
  79. while
  80. volatile
  81.  
  82.  
  83. Additional C++ Reserved Keywords --
  84. algorithm
  85. cstddef
  86. iostream
  87. sstream
  88. any
  89. cstdint
  90. istream
  91. stack
  92. array
  93. cstdio
  94. iterator
  95. static_cast
  96. atomic
  97. cstdlib
  98. limits
  99. stdexcept
  100. bitset
  101. cstring
  102. list
  103. streambuf
  104. cassert
  105. ctgmath
  106. locale
  107. string_view
  108. catch
  109. ctime
  110. map
  111. strstream
  112. ccomplex
  113. cuchar
  114. memory
  115. system_error
  116. cctype
  117. cwchar
  118. memory_resource
  119. template
  120. cerrno
  121. cwctype
  122. mutable
  123. this
  124. cfenv
  125. delete
  126. mutex
  127. thread
  128. cfloat
  129. deque
  130. namespace
  131. throw
  132. chrono
  133. dynamic_cast
  134. new
  135. try
  136. cinttypes
  137. exception
  138. numeric
  139. tuple
  140. ciso646
  141. execution
  142. operator
  143. typeid
  144. class
  145. explicit
  146. optional
  147. type_traits
  148. climits
  149. export
  150. ostream
  151. typeindex
  152. clocale
  153. filesystem
  154. private
  155. typeinfo
  156. cmath
  157. foreward_list
  158. protected
  159. typename
  160. codecvt
  161. friend
  162. public
  163. unordered_map
  164. complex
  165. fstream
  166. queue
  167. unordered_set
  168. condition_variable
  169. functional
  170. random
  171. using
  172. const_cast
  173. future
  174. ratio
  175. utility
  176. csetjmp
  177. initializer_list
  178. regex
  179. valarray
  180. csignal
  181. inline
  182. reinterpret_cast
  183. vector
  184. cstdalign
  185. iomanip
  186. scoped_allocator
  187. virtual
  188. cstdarg
  189. ios
  190. set
  191. wchar_t
  192. cstdbool
  193. iosfwd
  194. shared_mutex
  195.  
  196.  
  197. Keywords Reserved for Code Generation --
  198. abs
  199. fortran
  200. localZCE
  201. rtNaN
  202. asm
  203. HAVESTDIO
  204. localZCSV
  205. SeedFileBuffer
  206. bool
  207. id_t
  208. matrix
  209. SeedFileBufferLen
  210. boolean_T
  211. int_T
  212. MODEL
  213. single
  214. byte_T
  215. int8_T
  216. MT
  217. TID01EQ
  218. char_T
  219. int16_T
  220. NCSTATES
  221. time_T
  222. cint8_T
  223. int32_T
  224. NULL
  225. true
  226. cint16_T
  227. int64_T
  228. NUMST
  229. TRUE
  230. cint32_T
  231. INTEGER_CODE
  232. pointer_T
  233. uint_T
  234. creal_T
  235. LINK_DATA_BUFFER_SIZE
  236. PROFILING_ENABLED
  237. uint8_T
  238. creal32_T
  239. LINK_DATA_STREAM
  240. PROFILING_NUM_SAMPLES
  241. uint16_T
  242. creal64_T
  243. localB
  244. real_T
  245. uint32_T
  246. cuint8_T
  247. localC
  248. real32_T
  249. uint64_T
  250. cuint16_T
  251. localDWork
  252. real64_T
  253. UNUSED_PARAMETER
  254. cuint32_T
  255. localP
  256. RT
  257. USE_RTMODEL
  258. ERT
  259. localX
  260. RT_MALLOC
  261. VCAST_FLUSH_DATA
  262. false
  263. localXdis
  264. rtInf
  265. vector
  266. FALSE
  267. localXdot
  268. rtMinusInf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement