Lines Matching refs:libraryInterface
193 if _, ok := mod.compiler.(libraryInterface); ok {
202 if library, ok := mod.compiler.(libraryInterface); ok {
211 if library, ok := mod.compiler.(libraryInterface); ok {
220 if library, ok := mod.compiler.(libraryInterface); ok {
229 if library, ok := mod.compiler.(libraryInterface); ok {
252 if _, ok := mod.compiler.(libraryInterface); ok {
549 if lib, ok := mod.compiler.(libraryInterface); ok && (lib.buildShared() || lib.buildStatic()) {
567 if library, ok := mod.compiler.(libraryInterface); ok {
577 if library, ok := mod.compiler.(libraryInterface); ok {
587 if library, ok := mod.compiler.(libraryInterface); ok {
596 if library, ok := mod.compiler.(libraryInterface); ok {
807 if mod.compiler.(libraryInterface).source() {
941 dylib, ok := rustDep.compiler.(libraryInterface)
950 rlib, ok := rustDep.compiler.(libraryInterface)
1167 if lib, ok := mod.compiler.(libraryInterface); !ok || !lib.sysroot() {