Home
last modified time | relevance | path

Searched refs:Cpp_std (Results 1 – 2 of 2) sorted by relevance

/build/soong/rust/
Dbindgen.go102 if String(b.ClangProperties.Cpp_std) != "" && String(b.ClangProperties.C_std) != "" {
106 if String(b.ClangProperties.Cpp_std) != "" {
107 if String(b.ClangProperties.Cpp_std) == "experimental" {
109 } else if String(b.ClangProperties.Cpp_std) == "default" {
112 stdVersion = String(b.ClangProperties.Cpp_std)
/build/soong/cc/
Dcompiler.go108 Cpp_std *string member
474 cppStd := String(compiler.Properties.Cpp_std)
475 switch String(compiler.Properties.Cpp_std) {
728 Cpp_std *string member