Searched full:cxx_std (Results 1 – 14 of 14) sorted by relevance
/external/google-fruit/extras/benchmark/suites/ |
D | debug.yml | 37 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"
|
D | fruit_full.yml | 36 cxx_std: "c++11" 53 cxx_std: "c++11" 64 cxx_std: "c++11" 81 cxx_std: "c++11" 93 cxx_std: "c++11"
|
D | fruit_mostly_full.yml | 33 cxx_std: "c++11" 50 cxx_std: "c++11" 61 cxx_std: "c++11"
|
D | fruit_quick.yml | 33 cxx_std: "c++11" 51 cxx_std: "c++11"
|
D | boost_di.yml | 39 cxx_std: "c++14" 53 cxx_std: "c++14"
|
D | simple_di_mostly_full.yml | 55 cxx_std: "c++11" 69 cxx_std: "c++11"
|
D | simple_di_full.yml | 56 cxx_std: "c++11" 69 cxx_std: "c++11"
|
D | fruit_single.yml | 33 cxx_std: "c++11"
|
/external/python/pybind11/pybind11/ |
D | setup_helpers.py | 87 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))
|
D | setup_helpers.pyi | 21 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/ |
D | run_benchmarks.py | 156 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'}]
|
D | generate_benchmark.py | 76 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/ |
D | test_setuphelper.py | 34 cxx_std=std,
|
/external/llvm-project/flang/ |
D | CMakeLists.txt | 125 message("Flang: Overriding LLVM's 'cxx_std' setting...")
|