Searched refs:compilerProps (Results 1 – 11 of 11) sorted by relevance
143 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func144 return append(prebuilt.libraryDecorator.compilerProps(),200 func (prebuilt *prebuiltProcMacroDecorator) compilerProps() []interface{} { func201 return append(prebuilt.procMacroDecorator.compilerProps(),
62 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func63 return append(procMacro.baseCompiler.compilerProps(),
110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { func111 return append(benchmark.binaryDecorator.compilerProps(), &benchmark.Properties)
117 func (binary *binaryDecorator) compilerProps() []interface{} { func118 return append(binary.baseCompiler.compilerProps(),
84 func (fuzzer *fuzzDecorator) compilerProps() []interface{} { func85 return append(fuzzer.binaryDecorator.compilerProps(),
118 func (test *testDecorator) compilerProps() []interface{} { func119 return append(test.binaryDecorator.compilerProps(), &test.Properties)
419 func (library *libraryDecorator) compilerProps() []interface{} { func420 return append(library.baseCompiler.compilerProps(),
235 func (compiler *baseCompiler) compilerProps() []interface{} { func
459 compilerProps() []interface{} methodSpec713 mod.AddProperties(mod.compiler.compilerProps()...)
257 func (compiler *baseCompiler) compilerProps() []interface{} { func
557 compilerProps() []interface{} methodSpec1127 c.AddProperties(c.compiler.compilerProps()...)