Home
last modified time | relevance | path

Searched full:cxx_std (Results 1 – 14 of 14) sorted by relevance

/external/google-fruit/extras/benchmark/suites/
Ddebug.yml37 cxx_std: "c++11"
67 cxx_std: "c++11"
81 cxx_std: "c++11"
99 cxx_std: "c++11"
113 cxx_std: "c++11"
133 cxx_std: "c++11"
145 cxx_std: "c++11"
162 cxx_std: "c++14"
174 cxx_std: "c++14"
Dfruit_full.yml36 cxx_std: "c++11"
53 cxx_std: "c++11"
64 cxx_std: "c++11"
81 cxx_std: "c++11"
93 cxx_std: "c++11"
Dfruit_mostly_full.yml33 cxx_std: "c++11"
50 cxx_std: "c++11"
61 cxx_std: "c++11"
Dfruit_quick.yml33 cxx_std: "c++11"
51 cxx_std: "c++11"
Dboost_di.yml39 cxx_std: "c++14"
53 cxx_std: "c++14"
Dsimple_di_mostly_full.yml55 cxx_std: "c++11"
69 cxx_std: "c++11"
Dsimple_di_full.yml56 cxx_std: "c++11"
69 cxx_std: "c++11"
Dfruit_single.yml33 cxx_std: "c++11"
/external/python/pybind11/pybind11/
Dsetup_helpers.py87 Finally, you can set ``cxx_std`` via constructor or afterwords to enable
91 you if the ``cxx_std`` property is not set. Do not set the ``cxx_std``
114 cxx_std = kwargs.pop("cxx_std", 0)
139 Pybind11Extension.cxx_std.__set__(self, cxx_std)
154 def cxx_std(self): member in Pybind11Extension
164 @cxx_std.setter
165 def cxx_std(self, level): member in Pybind11Extension
298 ext.__class__.cxx_std.__set__(ext, auto_cpp_level(self.compiler))
Dsetup_helpers.pyi21 self, *args: Any, cxx_std: int = 0, language: str = "c++", **kwargs: Any
24 def cxx_std(self) -> int: ...
25 @cxx_std.setter
26 def cxx_std(self, level: int) -> None: ...
/external/google-fruit/extras/benchmark/
Drun_benchmarks.py156 cxx_std = self.benchmark_definition['cxx_std']
164 '-std=%s' % cxx_std,
194 cxx_std = self.benchmark_definition['cxx_std']
200 '-std=%s' % cxx_std,
238 cxx_std = self.benchmark_definition['cxx_std']
251 cxx_std=cxx_std,
693 {name: ['bar', 'baz'], compiler: ['g++-5'], cxx_std: 'c++14'}]
698 {name: 'bar', compiler: 'g++-5', cxx_std: 'c++14'},
699 {name: 'baz', compiler: 'g++-5', cxx_std: 'c++14'}]
Dgenerate_benchmark.py76 cxx_std: str,
138 …MMD -MP -O2 -W -Wall -DNDEBUG -ftemplate-depth=10000 %s %s' % (compiler, cxx_std, include_flags, '…
139 …link_command = '%s -std=%s -O2 -W -Wall %s %s' % (compiler, cxx_std, rpath_flags, library_dirs_fla…
208 cxx_std=args.cxx_std,
/external/python/pybind11/tests/extra_setuptools/
Dtest_setuphelper.py34 cxx_std=std,
/external/llvm-project/flang/
DCMakeLists.txt125 message("Flang: Overriding LLVM's 'cxx_std' setting...")