Home
last modified time | relevance | path

Searched refs:gccAsmSemantic (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Diasm.c19 Statement *gccAsmSemantic(GccAsmStatement *s, Scope *sc);
39 return gccAsmSemantic(eas, sc); in asmSemantic()
H A Diasmgcc.c298 Statement *gccAsmSemantic(GccAsmStatement *s, Scope *sc) in gccAsmSemantic() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasm.d52 return gccAsmSemantic(eas, sc); in asmSemantic()
H A Diasmgcc.d303 extern (C++) public Statement gccAsmSemantic(GccAsmStatement s, Scope *sc) in gccAsmSemantic() function