Home
last modified time | relevance | path

Searched +full:clang +full:- +full:8 (Results 1 – 25 of 1018) sorted by relevance

12345678910>>...41

/third_party/curl/zuul.d/
Djobs.yaml22 ---
23 - job:
24 name: curl-base
26 pre-run: zuul.d/playbooks/pre.yaml
28 post-run: zuul.d/playbooks/post.yaml
29 nodeset: ubuntu-bionic
37 - job:
38 name: curl-normal-with-openssl-gssapi-libssh2-checksrc
39 parent: curl-base
43 C: --with-openssl --with-gssapi --with-libssh2
[all …]
/third_party/boost/libs/beast/
Dazure-pipelines.yml5 - job: 'LinuxCoverage'
7 vmImage: 'ubuntu-16.04'
9 image: djarek/boost-beast-ci:latest
10 options: --privileged
12 - bash: |
13 sudo apt update && sudo apt install -y g++ lcov
15 - bash: |
16 set -e
19 $BUILD_DIR/tools/get-boost.sh $GIT_BRANCH $BUILD_DIR
20 cd boost-root
[all …]
/third_party/boost/tools/build/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2015-2019.
10 - develop
11 - master
12 - feature/*
15 - appveyor.yml
19 - develop
22 - appveyor.yml
26 - stage: Test
29 - job: 'Linux'
31 vmImage: 'ubuntu-16.04'
[all …]
/third_party/boost/libs/predef/
Dazure-pipelines.yml5 # Copyright Rene Rivera 2019-2020.
10 - develop
11 - master
12 - feature/*
16 - develop
29 - stage: Test
32 - job: 'Linux'
37 CXX: g++-9
38 PACKAGES: g++-9
39 B2_ARGS: 'cxxstd=03,11,14,17,2a cxxstd-dialect=gnu'
[all …]
/third_party/grpc/templates/tools/dockerfile/test/sanity/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
22 RUN apt-get update && apt-get -t buster install -y python3.7 python3-all-dev
23 RUN curl https://bootstrap.pypa.io/get-pip.py | python3.7
26 RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1
27 RUN apt-get update && apt-get install -y ${"\\"}
33 RUN python2 -m pip install simplejson mako virtualenv==16.7.9 lxml
34 RUN python3 -m pip install simplejson mako virtualenv==16.7.9 lxml six
36 # Add buster-backports for more recent clang packages
37 …RUN echo "deb http://deb.debian.org/debian buster-backports main" | tee /etc/apt/sources.list.d/bu…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // Test to make sure we replace 5*8.
39 // clang-format off in TEST_F()
49 "%uint_8 = OpConstant %uint 8", in TEST_F()
51 "%8 = OpLabel", in TEST_F()
55 // clang-format on in TEST_F()
81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
[all …]
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
110 // clang-format on in TEST_F()
120 // clang-format off in TEST_F()
133 // clang-format on in TEST_F()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dstrength_reduction_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
36 // Test to make sure we replace 5*8.
39 // clang-format off in TEST_F()
49 "%uint_8 = OpConstant %uint 8", in TEST_F()
51 "%8 = OpLabel", in TEST_F()
55 // clang-format on in TEST_F()
81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F()
83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F()
84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F()
87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F()
[all …]
Dstrip_debug_info_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
28 // clang-format off in TEST_F()
56 // clang-format on in TEST_F()
70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F()
83 // clang-format off in TEST_F()
96 // clang-format on in TEST_F()
99 // clang-format off in TEST_F()
110 // clang-format on in TEST_F()
120 // clang-format off in TEST_F()
133 // clang-format on in TEST_F()
[all …]
/third_party/jsoncpp/
D.travis.yml2 # http://about.travis-ci.org/docs/user/build-configuration/
5 # gem install travis --no-rdoc --no-ri
12 - clang-format
13 - meson
14 - ninja
18 - ubuntu-toolchain-r-test
19 - llvm-toolchain-xenial-8
21 - clang-format-8
22 - clang-8
23 - valgrind
[all …]
/third_party/nghttp2/.github/workflows/
Dbuild.yml7 runs-on: ${{ matrix.os }}
11 os: [ubuntu-20.04, macos-10.15]
12 compiler: [gcc, clang]
16 - uses: actions/checkout@v2
17 - name: Linux setup
20 sudo apt-get install \
21 g++-8 \
22 clang-10 \
25 autotools-dev \
27 pkg-config \
[all …]
/third_party/libexif/
D.travis.yml16 - autopoint
21 - CONFIG=normal
22 - CONFIG=c90
23 - CONFIG=stackprotect
24 - CONFIG=disable-nls
26 - MAKEFLAGS='-j 2'
29 - clang
30 - gcc
33 - linux
34 - osx
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dgen_mtl_internal_shaders.py3 # Use of this source code is governed by a BSD-style license that can be
19 template_header_boilerplate = """// GENERATED FILE - DO NOT EDIT.
23 // Use of this source code is governed by a BSD-style license that can be
56 binary = 'clang-cl.exe'
58 binary = 'clang++'
60 clang = os.path.join('..', '..', '..', '..', '..', 'third_party', 'llvm-build',
63 if not os.path.isfile(clang):
64 raise Exception('Cannot find clang')
66 return clang
96 # -------- Generate shader constants -----------
[all …]
/third_party/json/
D.travis.yml21 - os: linux
24 - COMPILER=g++-4.9
25 - CMAKE_OPTIONS=-DJSON_Valgrind=ON
28 sources: ['ubuntu-toolchain-r-test']
29 packages: ['g++-4.9', 'valgrind', 'ninja-build']
31 # clang sanitizer
32 - os: linux
33 compiler: clang
35 - COMPILER=clang++-7
36 - CMAKE_OPTIONS=-DJSON_Sanitizer=ON
[all …]
/third_party/icu/
D.travis.yml7 - name: "c: docs"
14 - doxygen
16 - cd icu4c/source
17 - ./runConfigureICU Linux --disable-renaming
20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options
23- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)…
26 - name: "j"
31 - ant
32 - ant-optional
35 - cd icu4j
[all …]
/third_party/boost/tools/build/src/tools/
Dclang.jam5 # This is a generic 'clang' toolset. Depending on the current system, it
6 # forwards either to 'clang-linux' or 'clang-darwin' modules.
15 feature.extend toolset : clang ;
16 feature.subfeature toolset clang : platform : : propagated link-incompatible ;
22 toolset.using clang-win :
23 $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
27 toolset.using clang-darwin :
28 $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
32 toolset.using clang-linux :
33 $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
[all …]
/third_party/boost/libs/geometry/doc/
Dcompiling.qbk2 Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
3 Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
4 Copyright (c) 2009-2012 Mateusz Loskot, London, UK., London, UK
20 __boost_geometry__ is a headers-only library. Users only need to include the
25 __boost_geometry__ is only dependant on headers-only __boost__ libraries.
43 * 10.0 (__msvc__ 2010) [/reported by Trunk report May 8, 2011]
44 * 9.0 (__msvc__ 2008) [/reported by Trunk report May 8, 2011]
45 * 8.0 (__msvc__ 2005) [/reported by Trunk report May 8, 2011]
58 * gcc 4.6.1 [/reported by Trunk report May 8, 2011]
59 * gcc 4.6.0 [/reported by Trunk report May 8, 2011]
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
44 for (Function& f : *context()->module()) { in Process()
49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
74 // clang-format off in TEST_F()
90 %8 = OpTypePointer Function %7 in TEST_F()
126 // clang-format on in TEST_F()
130 Module* module = context->module(); in TEST_F()
156 // clang-format off in TEST_F()
170 %8 = OpConstant %6 0 in TEST_F()
190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_assumptions.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
44 for (Function& f : *context()->module()) { in Process()
49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process()
74 // clang-format off in TEST_F()
90 %8 = OpTypePointer Function %7 in TEST_F()
126 // clang-format on in TEST_F()
130 Module* module = context->module(); in TEST_F()
156 // clang-format off in TEST_F()
170 %8 = OpConstant %6 0 in TEST_F()
190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F()
[all …]
/third_party/boost/libs/predef/tools/ci/
Dcommon.py21 'clang-3.4' : {
22 'ppa' : ["ppa:h-rayflood/llvm"],
23 'package' : 'clang-3.4',
24 'command' : 'clang++-3.4',
25 'toolset' : 'clang',
28 'clang-3.5' : {
29 'ppa' : ["ppa:h-rayflood/llvm"],
30 'package' : 'clang-3.5',
31 'command' : 'clang++-3.5',
32 'toolset' : 'clang',
[all …]
/third_party/flutter/skia/third_party/externals/dawn/
DDEPS13 # Dependencies required to use GN/Clang in standalone
22 'tools/clang': {
23 'url': '{chromium_git}/chromium/src/tools/clang@1d879cee563167a2b18baffb096cf9e29f2f9376',
47 …'url': '{chromium_git}/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b7278…
51 # SPIRV-Cross
52 'third_party/spirv-cross': {
53 …'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Cross@53ab2144b90abede33be5161aec5df…
57 # SPIRV compiler dependencies: SPIRV-Tools, SPIRV-headers, glslang and shaderc
58 'third_party/SPIRV-Tools': {
59 …'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@0c4feb643b89d1792b02f7cbef315e…
[all …]
/third_party/jsoncpp/.travis_scripts/
Drun-clang-format.py2 """A wrapper script around clang-format, suitable for linting multiple files
4 This is an alternative API for the clang-format command line.
8 NOTE: pulled from https://github.com/Sarcasm/run-clang-format, which is
56 # by modifying it in-place,
111 with io.open(file, 'r', encoding='utf-8') as f:
117 # Use of utf-8 to decode the process output.
122 # - clang-format will returns the bytes read from the files as-is,
123 # without conversion, and it is already assumed that the files use utf-8.
124 # - if the diagnostics were internationalized, they would use utf-8:
125 # > Adding Translations to Clang
[all …]
/third_party/boost/libs/gil/example/clang-format/
DREADME.md1 # Boost.GIL Clang-Format
3 This is an _example_ of `.clang-format` file which offers _good enough_
9 It may be necessary to manually tweak the formatting generated by this `.clang-format` file.
10 For example, there is a bug in clang-format that does not allow spacing and breaking
11 trailing return types properly ([here](http://lists.llvm.org/pipermail/cfe-users/2018-November/0014…
13 More in details can be found in the [brainstorm of .clang-format proposal](https://github.com/boost…
15 It has been successfully used with clang-format 8 or later.
17 If you wish to use this file with `clang-format`, copy it to the root directory of GIL
18 sources, to `libs/gil/.clang-format`.
/third_party/grpc/templates/tools/dockerfile/grpc_clang_format/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
19 # Add buster-backports for more recent clang packages
20 …RUN echo "deb http://deb.debian.org/debian buster-backports main" | tee /etc/apt/sources.list.d/bu…
22 # Install clang-format
23 RUN apt-get update && apt-get install -y clang-format-8
24 ENV CLANG_FORMAT=clang-format-8
/third_party/grpc/templates/tools/dockerfile/grpc_clang_tidy/
DDockerfile.template2 --- |
9 # http://www.apache.org/licenses/LICENSE-2.0
19 # Add buster-backports for more recent clang packages
20 …RUN echo "deb http://deb.debian.org/debian buster-backports main" | tee /etc/apt/sources.list.d/bu…
22 # Install clang-tidy 7
23 RUN apt-get update && apt-get install -y clang-tidy-8 jq
24 ENV CLANG_TIDY=clang-tidy-8

12345678910>>...41