Searched refs:COMPILER (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/Testing/ |
D | diff.sql | 52 COMPILERKIND.compiler as COMPILER, 53 COMPILER.version as COMPILERVERSION, 61 INNER JOIN COMPILER ON COMPILER.compilerid = otherCores.compilerid 62 INNER JOIN COMPILERKIND ON COMPILERKIND.compilerkindid = COMPILER.compilerkindid
|
D | createDb.sql | 20 CREATE TABLE COMPILER ( table 29 CREATE INDEX compiler_index ON COMPILER(compilerkindid,version); 30 CREATE INDEX compiler_date_index ON COMPILER(testdateid); 31 CREATE INDEX compiler_all_index ON COMPILER(compilerkindid,version,testdateid); 68 FOREIGN KEY(compilerid) REFERENCES COMPILER(compilerid),
|
D | examples.sql | 10 select NB,CATEGORY.category,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.… 15 INNER JOIN COMPILER USING(compilerid)
|