Home | History | Annotate | Download | only in cc

Lines Matching refs:Variable

562 	// Replace the long list of flags for each file with a module-local variable
563 ctx.Variable(pctx, "cflags", strings.Join(flags.CFlags, " "))
564 ctx.Variable(pctx, "cppflags", strings.Join(flags.CppFlags, " "))
565 ctx.Variable(pctx, "asflags", strings.Join(flags.AsFlags, " "))