Advertisement
Guest User

Untitled

a guest
Feb 25th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.13 KB | None | 0 0
  1. make: Entering directory `/home/inequation/projects/glslang/StandAlone'
  2. make -C ./../glslang/MachineIndependent
  3. make[1]: Entering directory `/home/inequation/projects/glslang/glslang/MachineIndependent'
  4. g++ -fPIC -c -I. -I.. -I../.. -I../Include -I../Public -I../OSDependent/Linux -I../../OGLCompilersDLL gen_glslang_tab.cpp -o gen_glslang_tab.o
  5. glslang.tab.c: In function 'int yyparse()':
  6. glslang.tab.c:2730:30: error: too few arguments to function 'int yylex(YYSTYPE*, glslang::TParseContext&)'
  7. glslang.y:105:12: note: declared here
  8. extern int yylex(YYSTYPE*, TParseContext&);
  9. ^
  10. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  11. #define parseContext (*(TParseContext*)voidParseContext)
  12. ^
  13. glslang.y:220:42: note: in expansion of macro 'parseContext'
  14. $$ = parseContext.handleVariable($1.loc, $1.symbol, $1.string);
  15. ^
  16. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  17. #define parseContext (*(TParseContext*)voidParseContext)
  18. ^
  19. glslang.y:231:42: note: in expansion of macro 'parseContext'
  20. $$ = parseContext.intermediate.addConstantUnion(unionArray, TType(EbtInt, EvqConst), $1.loc, true);
  21. ^
  22. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  23. #define parseContext (*(TParseContext*)voidParseContext)
  24. ^
  25. glslang.y:234:9: note: in expansion of macro 'parseContext'
  26. parseContext.fullIntegerCheck($1.loc, "unsigned literal");
  27. ^
  28. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  29. #define parseContext (*(TParseContext*)voidParseContext)
  30. ^
  31. glslang.y:242:42: note: in expansion of macro 'parseContext'
  32. $$ = parseContext.intermediate.addConstantUnion(unionArray, TType(EbtFloat, EvqConst), $1.loc, true);
  33. ^
  34. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  35. #define parseContext (*(TParseContext*)voidParseContext)
  36. ^
  37. glslang.y:245:9: note: in expansion of macro 'parseContext'
  38. parseContext.doubleCheck($1.loc, "double literal");
  39. ^
  40. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  41. #define parseContext (*(TParseContext*)voidParseContext)
  42. ^
  43. glslang.y:253:42: note: in expansion of macro 'parseContext'
  44. $$ = parseContext.intermediate.addConstantUnion(unionArray, TType(EbtBool, EvqConst), $1.loc, true);
  45. ^
  46. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  47. #define parseContext (*(TParseContext*)voidParseContext)
  48. ^
  49. glslang.y:267:42: note: in expansion of macro 'parseContext'
  50. $$ = parseContext.handleBracketDereference($2.loc, $1, $3);
  51. ^
  52. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  53. #define parseContext (*(TParseContext*)voidParseContext)
  54. ^
  55. glslang.y:273:42: note: in expansion of macro 'parseContext'
  56. $$ = parseContext.handleDotDereference($3.loc, $1, *$3.string);
  57. ^
  58. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  59. #define parseContext (*(TParseContext*)voidParseContext)
  60. ^
  61. glslang.y:276:9: note: in expansion of macro 'parseContext'
  62. parseContext.variableCheck($1);
  63. ^
  64. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  65. #define parseContext (*(TParseContext*)voidParseContext)
  66. ^
  67. glslang.y:285:9: note: in expansion of macro 'parseContext'
  68. parseContext.variableCheck($1);
  69. ^
  70. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  71. #define parseContext (*(TParseContext*)voidParseContext)
  72. ^
  73. glslang.y:297:9: note: in expansion of macro 'parseContext'
  74. parseContext.integerCheck($1, "[]");
  75. ^
  76. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  77. #define parseContext (*(TParseContext*)voidParseContext)
  78. ^
  79. glslang.y:304:42: note: in expansion of macro 'parseContext'
  80. $$ = parseContext.handleFunctionCall($1.loc, $1.function, $1.intermNode);
  81. ^
  82. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  83. #define parseContext (*(TParseContext*)voidParseContext)
  84. ^
  85. glslang.y:348:37: note: in expansion of macro 'parseContext'
  86. $$.intermNode = parseContext.intermediate.growAggregate($1.intermNode, $3, $2.loc);
  87. ^
  88. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  89. #define parseContext (*(TParseContext*)voidParseContext)
  90. ^
  91. glslang.y:364:35: note: in expansion of macro 'parseContext'
  92. $$.function = parseContext.handleConstructorCall($1.loc, $1);
  93. ^
  94. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  95. #define parseContext (*(TParseContext*)voidParseContext)
  96. ^
  97. glslang.y:379:17: note: in expansion of macro 'parseContext'
  98. parseContext.error(method->getLoc(), "only arrays have methods", "", "");
  99. ^
  100. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  101. #define parseContext (*(TParseContext*)voidParseContext)
  102. ^
  103. glslang.y:383:17: note: in expansion of macro 'parseContext'
  104. parseContext.reservedErrorCheck(symbol->getLoc(), symbol->getName());
  105. ^
  106. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  107. #define parseContext (*(TParseContext*)voidParseContext)
  108. ^
  109. glslang.y:387:17: note: in expansion of macro 'parseContext'
  110. parseContext.error($1->getLoc(), "function call, method, or subroutine call expected", "", "");
  111. ^
  112. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  113. #define parseContext (*(TParseContext*)voidParseContext)
  114. ^
  115. glslang.y:400:9: note: in expansion of macro 'parseContext'
  116. parseContext.variableCheck($1);
  117. ^
  118. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  119. #define parseContext (*(TParseContext*)voidParseContext)
  120. ^
  121. glslang.y:406:9: note: in expansion of macro 'parseContext'
  122. parseContext.lValueErrorCheck($1.loc, "++", $2);
  123. ^
  124. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  125. #define parseContext (*(TParseContext*)voidParseContext)
  126. ^
  127. glslang.y:414:9: note: in expansion of macro 'parseContext'
  128. parseContext.lValueErrorCheck($1.loc, "--", $2);
  129. ^
  130. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  131. #define parseContext (*(TParseContext*)voidParseContext)
  132. ^
  133. glslang.y:423:46: note: in expansion of macro 'parseContext'
  134. $$ = parseContext.intermediate.addUnaryMath($1.op, $2, $1.loc);
  135. ^
  136. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  137. #define parseContext (*(TParseContext*)voidParseContext)
  138. ^
  139. glslang.y:449:15: note: in expansion of macro 'parseContext'
  140. parseContext.fullIntegerCheck($1.loc, "bitwise not"); }
  141. ^
  142. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  143. #define parseContext (*(TParseContext*)voidParseContext)
  144. ^
  145. glslang.y:456:42: note: in expansion of macro 'parseContext'
  146. $$ = parseContext.intermediate.addBinaryMath(EOpMul, $1, $3, $2.loc);
  147. ^
  148. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  149. #define parseContext (*(TParseContext*)voidParseContext)
  150. ^
  151. glslang.y:463:42: note: in expansion of macro 'parseContext'
  152. $$ = parseContext.intermediate.addBinaryMath(EOpDiv, $1, $3, $2.loc);
  153. ^
  154. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  155. #define parseContext (*(TParseContext*)voidParseContext)
  156. ^
  157. glslang.y:470:9: note: in expansion of macro 'parseContext'
  158. parseContext.fullIntegerCheck($2.loc, "%");
  159. ^
  160. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  161. #define parseContext (*(TParseContext*)voidParseContext)
  162. ^
  163. glslang.y:482:42: note: in expansion of macro 'parseContext'
  164. $$ = parseContext.intermediate.addBinaryMath(EOpAdd, $1, $3, $2.loc);
  165. ^
  166. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  167. #define parseContext (*(TParseContext*)voidParseContext)
  168. ^
  169. glslang.y:489:42: note: in expansion of macro 'parseContext'
  170. $$ = parseContext.intermediate.addBinaryMath(EOpSub, $1, $3, $2.loc);
  171. ^
  172. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  173. #define parseContext (*(TParseContext*)voidParseContext)
  174. ^
  175. glslang.y:500:9: note: in expansion of macro 'parseContext'
  176. parseContext.fullIntegerCheck($2.loc, "bit shift left");
  177. ^
  178. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  179. #define parseContext (*(TParseContext*)voidParseContext)
  180. ^
  181. glslang.y:508:9: note: in expansion of macro 'parseContext'
  182. parseContext.fullIntegerCheck($2.loc, "bit shift right");
  183. ^
  184. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  185. #define parseContext (*(TParseContext*)voidParseContext)
  186. ^
  187. glslang.y:520:42: note: in expansion of macro 'parseContext'
  188. $$ = parseContext.intermediate.addBinaryMath(EOpLessThan, $1, $3, $2.loc);
  189. ^
  190. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  191. #define parseContext (*(TParseContext*)voidParseContext)
  192. ^
  193. glslang.y:529:42: note: in expansion of macro 'parseContext'
  194. $$ = parseContext.intermediate.addBinaryMath(EOpGreaterThan, $1, $3, $2.loc);
  195. ^
  196. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  197. #define parseContext (*(TParseContext*)voidParseContext)
  198. ^
  199. glslang.y:538:42: note: in expansion of macro 'parseContext'
  200. $$ = parseContext.intermediate.addBinaryMath(EOpLessThanEqual, $1, $3, $2.loc);
  201. ^
  202. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  203. #define parseContext (*(TParseContext*)voidParseContext)
  204. ^
  205. glslang.y:547:42: note: in expansion of macro 'parseContext'
  206. $$ = parseContext.intermediate.addBinaryMath(EOpGreaterThanEqual, $1, $3, $2.loc);
  207. ^
  208. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  209. #define parseContext (*(TParseContext*)voidParseContext)
  210. ^
  211. glslang.y:560:9: note: in expansion of macro 'parseContext'
  212. parseContext.arrayObjectCheck($2.loc, $1->getType(), "array comparison");
  213. ^
  214. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  215. #define parseContext (*(TParseContext*)voidParseContext)
  216. ^
  217. glslang.y:571:9: note: in expansion of macro 'parseContext'
  218. parseContext.arrayObjectCheck($2.loc, $1->getType(), "array comparison");
  219. ^
  220. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  221. #define parseContext (*(TParseContext*)voidParseContext)
  222. ^
  223. glslang.y:586:9: note: in expansion of macro 'parseContext'
  224. parseContext.fullIntegerCheck($2.loc, "bitwise and");
  225. ^
  226. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  227. #define parseContext (*(TParseContext*)voidParseContext)
  228. ^
  229. glslang.y:598:9: note: in expansion of macro 'parseContext'
  230. parseContext.fullIntegerCheck($2.loc, "bitwise exclusive or");
  231. ^
  232. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  233. #define parseContext (*(TParseContext*)voidParseContext)
  234. ^
  235. glslang.y:610:9: note: in expansion of macro 'parseContext'
  236. parseContext.fullIntegerCheck($2.loc, "bitwise inclusive or");
  237. ^
  238. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  239. #define parseContext (*(TParseContext*)voidParseContext)
  240. ^
  241. glslang.y:622:42: note: in expansion of macro 'parseContext'
  242. $$ = parseContext.intermediate.addBinaryMath(EOpLogicalAnd, $1, $3, $2.loc);
  243. ^
  244. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  245. #define parseContext (*(TParseContext*)voidParseContext)
  246. ^
  247. glslang.y:635:42: note: in expansion of macro 'parseContext'
  248. $$ = parseContext.intermediate.addBinaryMath(EOpLogicalXor, $1, $3, $2.loc);
  249. ^
  250. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  251. #define parseContext (*(TParseContext*)voidParseContext)
  252. ^
  253. glslang.y:648:42: note: in expansion of macro 'parseContext'
  254. $$ = parseContext.intermediate.addBinaryMath(EOpLogicalOr, $1, $3, $2.loc);
  255. ^
  256. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  257. #define parseContext (*(TParseContext*)voidParseContext)
  258. ^
  259. glslang.y:661:9: note: in expansion of macro 'parseContext'
  260. parseContext.boolCheck($2.loc, $1);
  261. ^
  262. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  263. #define parseContext (*(TParseContext*)voidParseContext)
  264. ^
  265. glslang.y:674:9: note: in expansion of macro 'parseContext'
  266. parseContext.arrayObjectCheck($2.loc, $1->getType(), "array assignment");
  267. ^
  268. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  269. #define parseContext (*(TParseContext*)voidParseContext)
  270. ^
  271. glslang.y:699:9: note: in expansion of macro 'parseContext'
  272. parseContext.fullIntegerCheck($1.loc, "%=");
  273. ^
  274. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  275. #define parseContext (*(TParseContext*)voidParseContext)
  276. ^
  277. glslang.y:712:9: note: in expansion of macro 'parseContext'
  278. parseContext.fullIntegerCheck($1.loc, "bit-shift left assign");
  279. ^
  280. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  281. #define parseContext (*(TParseContext*)voidParseContext)
  282. ^
  283. glslang.y:716:9: note: in expansion of macro 'parseContext'
  284. parseContext.fullIntegerCheck($1.loc, "bit-shift right assign");
  285. ^
  286. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  287. #define parseContext (*(TParseContext*)voidParseContext)
  288. ^
  289. glslang.y:720:9: note: in expansion of macro 'parseContext'
  290. parseContext.fullIntegerCheck($1.loc, "bitwise-and assign");
  291. ^
  292. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  293. #define parseContext (*(TParseContext*)voidParseContext)
  294. ^
  295. glslang.y:724:9: note: in expansion of macro 'parseContext'
  296. parseContext.fullIntegerCheck($1.loc, "bitwise-xor assign");
  297. ^
  298. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  299. #define parseContext (*(TParseContext*)voidParseContext)
  300. ^
  301. glslang.y:728:9: note: in expansion of macro 'parseContext'
  302. parseContext.fullIntegerCheck($1.loc, "bitwise-or assign");
  303. ^
  304. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  305. #define parseContext (*(TParseContext*)voidParseContext)
  306. ^
  307. glslang.y:738:42: note: in expansion of macro 'parseContext'
  308. $$ = parseContext.intermediate.addComma($1, $3, $2.loc);
  309. ^
  310. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  311. #define parseContext (*(TParseContext*)voidParseContext)
  312. ^
  313. glslang.y:748:9: note: in expansion of macro 'parseContext'
  314. parseContext.constantValueCheck($1, "");
  315. ^
  316. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  317. #define parseContext (*(TParseContext*)voidParseContext)
  318. ^
  319. glslang.y:755:9: note: in expansion of macro 'parseContext'
  320. parseContext.handleFunctionDeclarator($1.loc, *$1.function, true /* prototype */);
  321. ^
  322. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  323. #define parseContext (*(TParseContext*)voidParseContext)
  324. ^
  325. glslang.y:765:9: note: in expansion of macro 'parseContext'
  326. parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "precision statement");
  327. ^
  328. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  329. #define parseContext (*(TParseContext*)voidParseContext)
  330. ^
  331. glslang.y:773:9: note: in expansion of macro 'parseContext'
  332. parseContext.declareBlock($1.loc, *$1.typeList);
  333. ^
  334. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  335. #define parseContext (*(TParseContext*)voidParseContext)
  336. ^
  337. glslang.y:777:9: note: in expansion of macro 'parseContext'
  338. parseContext.declareBlock($1.loc, *$1.typeList, $2.string);
  339. ^
  340. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  341. #define parseContext (*(TParseContext*)voidParseContext)
  342. ^
  343. glslang.y:781:9: note: in expansion of macro 'parseContext'
  344. parseContext.declareBlock($1.loc, *$1.typeList, $2.string, $3.arraySizes);
  345. ^
  346. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  347. #define parseContext (*(TParseContext*)voidParseContext)
  348. ^
  349. glslang.y:785:9: note: in expansion of macro 'parseContext'
  350. parseContext.pipeInOutFix($1.loc, $1.qualifier);
  351. ^
  352. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  353. #define parseContext (*(TParseContext*)voidParseContext)
  354. ^
  355. glslang.y:790:9: note: in expansion of macro 'parseContext'
  356. parseContext.pipeInOutFix($1.loc, $1.qualifier);
  357. ^
  358. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  359. #define parseContext (*(TParseContext*)voidParseContext)
  360. ^
  361. glslang.y:796:9: note: in expansion of macro 'parseContext'
  362. parseContext.pipeInOutFix($1.loc, $1.qualifier);
  363. ^
  364. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  365. #define parseContext (*(TParseContext*)voidParseContext)
  366. ^
  367. glslang.y:805:7: note: in expansion of macro 'parseContext'
  368. : type_qualifier IDENTIFIER LEFT_BRACE { parseContext.nestedBlockCheck($1.loc); } struct_declaration_list RIGHT_BRACE {
  369. ^
  370. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  371. #define parseContext (*(TParseContext*)voidParseContext)
  372. ^
  373. glslang.y:806:11: note: in expansion of macro 'parseContext'
  374. --parseContext.structNestingLevel;
  375. ^
  376. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  377. #define parseContext (*(TParseContext*)voidParseContext)
  378. ^
  379. glslang.y:861:13: note: in expansion of macro 'parseContext'
  380. parseContext.error($2.loc, "cannot be an argument type except for '(void)'", "void", "");
  381. ^
  382. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  383. #define parseContext (*(TParseContext*)voidParseContext)
  384. ^
  385. glslang.y:874:13: note: in expansion of macro 'parseContext'
  386. parseContext.error($2.loc, "no qualifiers allowed for function return",
  387. ^
  388. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  389. #define parseContext (*(TParseContext*)voidParseContext)
  390. ^
  391. glslang.y:878:13: note: in expansion of macro 'parseContext'
  392. parseContext.arraySizeRequiredCheck($1.loc, $1.arraySizes->getSize());
  393. ^
  394. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  395. #define parseContext (*(TParseContext*)voidParseContext)
  396. ^
  397. glslang.y:892:13: note: in expansion of macro 'parseContext'
  398. parseContext.profileRequires($1.loc, ENoProfile, 120, GL_3DL_array_objects, "arrayed type");
  399. ^
  400. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  401. #define parseContext (*(TParseContext*)voidParseContext)
  402. ^
  403. glslang.y:897:13: note: in expansion of macro 'parseContext'
  404. parseContext.error($2.loc, "illegal use of type 'void'", $2.string->c_str(), "");
  405. ^
  406. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  407. #define parseContext (*(TParseContext*)voidParseContext)
  408. ^
  409. glslang.y:899:9: note: in expansion of macro 'parseContext'
  410. parseContext.reservedErrorCheck($2.loc, *$2.string);
  411. ^
  412. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  413. #define parseContext (*(TParseContext*)voidParseContext)
  414. ^
  415. glslang.y:907:13: note: in expansion of macro 'parseContext'
  416. parseContext.profileRequires($1.loc, ENoProfile, 120, GL_3DL_array_objects, "arrayed type");
  417. ^
  418. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  419. #define parseContext (*(TParseContext*)voidParseContext)
  420. ^
  421. glslang.y:911:9: note: in expansion of macro 'parseContext'
  422. parseContext.arrayDimCheck($2.loc, $1.arraySizes, $3.arraySizes);
  423. ^
  424. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  425. #define parseContext (*(TParseContext*)voidParseContext)
  426. ^
  427. glslang.y:933:9: note: in expansion of macro 'parseContext'
  428. parseContext.checkNoShaderLayouts($1.loc, $1.shaderQualifiers);
  429. ^
  430. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  431. #define parseContext (*(TParseContext*)voidParseContext)
  432. ^
  433. glslang.y:940:9: note: in expansion of macro 'parseContext'
  434. parseContext.parameterSamplerCheck($1.loc, EvqIn, *$1.param.type);
  435. ^
  436. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  437. #define parseContext (*(TParseContext*)voidParseContext)
  438. ^
  439. glslang.y:951:9: note: in expansion of macro 'parseContext'
  440. parseContext.checkNoShaderLayouts($1.loc, $1.shaderQualifiers);
  441. ^
  442. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  443. #define parseContext (*(TParseContext*)voidParseContext)
  444. ^
  445. glslang.y:958:9: note: in expansion of macro 'parseContext'
  446. parseContext.parameterSamplerCheck($1.loc, EvqIn, *$1.param.type);
  447. ^
  448. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  449. #define parseContext (*(TParseContext*)voidParseContext)
  450. ^
  451. glslang.y:968:13: note: in expansion of macro 'parseContext'
  452. parseContext.arraySizeRequiredCheck($1.loc, $1.arraySizes->getSize());
  453. ^
  454. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  455. #define parseContext (*(TParseContext*)voidParseContext)
  456. ^
  457. glslang.y:978:9: note: in expansion of macro 'parseContext'
  458. parseContext.declareVariable($3.loc, *$3.string, $1.type);
  459. ^
  460. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  461. #define parseContext (*(TParseContext*)voidParseContext)
  462. ^
  463. glslang.y:982:9: note: in expansion of macro 'parseContext'
  464. parseContext.declareVariable($3.loc, *$3.string, $1.type, $4.arraySizes);
  465. ^
  466. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  467. #define parseContext (*(TParseContext*)voidParseContext)
  468. ^
  469. glslang.y:986:33: note: in expansion of macro 'parseContext'
  470. TIntermNode* initNode = parseContext.declareVariable($3.loc, *$3.string, $1.type, $4.arraySizes, $6);
  471. ^
  472. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  473. #define parseContext (*(TParseContext*)voidParseContext)
  474. ^
  475. glslang.y:991:33: note: in expansion of macro 'parseContext'
  476. TIntermNode* initNode = parseContext.declareVariable($3.loc, *$3.string, $1.type, 0, $5);
  477. ^
  478. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  479. #define parseContext (*(TParseContext*)voidParseContext)
  480. ^
  481. glslang.y:1001:13: note: in expansion of macro 'parseContext'
  482. parseContext.warn($1.loc, "useless application of layout qualifier", "layout", "");
  483. ^
  484. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  485. #define parseContext (*(TParseContext*)voidParseContext)
  486. ^
  487. glslang.y:1006:9: note: in expansion of macro 'parseContext'
  488. parseContext.declareVariable($2.loc, *$2.string, $1);
  489. ^
  490. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  491. #define parseContext (*(TParseContext*)voidParseContext)
  492. ^
  493. glslang.y:1011:9: note: in expansion of macro 'parseContext'
  494. parseContext.declareVariable($2.loc, *$2.string, $1, $3.arraySizes);
  495. ^
  496. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  497. #define parseContext (*(TParseContext*)voidParseContext)
  498. ^
  499. glslang.y:1015:33: note: in expansion of macro 'parseContext'
  500. TIntermNode* initNode = parseContext.declareVariable($2.loc, *$2.string, $1, $3.arraySizes, $5);
  501. ^
  502. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  503. #define parseContext (*(TParseContext*)voidParseContext)
  504. ^
  505. glslang.y:1020:33: note: in expansion of macro 'parseContext'
  506. TIntermNode* initNode = parseContext.declareVariable($2.loc, *$2.string, $1, 0, $4);
  507. ^
  508. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  509. #define parseContext (*(TParseContext*)voidParseContext)
  510. ^
  511. glslang.y:1030:9: note: in expansion of macro 'parseContext'
  512. parseContext.globalQualifierCheck($1.loc, $1.qualifier, $$);
  513. ^
  514. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  515. #define parseContext (*(TParseContext*)voidParseContext)
  516. ^
  517. glslang.y:1039:9: note: in expansion of macro 'parseContext'
  518. parseContext.pipeInOutFix($1.loc, $1.qualifier);
  519. ^
  520. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  521. #define parseContext (*(TParseContext*)voidParseContext)
  522. ^
  523. glslang.y:1066:9: note: in expansion of macro 'parseContext'
  524. parseContext.globalCheck($1.loc, "invariant");
  525. ^
  526. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  527. #define parseContext (*(TParseContext*)voidParseContext)
  528. ^
  529. glslang.y:1075:9: note: in expansion of macro 'parseContext'
  530. parseContext.globalCheck($1.loc, "smooth");
  531. ^
  532. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  533. #define parseContext (*(TParseContext*)voidParseContext)
  534. ^
  535. glslang.y:1082:9: note: in expansion of macro 'parseContext'
  536. parseContext.globalCheck($1.loc, "flat");
  537. ^
  538. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  539. #define parseContext (*(TParseContext*)voidParseContext)
  540. ^
  541. glslang.y:1089:9: note: in expansion of macro 'parseContext'
  542. parseContext.globalCheck($1.loc, "noperspective");
  543. ^
  544. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  545. #define parseContext (*(TParseContext*)voidParseContext)
  546. ^
  547. glslang.y:1110:9: note: in expansion of macro 'parseContext'
  548. parseContext.mergeObjectLayoutQualifiers($2.loc, $$.qualifier, $3.qualifier, false);
  549. ^
  550. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  551. #define parseContext (*(TParseContext*)voidParseContext)
  552. ^
  553. glslang.y:1116:9: note: in expansion of macro 'parseContext'
  554. parseContext.setLayoutQualifier($1.loc, $$, *$1.string);
  555. ^
  556. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  557. #define parseContext (*(TParseContext*)voidParseContext)
  558. ^
  559. glslang.y:1120:9: note: in expansion of macro 'parseContext'
  560. parseContext.setLayoutQualifier($1.loc, $$, *$1.string, $3);
  561. ^
  562. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  563. #define parseContext (*(TParseContext*)voidParseContext)
  564. ^
  565. glslang.y:1125:9: note: in expansion of macro 'parseContext'
  566. parseContext.setLayoutQualifier($1.loc, $$, strShared);
  567. ^
  568. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  569. #define parseContext (*(TParseContext*)voidParseContext)
  570. ^
  571. glslang.y:1145:9: note: in expansion of macro 'parseContext'
  572. parseContext.mergeQualifiers($$.loc, $$.qualifier, $2.qualifier, false);
  573. ^
  574. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  575. #define parseContext (*(TParseContext*)voidParseContext)
  576. ^
  577. glslang.y:1179:9: note: in expansion of macro 'parseContext'
  578. parseContext.requireStage($1.loc, EShLangVertex, "attribute");
  579. ^
  580. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  581. #define parseContext (*(TParseContext*)voidParseContext)
  582. ^
  583. glslang.y:1191:9: note: in expansion of macro 'parseContext'
  584. parseContext.checkDeprecated($1.loc, ENoProfile, 130, "varying");
  585. ^
  586. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  587. #define parseContext (*(TParseContext*)voidParseContext)
  588. ^
  589. glslang.y:1205:9: note: in expansion of macro 'parseContext'
  590. parseContext.globalCheck($1.loc, "inout");
  591. ^
  592. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  593. #define parseContext (*(TParseContext*)voidParseContext)
  594. ^
  595. glslang.y:1210:9: note: in expansion of macro 'parseContext'
  596. parseContext.globalCheck($1.loc, "in");
  597. ^
  598. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  599. #define parseContext (*(TParseContext*)voidParseContext)
  600. ^
  601. glslang.y:1216:9: note: in expansion of macro 'parseContext'
  602. parseContext.globalCheck($1.loc, "out");
  603. ^
  604. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  605. #define parseContext (*(TParseContext*)voidParseContext)
  606. ^
  607. glslang.y:1222:9: note: in expansion of macro 'parseContext'
  608. parseContext.profileRequires($1.loc, ENoProfile, 120, 0, "centroid");
  609. ^
  610. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  611. #define parseContext (*(TParseContext*)voidParseContext)
  612. ^
  613. glslang.y:1229:9: note: in expansion of macro 'parseContext'
  614. parseContext.globalCheck($1.loc, "patch");
  615. ^
  616. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  617. #define parseContext (*(TParseContext*)voidParseContext)
  618. ^
  619. glslang.y:1235:9: note: in expansion of macro 'parseContext'
  620. parseContext.globalCheck($1.loc, "sample");
  621. ^
  622. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  623. #define parseContext (*(TParseContext*)voidParseContext)
  624. ^
  625. glslang.y:1240:9: note: in expansion of macro 'parseContext'
  626. parseContext.globalCheck($1.loc, "uniform");
  627. ^
  628. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  629. #define parseContext (*(TParseContext*)voidParseContext)
  630. ^
  631. glslang.y:1245:9: note: in expansion of macro 'parseContext'
  632. parseContext.globalCheck($1.loc, "buffer");
  633. ^
  634. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  635. #define parseContext (*(TParseContext*)voidParseContext)
  636. ^
  637. glslang.y:1250:9: note: in expansion of macro 'parseContext'
  638. parseContext.requireProfile($1.loc, ~EEsProfile, "shared");
  639. ^
  640. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  641. #define parseContext (*(TParseContext*)voidParseContext)
  642. ^
  643. glslang.y:1277:9: note: in expansion of macro 'parseContext'
  644. parseContext.globalCheck($1.loc, "subroutine");
  645. ^
  646. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  647. #define parseContext (*(TParseContext*)voidParseContext)
  648. ^
  649. glslang.y:1282:9: note: in expansion of macro 'parseContext'
  650. parseContext.globalCheck($1.loc, "subroutine");
  651. ^
  652. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  653. #define parseContext (*(TParseContext*)voidParseContext)
  654. ^
  655. glslang.y:1302:51: note: in expansion of macro 'parseContext'
  656. $$.qualifier.precision = parseContext.getDefaultPrecision($$);
  657. ^
  658. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  659. #define parseContext (*(TParseContext*)voidParseContext)
  660. ^
  661. glslang.y:1305:9: note: in expansion of macro 'parseContext'
  662. parseContext.arrayDimCheck($2.loc, $2.arraySizes, 0);
  663. ^
  664. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  665. #define parseContext (*(TParseContext*)voidParseContext)
  666. ^
  667. glslang.y:1323:9: note: in expansion of macro 'parseContext'
  668. parseContext.arraySizeCheck($2->getLoc(), $2, size);
  669. ^
  670. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  671. #define parseContext (*(TParseContext*)voidParseContext)
  672. ^
  673. glslang.y:1334:9: note: in expansion of macro 'parseContext'
  674. parseContext.arraySizeCheck($3->getLoc(), $3, size);
  675. ^
  676. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  677. #define parseContext (*(TParseContext*)voidParseContext)
  678. ^
  679. glslang.y:1341:54: note: in expansion of macro 'parseContext'
  680. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  681. ^
  682. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  683. #define parseContext (*(TParseContext*)voidParseContext)
  684. ^
  685. glslang.y:1345:54: note: in expansion of macro 'parseContext'
  686. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  687. ^
  688. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  689. #define parseContext (*(TParseContext*)voidParseContext)
  690. ^
  691. glslang.y:1349:9: note: in expansion of macro 'parseContext'
  692. parseContext.doubleCheck($1.loc, "double");
  693. ^
  694. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  695. #define parseContext (*(TParseContext*)voidParseContext)
  696. ^
  697. glslang.y:1354:54: note: in expansion of macro 'parseContext'
  698. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  699. ^
  700. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  701. #define parseContext (*(TParseContext*)voidParseContext)
  702. ^
  703. glslang.y:1358:9: note: in expansion of macro 'parseContext'
  704. parseContext.fullIntegerCheck($1.loc, "unsigned integer");
  705. ^
  706. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  707. #define parseContext (*(TParseContext*)voidParseContext)
  708. ^
  709. glslang.y:1363:54: note: in expansion of macro 'parseContext'
  710. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  711. ^
  712. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  713. #define parseContext (*(TParseContext*)voidParseContext)
  714. ^
  715. glslang.y:1367:54: note: in expansion of macro 'parseContext'
  716. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  717. ^
  718. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  719. #define parseContext (*(TParseContext*)voidParseContext)
  720. ^
  721. glslang.y:1372:54: note: in expansion of macro 'parseContext'
  722. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  723. ^
  724. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  725. #define parseContext (*(TParseContext*)voidParseContext)
  726. ^
  727. glslang.y:1377:54: note: in expansion of macro 'parseContext'
  728. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  729. ^
  730. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  731. #define parseContext (*(TParseContext*)voidParseContext)
  732. ^
  733. glslang.y:1382:9: note: in expansion of macro 'parseContext'
  734. parseContext.doubleCheck($1.loc, "double vector");
  735. ^
  736. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  737. #define parseContext (*(TParseContext*)voidParseContext)
  738. ^
  739. glslang.y:1388:9: note: in expansion of macro 'parseContext'
  740. parseContext.doubleCheck($1.loc, "double vector");
  741. ^
  742. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  743. #define parseContext (*(TParseContext*)voidParseContext)
  744. ^
  745. glslang.y:1394:9: note: in expansion of macro 'parseContext'
  746. parseContext.doubleCheck($1.loc, "double vector");
  747. ^
  748. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  749. #define parseContext (*(TParseContext*)voidParseContext)
  750. ^
  751. glslang.y:1400:54: note: in expansion of macro 'parseContext'
  752. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  753. ^
  754. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  755. #define parseContext (*(TParseContext*)voidParseContext)
  756. ^
  757. glslang.y:1405:54: note: in expansion of macro 'parseContext'
  758. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  759. ^
  760. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  761. #define parseContext (*(TParseContext*)voidParseContext)
  762. ^
  763. glslang.y:1410:54: note: in expansion of macro 'parseContext'
  764. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  765. ^
  766. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  767. #define parseContext (*(TParseContext*)voidParseContext)
  768. ^
  769. glslang.y:1415:54: note: in expansion of macro 'parseContext'
  770. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  771. ^
  772. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  773. #define parseContext (*(TParseContext*)voidParseContext)
  774. ^
  775. glslang.y:1420:54: note: in expansion of macro 'parseContext'
  776. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  777. ^
  778. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  779. #define parseContext (*(TParseContext*)voidParseContext)
  780. ^
  781. glslang.y:1425:54: note: in expansion of macro 'parseContext'
  782. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  783. ^
  784. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  785. #define parseContext (*(TParseContext*)voidParseContext)
  786. ^
  787. glslang.y:1430:9: note: in expansion of macro 'parseContext'
  788. parseContext.fullIntegerCheck($1.loc, "unsigned integer vector");
  789. ^
  790. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  791. #define parseContext (*(TParseContext*)voidParseContext)
  792. ^
  793. glslang.y:1436:9: note: in expansion of macro 'parseContext'
  794. parseContext.fullIntegerCheck($1.loc, "unsigned integer vector");
  795. ^
  796. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  797. #define parseContext (*(TParseContext*)voidParseContext)
  798. ^
  799. glslang.y:1442:9: note: in expansion of macro 'parseContext'
  800. parseContext.fullIntegerCheck($1.loc, "unsigned integer vector");
  801. ^
  802. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  803. #define parseContext (*(TParseContext*)voidParseContext)
  804. ^
  805. glslang.y:1448:54: note: in expansion of macro 'parseContext'
  806. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  807. ^
  808. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  809. #define parseContext (*(TParseContext*)voidParseContext)
  810. ^
  811. glslang.y:1453:54: note: in expansion of macro 'parseContext'
  812. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  813. ^
  814. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  815. #define parseContext (*(TParseContext*)voidParseContext)
  816. ^
  817. glslang.y:1458:54: note: in expansion of macro 'parseContext'
  818. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  819. ^
  820. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  821. #define parseContext (*(TParseContext*)voidParseContext)
  822. ^
  823. glslang.y:1463:54: note: in expansion of macro 'parseContext'
  824. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  825. ^
  826. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  827. #define parseContext (*(TParseContext*)voidParseContext)
  828. ^
  829. glslang.y:1468:54: note: in expansion of macro 'parseContext'
  830. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  831. ^
  832. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  833. #define parseContext (*(TParseContext*)voidParseContext)
  834. ^
  835. glslang.y:1473:54: note: in expansion of macro 'parseContext'
  836. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  837. ^
  838. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  839. #define parseContext (*(TParseContext*)voidParseContext)
  840. ^
  841. glslang.y:1478:54: note: in expansion of macro 'parseContext'
  842. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  843. ^
  844. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  845. #define parseContext (*(TParseContext*)voidParseContext)
  846. ^
  847. glslang.y:1483:54: note: in expansion of macro 'parseContext'
  848. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  849. ^
  850. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  851. #define parseContext (*(TParseContext*)voidParseContext)
  852. ^
  853. glslang.y:1488:54: note: in expansion of macro 'parseContext'
  854. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  855. ^
  856. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  857. #define parseContext (*(TParseContext*)voidParseContext)
  858. ^
  859. glslang.y:1493:54: note: in expansion of macro 'parseContext'
  860. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  861. ^
  862. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  863. #define parseContext (*(TParseContext*)voidParseContext)
  864. ^
  865. glslang.y:1498:54: note: in expansion of macro 'parseContext'
  866. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  867. ^
  868. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  869. #define parseContext (*(TParseContext*)voidParseContext)
  870. ^
  871. glslang.y:1503:54: note: in expansion of macro 'parseContext'
  872. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  873. ^
  874. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  875. #define parseContext (*(TParseContext*)voidParseContext)
  876. ^
  877. glslang.y:1508:9: note: in expansion of macro 'parseContext'
  878. parseContext.doubleCheck($1.loc, "double matrix");
  879. ^
  880. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  881. #define parseContext (*(TParseContext*)voidParseContext)
  882. ^
  883. glslang.y:1514:9: note: in expansion of macro 'parseContext'
  884. parseContext.doubleCheck($1.loc, "double matrix");
  885. ^
  886. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  887. #define parseContext (*(TParseContext*)voidParseContext)
  888. ^
  889. glslang.y:1520:9: note: in expansion of macro 'parseContext'
  890. parseContext.doubleCheck($1.loc, "double matrix");
  891. ^
  892. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  893. #define parseContext (*(TParseContext*)voidParseContext)
  894. ^
  895. glslang.y:1526:9: note: in expansion of macro 'parseContext'
  896. parseContext.doubleCheck($1.loc, "double matrix");
  897. ^
  898. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  899. #define parseContext (*(TParseContext*)voidParseContext)
  900. ^
  901. glslang.y:1532:9: note: in expansion of macro 'parseContext'
  902. parseContext.doubleCheck($1.loc, "double matrix");
  903. ^
  904. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  905. #define parseContext (*(TParseContext*)voidParseContext)
  906. ^
  907. glslang.y:1538:9: note: in expansion of macro 'parseContext'
  908. parseContext.doubleCheck($1.loc, "double matrix");
  909. ^
  910. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  911. #define parseContext (*(TParseContext*)voidParseContext)
  912. ^
  913. glslang.y:1544:9: note: in expansion of macro 'parseContext'
  914. parseContext.doubleCheck($1.loc, "double matrix");
  915. ^
  916. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  917. #define parseContext (*(TParseContext*)voidParseContext)
  918. ^
  919. glslang.y:1550:9: note: in expansion of macro 'parseContext'
  920. parseContext.doubleCheck($1.loc, "double matrix");
  921. ^
  922. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  923. #define parseContext (*(TParseContext*)voidParseContext)
  924. ^
  925. glslang.y:1556:9: note: in expansion of macro 'parseContext'
  926. parseContext.doubleCheck($1.loc, "double matrix");
  927. ^
  928. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  929. #define parseContext (*(TParseContext*)voidParseContext)
  930. ^
  931. glslang.y:1562:9: note: in expansion of macro 'parseContext'
  932. parseContext.doubleCheck($1.loc, "double matrix");
  933. ^
  934. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  935. #define parseContext (*(TParseContext*)voidParseContext)
  936. ^
  937. glslang.y:1568:9: note: in expansion of macro 'parseContext'
  938. parseContext.doubleCheck($1.loc, "double matrix");
  939. ^
  940. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  941. #define parseContext (*(TParseContext*)voidParseContext)
  942. ^
  943. glslang.y:1574:9: note: in expansion of macro 'parseContext'
  944. parseContext.doubleCheck($1.loc, "double matrix");
  945. ^
  946. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  947. #define parseContext (*(TParseContext*)voidParseContext)
  948. ^
  949. glslang.y:1581:54: note: in expansion of macro 'parseContext'
  950. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  951. ^
  952. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  953. #define parseContext (*(TParseContext*)voidParseContext)
  954. ^
  955. glslang.y:1585:54: note: in expansion of macro 'parseContext'
  956. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  957. ^
  958. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  959. #define parseContext (*(TParseContext*)voidParseContext)
  960. ^
  961. glslang.y:1590:54: note: in expansion of macro 'parseContext'
  962. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  963. ^
  964. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  965. #define parseContext (*(TParseContext*)voidParseContext)
  966. ^
  967. glslang.y:1595:54: note: in expansion of macro 'parseContext'
  968. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  969. ^
  970. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  971. #define parseContext (*(TParseContext*)voidParseContext)
  972. ^
  973. glslang.y:1600:54: note: in expansion of macro 'parseContext'
  974. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  975. ^
  976. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  977. #define parseContext (*(TParseContext*)voidParseContext)
  978. ^
  979. glslang.y:1605:54: note: in expansion of macro 'parseContext'
  980. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  981. ^
  982. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  983. #define parseContext (*(TParseContext*)voidParseContext)
  984. ^
  985. glslang.y:1610:54: note: in expansion of macro 'parseContext'
  986. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  987. ^
  988. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  989. #define parseContext (*(TParseContext*)voidParseContext)
  990. ^
  991. glslang.y:1615:54: note: in expansion of macro 'parseContext'
  992. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  993. ^
  994. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  995. #define parseContext (*(TParseContext*)voidParseContext)
  996. ^
  997. glslang.y:1620:54: note: in expansion of macro 'parseContext'
  998. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  999. ^
  1000. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1001. #define parseContext (*(TParseContext*)voidParseContext)
  1002. ^
  1003. glslang.y:1625:54: note: in expansion of macro 'parseContext'
  1004. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1005. ^
  1006. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1007. #define parseContext (*(TParseContext*)voidParseContext)
  1008. ^
  1009. glslang.y:1630:54: note: in expansion of macro 'parseContext'
  1010. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1011. ^
  1012. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1013. #define parseContext (*(TParseContext*)voidParseContext)
  1014. ^
  1015. glslang.y:1635:54: note: in expansion of macro 'parseContext'
  1016. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1017. ^
  1018. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1019. #define parseContext (*(TParseContext*)voidParseContext)
  1020. ^
  1021. glslang.y:1640:54: note: in expansion of macro 'parseContext'
  1022. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1023. ^
  1024. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1025. #define parseContext (*(TParseContext*)voidParseContext)
  1026. ^
  1027. glslang.y:1645:54: note: in expansion of macro 'parseContext'
  1028. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1029. ^
  1030. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1031. #define parseContext (*(TParseContext*)voidParseContext)
  1032. ^
  1033. glslang.y:1650:54: note: in expansion of macro 'parseContext'
  1034. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1035. ^
  1036. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1037. #define parseContext (*(TParseContext*)voidParseContext)
  1038. ^
  1039. glslang.y:1655:54: note: in expansion of macro 'parseContext'
  1040. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1041. ^
  1042. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1043. #define parseContext (*(TParseContext*)voidParseContext)
  1044. ^
  1045. glslang.y:1660:54: note: in expansion of macro 'parseContext'
  1046. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1047. ^
  1048. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1049. #define parseContext (*(TParseContext*)voidParseContext)
  1050. ^
  1051. glslang.y:1665:54: note: in expansion of macro 'parseContext'
  1052. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1053. ^
  1054. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1055. #define parseContext (*(TParseContext*)voidParseContext)
  1056. ^
  1057. glslang.y:1670:54: note: in expansion of macro 'parseContext'
  1058. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1059. ^
  1060. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1061. #define parseContext (*(TParseContext*)voidParseContext)
  1062. ^
  1063. glslang.y:1675:54: note: in expansion of macro 'parseContext'
  1064. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1065. ^
  1066. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1067. #define parseContext (*(TParseContext*)voidParseContext)
  1068. ^
  1069. glslang.y:1680:54: note: in expansion of macro 'parseContext'
  1070. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1071. ^
  1072. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1073. #define parseContext (*(TParseContext*)voidParseContext)
  1074. ^
  1075. glslang.y:1685:54: note: in expansion of macro 'parseContext'
  1076. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1077. ^
  1078. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1079. #define parseContext (*(TParseContext*)voidParseContext)
  1080. ^
  1081. glslang.y:1690:54: note: in expansion of macro 'parseContext'
  1082. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1083. ^
  1084. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1085. #define parseContext (*(TParseContext*)voidParseContext)
  1086. ^
  1087. glslang.y:1695:54: note: in expansion of macro 'parseContext'
  1088. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1089. ^
  1090. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1091. #define parseContext (*(TParseContext*)voidParseContext)
  1092. ^
  1093. glslang.y:1700:54: note: in expansion of macro 'parseContext'
  1094. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1095. ^
  1096. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1097. #define parseContext (*(TParseContext*)voidParseContext)
  1098. ^
  1099. glslang.y:1705:54: note: in expansion of macro 'parseContext'
  1100. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1101. ^
  1102. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1103. #define parseContext (*(TParseContext*)voidParseContext)
  1104. ^
  1105. glslang.y:1710:54: note: in expansion of macro 'parseContext'
  1106. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1107. ^
  1108. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1109. #define parseContext (*(TParseContext*)voidParseContext)
  1110. ^
  1111. glslang.y:1715:54: note: in expansion of macro 'parseContext'
  1112. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1113. ^
  1114. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1115. #define parseContext (*(TParseContext*)voidParseContext)
  1116. ^
  1117. glslang.y:1720:54: note: in expansion of macro 'parseContext'
  1118. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1119. ^
  1120. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1121. #define parseContext (*(TParseContext*)voidParseContext)
  1122. ^
  1123. glslang.y:1725:54: note: in expansion of macro 'parseContext'
  1124. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1125. ^
  1126. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1127. #define parseContext (*(TParseContext*)voidParseContext)
  1128. ^
  1129. glslang.y:1730:54: note: in expansion of macro 'parseContext'
  1130. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1131. ^
  1132. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1133. #define parseContext (*(TParseContext*)voidParseContext)
  1134. ^
  1135. glslang.y:1735:54: note: in expansion of macro 'parseContext'
  1136. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1137. ^
  1138. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1139. #define parseContext (*(TParseContext*)voidParseContext)
  1140. ^
  1141. glslang.y:1740:54: note: in expansion of macro 'parseContext'
  1142. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1143. ^
  1144. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1145. #define parseContext (*(TParseContext*)voidParseContext)
  1146. ^
  1147. glslang.y:1745:54: note: in expansion of macro 'parseContext'
  1148. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1149. ^
  1150. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1151. #define parseContext (*(TParseContext*)voidParseContext)
  1152. ^
  1153. glslang.y:1750:54: note: in expansion of macro 'parseContext'
  1154. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1155. ^
  1156. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1157. #define parseContext (*(TParseContext*)voidParseContext)
  1158. ^
  1159. glslang.y:1755:54: note: in expansion of macro 'parseContext'
  1160. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1161. ^
  1162. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1163. #define parseContext (*(TParseContext*)voidParseContext)
  1164. ^
  1165. glslang.y:1760:54: note: in expansion of macro 'parseContext'
  1166. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1167. ^
  1168. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1169. #define parseContext (*(TParseContext*)voidParseContext)
  1170. ^
  1171. glslang.y:1765:54: note: in expansion of macro 'parseContext'
  1172. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1173. ^
  1174. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1175. #define parseContext (*(TParseContext*)voidParseContext)
  1176. ^
  1177. glslang.y:1770:54: note: in expansion of macro 'parseContext'
  1178. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1179. ^
  1180. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1181. #define parseContext (*(TParseContext*)voidParseContext)
  1182. ^
  1183. glslang.y:1775:54: note: in expansion of macro 'parseContext'
  1184. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1185. ^
  1186. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1187. #define parseContext (*(TParseContext*)voidParseContext)
  1188. ^
  1189. glslang.y:1780:54: note: in expansion of macro 'parseContext'
  1190. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1191. ^
  1192. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1193. #define parseContext (*(TParseContext*)voidParseContext)
  1194. ^
  1195. glslang.y:1785:54: note: in expansion of macro 'parseContext'
  1196. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1197. ^
  1198. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1199. #define parseContext (*(TParseContext*)voidParseContext)
  1200. ^
  1201. glslang.y:1790:54: note: in expansion of macro 'parseContext'
  1202. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1203. ^
  1204. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1205. #define parseContext (*(TParseContext*)voidParseContext)
  1206. ^
  1207. glslang.y:1795:54: note: in expansion of macro 'parseContext'
  1208. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1209. ^
  1210. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1211. #define parseContext (*(TParseContext*)voidParseContext)
  1212. ^
  1213. glslang.y:1800:54: note: in expansion of macro 'parseContext'
  1214. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1215. ^
  1216. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1217. #define parseContext (*(TParseContext*)voidParseContext)
  1218. ^
  1219. glslang.y:1805:54: note: in expansion of macro 'parseContext'
  1220. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1221. ^
  1222. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1223. #define parseContext (*(TParseContext*)voidParseContext)
  1224. ^
  1225. glslang.y:1810:54: note: in expansion of macro 'parseContext'
  1226. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1227. ^
  1228. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1229. #define parseContext (*(TParseContext*)voidParseContext)
  1230. ^
  1231. glslang.y:1815:54: note: in expansion of macro 'parseContext'
  1232. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1233. ^
  1234. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1235. #define parseContext (*(TParseContext*)voidParseContext)
  1236. ^
  1237. glslang.y:1820:54: note: in expansion of macro 'parseContext'
  1238. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1239. ^
  1240. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1241. #define parseContext (*(TParseContext*)voidParseContext)
  1242. ^
  1243. glslang.y:1825:54: note: in expansion of macro 'parseContext'
  1244. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1245. ^
  1246. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1247. #define parseContext (*(TParseContext*)voidParseContext)
  1248. ^
  1249. glslang.y:1830:54: note: in expansion of macro 'parseContext'
  1250. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1251. ^
  1252. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1253. #define parseContext (*(TParseContext*)voidParseContext)
  1254. ^
  1255. glslang.y:1835:54: note: in expansion of macro 'parseContext'
  1256. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1257. ^
  1258. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1259. #define parseContext (*(TParseContext*)voidParseContext)
  1260. ^
  1261. glslang.y:1840:54: note: in expansion of macro 'parseContext'
  1262. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1263. ^
  1264. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1265. #define parseContext (*(TParseContext*)voidParseContext)
  1266. ^
  1267. glslang.y:1845:54: note: in expansion of macro 'parseContext'
  1268. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1269. ^
  1270. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1271. #define parseContext (*(TParseContext*)voidParseContext)
  1272. ^
  1273. glslang.y:1850:54: note: in expansion of macro 'parseContext'
  1274. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1275. ^
  1276. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1277. #define parseContext (*(TParseContext*)voidParseContext)
  1278. ^
  1279. glslang.y:1855:54: note: in expansion of macro 'parseContext'
  1280. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1281. ^
  1282. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1283. #define parseContext (*(TParseContext*)voidParseContext)
  1284. ^
  1285. glslang.y:1860:54: note: in expansion of macro 'parseContext'
  1286. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1287. ^
  1288. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1289. #define parseContext (*(TParseContext*)voidParseContext)
  1290. ^
  1291. glslang.y:1865:54: note: in expansion of macro 'parseContext'
  1292. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1293. ^
  1294. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1295. #define parseContext (*(TParseContext*)voidParseContext)
  1296. ^
  1297. glslang.y:1870:54: note: in expansion of macro 'parseContext'
  1298. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1299. ^
  1300. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1301. #define parseContext (*(TParseContext*)voidParseContext)
  1302. ^
  1303. glslang.y:1875:54: note: in expansion of macro 'parseContext'
  1304. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1305. ^
  1306. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1307. #define parseContext (*(TParseContext*)voidParseContext)
  1308. ^
  1309. glslang.y:1880:54: note: in expansion of macro 'parseContext'
  1310. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1311. ^
  1312. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1313. #define parseContext (*(TParseContext*)voidParseContext)
  1314. ^
  1315. glslang.y:1885:54: note: in expansion of macro 'parseContext'
  1316. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1317. ^
  1318. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1319. #define parseContext (*(TParseContext*)voidParseContext)
  1320. ^
  1321. glslang.y:1890:54: note: in expansion of macro 'parseContext'
  1322. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1323. ^
  1324. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1325. #define parseContext (*(TParseContext*)voidParseContext)
  1326. ^
  1327. glslang.y:1895:54: note: in expansion of macro 'parseContext'
  1328. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1329. ^
  1330. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1331. #define parseContext (*(TParseContext*)voidParseContext)
  1332. ^
  1333. glslang.y:1900:54: note: in expansion of macro 'parseContext'
  1334. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1335. ^
  1336. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1337. #define parseContext (*(TParseContext*)voidParseContext)
  1338. ^
  1339. glslang.y:1905:54: note: in expansion of macro 'parseContext'
  1340. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1341. ^
  1342. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1343. #define parseContext (*(TParseContext*)voidParseContext)
  1344. ^
  1345. glslang.y:1910:54: note: in expansion of macro 'parseContext'
  1346. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1347. ^
  1348. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1349. #define parseContext (*(TParseContext*)voidParseContext)
  1350. ^
  1351. glslang.y:1915:54: note: in expansion of macro 'parseContext'
  1352. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1353. ^
  1354. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1355. #define parseContext (*(TParseContext*)voidParseContext)
  1356. ^
  1357. glslang.y:1920:54: note: in expansion of macro 'parseContext'
  1358. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1359. ^
  1360. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1361. #define parseContext (*(TParseContext*)voidParseContext)
  1362. ^
  1363. glslang.y:1925:54: note: in expansion of macro 'parseContext'
  1364. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1365. ^
  1366. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1367. #define parseContext (*(TParseContext*)voidParseContext)
  1368. ^
  1369. glslang.y:1930:54: note: in expansion of macro 'parseContext'
  1370. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1371. ^
  1372. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1373. #define parseContext (*(TParseContext*)voidParseContext)
  1374. ^
  1375. glslang.y:1935:54: note: in expansion of macro 'parseContext'
  1376. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1377. ^
  1378. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1379. #define parseContext (*(TParseContext*)voidParseContext)
  1380. ^
  1381. glslang.y:1940:54: note: in expansion of macro 'parseContext'
  1382. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1383. ^
  1384. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1385. #define parseContext (*(TParseContext*)voidParseContext)
  1386. ^
  1387. glslang.y:1945:54: note: in expansion of macro 'parseContext'
  1388. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1389. ^
  1390. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1391. #define parseContext (*(TParseContext*)voidParseContext)
  1392. ^
  1393. glslang.y:1950:54: note: in expansion of macro 'parseContext'
  1394. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1395. ^
  1396. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1397. #define parseContext (*(TParseContext*)voidParseContext)
  1398. ^
  1399. glslang.y:1957:49: note: in expansion of macro 'parseContext'
  1400. $$.qualifier.storage = parseContext.symbolTable.atGlobalLevel() ? EvqGlobal : EvqTemporary;
  1401. ^
  1402. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1403. #define parseContext (*(TParseContext*)voidParseContext)
  1404. ^
  1405. glslang.y:1967:58: note: in expansion of macro 'parseContext'
  1406. $$.init($1.loc, parseContext.symbolTable.atGlobalLevel());
  1407. ^
  1408. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1409. #define parseContext (*(TParseContext*)voidParseContext)
  1410. ^
  1411. glslang.y:1971:13: note: in expansion of macro 'parseContext'
  1412. parseContext.error($1.loc, "expected type name", $1.string->c_str(), "");
  1413. ^
  1414. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1415. #define parseContext (*(TParseContext*)voidParseContext)
  1416. ^
  1417. glslang.y:1977:9: note: in expansion of macro 'parseContext'
  1418. parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "highp precision qualifier");
  1419. ^
  1420. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1421. #define parseContext (*(TParseContext*)voidParseContext)
  1422. ^
  1423. glslang.y:1983:9: note: in expansion of macro 'parseContext'
  1424. parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "mediump precision qualifier");
  1425. ^
  1426. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1427. #define parseContext (*(TParseContext*)voidParseContext)
  1428. ^
  1429. glslang.y:1989:9: note: in expansion of macro 'parseContext'
  1430. parseContext.profileRequires($1.loc, ENoProfile, 130, 0, "lowp precision qualifier");
  1431. ^
  1432. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1433. #define parseContext (*(TParseContext*)voidParseContext)
  1434. ^
  1435. glslang.y:1997:7: note: in expansion of macro 'parseContext'
  1436. : STRUCT IDENTIFIER LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list RIGHT_BRACE {
  1437. ^
  1438. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1439. #define parseContext (*(TParseContext*)voidParseContext)
  1440. ^
  1441. glslang.y:2000:15: note: in expansion of macro 'parseContext'
  1442. if (! parseContext.symbolTable.insert(*userTypeDef))
  1443. ^
  1444. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1445. #define parseContext (*(TParseContext*)voidParseContext)
  1446. ^
  1447. glslang.y:2005:11: note: in expansion of macro 'parseContext'
  1448. --parseContext.structNestingLevel;
  1449. ^
  1450. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1451. #define parseContext (*(TParseContext*)voidParseContext)
  1452. ^
  1453. glslang.y:2007:7: note: in expansion of macro 'parseContext'
  1454. | STRUCT LEFT_BRACE { parseContext.nestedStructCheck($1.loc); } struct_declaration_list RIGHT_BRACE {
  1455. ^
  1456. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1457. #define parseContext (*(TParseContext*)voidParseContext)
  1458. ^
  1459. glslang.y:2012:11: note: in expansion of macro 'parseContext'
  1460. --parseContext.structNestingLevel;
  1461. ^
  1462. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1463. #define parseContext (*(TParseContext*)voidParseContext)
  1464. ^
  1465. glslang.y:2025:21: note: in expansion of macro 'parseContext'
  1466. parseContext.error((*$2)[i].loc, "duplicate member name:", "", (*$2)[i].type->getFieldName().c_str());
  1467. ^
  1468. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1469. #define parseContext (*(TParseContext*)voidParseContext)
  1470. ^
  1471. glslang.y:2035:13: note: in expansion of macro 'parseContext'
  1472. parseContext.profileRequires($1.loc, ENoProfile, 120, GL_3DL_array_objects, "arrayed type");
  1473. ^
  1474. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1475. #define parseContext (*(TParseContext*)voidParseContext)
  1476. ^
  1477. glslang.y:2043:9: note: in expansion of macro 'parseContext'
  1478. parseContext.voidErrorCheck($1.loc, (*$2)[0].type->getFieldName(), $1.basicType);
  1479. ^
  1480. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1481. #define parseContext (*(TParseContext*)voidParseContext)
  1482. ^
  1483. glslang.y:2053:13: note: in expansion of macro 'parseContext'
  1484. parseContext.profileRequires($2.loc, ENoProfile, 120, GL_3DL_array_objects, "arrayed type");
  1485. ^
  1486. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1487. #define parseContext (*(TParseContext*)voidParseContext)
  1488. ^
  1489. glslang.y:2061:9: note: in expansion of macro 'parseContext'
  1490. parseContext.checkNoShaderLayouts($1.loc, $1.shaderQualifiers);
  1491. ^
  1492. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1493. #define parseContext (*(TParseContext*)voidParseContext)
  1494. ^
  1495. glslang.y:2090:13: note: in expansion of macro 'parseContext'
  1496. if (parseContext.profile == EEsProfile)
  1497. ^
  1498. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1499. #define parseContext (*(TParseContext*)voidParseContext)
  1500. ^
  1501. glslang.y:2092:9: note: in expansion of macro 'parseContext'
  1502. parseContext.arrayDimCheck($1.loc, $2.arraySizes, 0);
  1503. ^
  1504. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1505. #define parseContext (*(TParseContext*)voidParseContext)
  1506. ^
  1507. glslang.y:2107:9: note: in expansion of macro 'parseContext'
  1508. parseContext.requireProfile($1.loc, ~EEsProfile, initFeature);
  1509. ^
  1510. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1511. #define parseContext (*(TParseContext*)voidParseContext)
  1512. ^
  1513. glslang.y:2113:9: note: in expansion of macro 'parseContext'
  1514. parseContext.requireProfile($1.loc, ~EEsProfile, initFeature);
  1515. ^
  1516. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1517. #define parseContext (*(TParseContext*)voidParseContext)
  1518. ^
  1519. glslang.y:2121:42: note: in expansion of macro 'parseContext'
  1520. $$ = parseContext.intermediate.growAggregate(0, $1, $1->getLoc());
  1521. ^
  1522. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1523. #define parseContext (*(TParseContext*)voidParseContext)
  1524. ^
  1525. glslang.y:2124:42: note: in expansion of macro 'parseContext'
  1526. $$ = parseContext.intermediate.growAggregate($1, $3);
  1527. ^
  1528. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1529. #define parseContext (*(TParseContext*)voidParseContext)
  1530. ^
  1531. glslang.y:2152:9: note: in expansion of macro 'parseContext'
  1532. parseContext.symbolTable.push();
  1533. ^
  1534. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1535. #define parseContext (*(TParseContext*)voidParseContext)
  1536. ^
  1537. glslang.y:2156:9: note: in expansion of macro 'parseContext'
  1538. parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
  1539. ^
  1540. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1541. #define parseContext (*(TParseContext*)voidParseContext)
  1542. ^
  1543. glslang.y:2174:9: note: in expansion of macro 'parseContext'
  1544. parseContext.symbolTable.push();
  1545. ^
  1546. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1547. #define parseContext (*(TParseContext*)voidParseContext)
  1548. ^
  1549. glslang.y:2178:9: note: in expansion of macro 'parseContext'
  1550. parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
  1551. ^
  1552. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1553. #define parseContext (*(TParseContext*)voidParseContext)
  1554. ^
  1555. glslang.y:2197:37: note: in expansion of macro 'parseContext'
  1556. $$ = parseContext.intermediate.makeAggregate($1);
  1557. ^
  1558. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1559. #define parseContext (*(TParseContext*)voidParseContext)
  1560. ^
  1561. glslang.y:2207:13: note: in expansion of macro 'parseContext'
  1562. parseContext.wrapupSwitchSubsequence($1 ? $1->getAsAggregate() : 0, $2);
  1563. ^
  1564. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1565. #define parseContext (*(TParseContext*)voidParseContext)
  1566. ^
  1567. glslang.y:2210:41: note: in expansion of macro 'parseContext'
  1568. $$ = parseContext.intermediate.growAggregate($1, $2);
  1569. ^
  1570. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1571. #define parseContext (*(TParseContext*)voidParseContext)
  1572. ^
  1573. glslang.y:2221:9: note: in expansion of macro 'parseContext'
  1574. parseContext.boolCheck($1.loc, $3);
  1575. ^
  1576. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1577. #define parseContext (*(TParseContext*)voidParseContext)
  1578. ^
  1579. glslang.y:2241:9: note: in expansion of macro 'parseContext'
  1580. parseContext.boolCheck($1->getLoc(), $1);
  1581. ^
  1582. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1583. #define parseContext (*(TParseContext*)voidParseContext)
  1584. ^
  1585. glslang.y:2244:9: note: in expansion of macro 'parseContext'
  1586. parseContext.boolCheck($2.loc, $1);
  1587. ^
  1588. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1589. #define parseContext (*(TParseContext*)voidParseContext)
  1590. ^
  1591. glslang.y:2258:9: note: in expansion of macro 'parseContext'
  1592. parseContext.switchSequenceStack.push_back(new TIntermSequence);
  1593. ^
  1594. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1595. #define parseContext (*(TParseContext*)voidParseContext)
  1596. ^
  1597. glslang.y:2262:37: note: in expansion of macro 'parseContext'
  1598. $$ = parseContext.addSwitch($1.loc, $3, $7 ? $7->getAsAggregate() : 0);
  1599. ^
  1600. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1601. #define parseContext (*(TParseContext*)voidParseContext)
  1602. ^
  1603. glslang.y:2281:13: note: in expansion of macro 'parseContext'
  1604. if (parseContext.switchLevel.size() == 0)
  1605. ^
  1606. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1607. #define parseContext (*(TParseContext*)voidParseContext)
  1608. ^
  1609. glslang.y:2293:13: note: in expansion of macro 'parseContext'
  1610. if (parseContext.switchLevel.size() == 0)
  1611. ^
  1612. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1613. #define parseContext (*(TParseContext*)voidParseContext)
  1614. ^
  1615. glslang.y:2304:15: note: in expansion of macro 'parseContext'
  1616. if (! parseContext.limits.whileLoops)
  1617. ^
  1618. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1619. #define parseContext (*(TParseContext*)voidParseContext)
  1620. ^
  1621. glslang.y:2306:9: note: in expansion of macro 'parseContext'
  1622. parseContext.symbolTable.push();
  1623. ^
  1624. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1625. #define parseContext (*(TParseContext*)voidParseContext)
  1626. ^
  1627. glslang.y:2311:9: note: in expansion of macro 'parseContext'
  1628. parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
  1629. ^
  1630. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1631. #define parseContext (*(TParseContext*)voidParseContext)
  1632. ^
  1633. glslang.y:2317:11: note: in expansion of macro 'parseContext'
  1634. ++parseContext.loopNestingLevel;
  1635. ^
  1636. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1637. #define parseContext (*(TParseContext*)voidParseContext)
  1638. ^
  1639. glslang.y:2321:15: note: in expansion of macro 'parseContext'
  1640. if (! parseContext.limits.whileLoops)
  1641. ^
  1642. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1643. #define parseContext (*(TParseContext*)voidParseContext)
  1644. ^
  1645. glslang.y:2324:9: note: in expansion of macro 'parseContext'
  1646. parseContext.boolCheck($8.loc, $6);
  1647. ^
  1648. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1649. #define parseContext (*(TParseContext*)voidParseContext)
  1650. ^
  1651. glslang.y:2331:9: note: in expansion of macro 'parseContext'
  1652. parseContext.symbolTable.push();
  1653. ^
  1654. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1655. #define parseContext (*(TParseContext*)voidParseContext)
  1656. ^
  1657. glslang.y:2336:9: note: in expansion of macro 'parseContext'
  1658. parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
  1659. ^
  1660. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1661. #define parseContext (*(TParseContext*)voidParseContext)
  1662. ^
  1663. glslang.y:2379:13: note: in expansion of macro 'parseContext'
  1664. if (parseContext.loopNestingLevel <= 0)
  1665. ^
  1666. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1667. #define parseContext (*(TParseContext*)voidParseContext)
  1668. ^
  1669. glslang.y:2381:37: note: in expansion of macro 'parseContext'
  1670. $$ = parseContext.intermediate.addBranch(EOpContinue, $1.loc);
  1671. ^
  1672. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1673. #define parseContext (*(TParseContext*)voidParseContext)
  1674. ^
  1675. glslang.y:2384:13: note: in expansion of macro 'parseContext'
  1676. if (parseContext.loopNestingLevel + parseContext.switchSequenceStack.size() <= 0)
  1677. ^
  1678. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1679. #define parseContext (*(TParseContext*)voidParseContext)
  1680. ^
  1681. glslang.y:2386:37: note: in expansion of macro 'parseContext'
  1682. $$ = parseContext.intermediate.addBranch(EOpBreak, $1.loc);
  1683. ^
  1684. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1685. #define parseContext (*(TParseContext*)voidParseContext)
  1686. ^
  1687. glslang.y:2389:37: note: in expansion of macro 'parseContext'
  1688. $$ = parseContext.intermediate.addBranch(EOpReturn, $1.loc);
  1689. ^
  1690. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1691. #define parseContext (*(TParseContext*)voidParseContext)
  1692. ^
  1693. glslang.y:2394:37: note: in expansion of macro 'parseContext'
  1694. $$ = parseContext.intermediate.addBranch(EOpReturn, $2, $1.loc);
  1695. ^
  1696. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1697. #define parseContext (*(TParseContext*)voidParseContext)
  1698. ^
  1699. glslang.y:2402:9: note: in expansion of macro 'parseContext'
  1700. parseContext.requireStage($1.loc, EShLangFragment, "discard");
  1701. ^
  1702. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1703. #define parseContext (*(TParseContext*)voidParseContext)
  1704. ^
  1705. glslang.y:2412:9: note: in expansion of macro 'parseContext'
  1706. parseContext.intermediate.setTreeRoot($$);
  1707. ^
  1708. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1709. #define parseContext (*(TParseContext*)voidParseContext)
  1710. ^
  1711. glslang.y:2415:37: note: in expansion of macro 'parseContext'
  1712. $$ = parseContext.intermediate.growAggregate($1, $2);
  1713. ^
  1714. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1715. #define parseContext (*(TParseContext*)voidParseContext)
  1716. ^
  1717. glslang.y:2431:38: note: in expansion of macro 'parseContext'
  1718. $1.function = parseContext.handleFunctionDeclarator($1.loc, *$1.function, false /* not prototype */);
  1719. ^
  1720. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1721. #define parseContext (*(TParseContext*)voidParseContext)
  1722. ^
  1723. glslang.y:2436:13: note: in expansion of macro 'parseContext'
  1724. if (parseContext.currentFunctionType->getBasicType() != EbtVoid && ! parseContext.functionReturnsValue)
  1725. ^
  1726. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1727. #define parseContext (*(TParseContext*)voidParseContext)
  1728. ^
  1729. glslang.y:2438:9: note: in expansion of macro 'parseContext'
  1730. parseContext.symbolTable.pop(&parseContext.defaultPrecision[0]);
  1731. ^
  1732. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1733. #define parseContext (*(TParseContext*)voidParseContext)
  1734. ^
  1735. glslang.y:103:22: note: in expansion of macro 'parseContext'
  1736. #define yyerror(msg) parseContext.parserError(msg)
  1737. ^
  1738. glslang.tab.c:6656:7: note: in expansion of macro 'yyerror'
  1739. glslang.y:101:40: error: 'voidParseContext' was not declared in this scope
  1740. #define parseContext (*(TParseContext*)voidParseContext)
  1741. ^
  1742. glslang.y:103:22: note: in expansion of macro 'parseContext'
  1743. #define yyerror(msg) parseContext.parserError(msg)
  1744. ^
  1745. glslang.tab.c:6800:3: note: in expansion of macro 'yyerror'
  1746. make[1]: *** [gen_glslang_tab.o] Error 1
  1747. make[1]: Leaving directory `/home/inequation/projects/glslang/glslang/MachineIndependent'
  1748. make: *** [regenlib] Error 2
  1749. make: Leaving directory `/home/inequation/projects/glslang/StandAlone'
  1750. ./BuildLinux.sh: line 15: ../StandAlone/glslangValidator: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement