Home
last modified time | relevance | path

Searched refs:pragma_kw (Results 1 – 2 of 2) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dkwddf.h578 static KTABLE pragma_kw = {sizeof(t8) / sizeof(KWORD), &t8[0]}; variable
H A Dscan.c398 init_ktable(&pragma_kw); in scan_init()
4131 tkntyp = keyword(cp, &pragma_kw, &idlen, TRUE); in classify_pragma()