Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Drepo.c320 int emit_p = 0; in repo_emit_p() local
329 emit_p = 1; in repo_emit_p()
330 return emit_p; in repo_emit_p()
H A Dmethod.c320 use_thunk (tree thunk_fndecl, bool emit_p) in use_thunk() argument
345 use_thunk (function, emit_p); in use_thunk()
354 if (!emit_p) in use_thunk()
H A Ddecl2.c1906 int emit_p; in import_export_decl() local
1970 emit_p = repo_emit_p (decl); in import_export_decl()
1971 if (emit_p == 0) in import_export_decl()
1973 else if (emit_p == 1) in import_export_decl()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c360 use_thunk (thunk_fndecl, emit_p) in use_thunk() argument
362 int emit_p;
387 if (!emit_p)