Searched refs:cppStd (Results 1 – 4 of 4) sorted by relevance
/build/soong/cc/ |
D | compiler.go | 298 func maybeReplaceGnuToC(gnuExtensions *bool, cStd string, cppStd string) (string, string) { 301 cppStd = gnuToCReplacer.Replace(cppStd) 303 return cStd, cppStd 307 cppStd := String(cppStdPtr) 308 switch cppStd { 314 return cppStd 501 cppStd := parseCppStd(compiler.Properties.Cpp_std) 503 cStd, cppStd = maybeReplaceGnuToC(compiler.Properties.Gnu_extensions, cStd, cppStd) 506 flags.Local.CppFlags = append([]string{"-std=" + cppStd}, flags.Local.CppFlags...)
|
D | bp2build.go | 299 cppStd *string member 341 ca.cStd, ca.cppStd = bp2buildResolveCppStdValue(props.C_std, props.Cpp_std, props.Gnu_extensions)
|
D | binary.go | 621 Cpp_std: baseAttrs.cppStd,
|
D | library.go | 356 Cpp_std: compilerAttrs.cppStd, 379 Cpp_std: compilerAttrs.cppStd, 2505 Cpp_std: compilerAttrs.cppStd, 2537 Cpp_std: compilerAttrs.cppStd,
|