Lines Matching refs:ok
40 module, ok := ctx.Module().(*Module)
41 if !ok {
54 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
64 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
73 if lib, ok := module.compiler.(*libraryDecorator); ok {
98 lib, ok := module.compiler.(*libraryDecorator)
99 if !ok {
136 lib, ok := module.compiler.(*libraryDecorator)
137 if !ok {
224 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
239 if c, ok := module.compiler.(*baseCompiler); ok && c.includeBuildDirectory() {
241 } else if c, ok := module.compiler.(*libraryDecorator); ok && c.includeBuildDirectory() {
246 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
263 if _, ok := props.(*BaseCompilerProperties); ok {
277 if baseCompilerProps, ok := props.(*BaseCompilerProperties); ok {
319 if baseLinkerProps, ok := linkerProps.(*BaseLinkerProperties); ok {
341 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
362 if baseLinkerProps, ok := p.(*BaseLinkerProperties); ok {
423 if flagExporterProperties, ok := props.(*FlagExporterProperties); ok {
438 if flagExporterProperties, ok := props.(*FlagExporterProperties); ok {