Lines Matching refs:STL
382 stl *stl
440 if c.stl != nil {
441 c.AddProperties(c.stl.props()...)
766 if stl := ctx.mod.stl; stl != nil {
767 return stl.Properties.SelectedStl
816 module.stl = &stl{}
934 if c.stl != nil {
935 flags = c.stl.flags(ctx, flags)
1030 if c.stl != nil {
1031 c.stl.begin(ctx)
1078 if c.stl != nil {
1079 deps = c.stl.deps(ctx, deps)
1481 // Also check that the two STL choices are compatible.
1482 fromStl := from.stl.Properties.SelectedStl
1483 toStl := to.stl.Properties.SelectedStl
1485 // Libraries that don't use the STL are unrestricted.
1487 // We can be permissive with the system "STL" since it is only the C++
1492 from.stl.Properties.SelectedStl, ctx.OtherModuleName(to),
1493 to.stl.Properties.SelectedStl)
1933 // TODO(b/114741097): use the correct ndk stl once build errors have been fixed