| 2302 | "String|","usize|","isize|","u8|","u16|","u32|","u64|","i8|", |
| 2303 | "i16|","i32|","i64|",NULL |
| 2304 | }; |
| 2305 | |
| 2306 | static const char *agent_kw_c[] = { |
| 2307 | "auto","break","case","continue","default","do","else","enum", |
| 2308 | "extern","for","goto","if","register","return","sizeof","static", |
| 2309 | "struct","switch","typedef","union","volatile","while", |
| 2310 | "alignas","alignof","and","and_eq","asm","bitand","bitor","class", |
| 2311 | "compl","constexpr","const_cast","decltype","delete","dynamic_cast", |
| 2312 | "explicit","export","false","friend","inline","mutable","namespace", |
| 2313 | "new","noexcept","not","not_eq","nullptr","operator","or","or_eq", |
| 2314 | "private","protected","public","reinterpret_cast","static_assert", |
| 2315 | "static_cast","template","this","thread_local","throw","true","try", |
| 2316 | "typeid","typename","virtual","xor","xor_eq", |
| 2317 | "NULL|","bool|","char|","const|","double|","float|","int|","long|", |
no test coverage detected