Home
last modified time | relevance | path

Searched defs:checkGC (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnogc.c226 Expression *checkGC(Scope *sc, Expression *e) in checkGC() function
H A Dnogc.d207 Expression checkGC(Scope* sc, Expression e) in checkGC() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnogc.c226 Expression *checkGC(Scope *sc, Expression *e) in checkGC() function
/netbsd/external/mit/lua/dist/src/
H A Dlvm.c1210 #define checkGC(L,c) \ macro