Home
last modified time | relevance | path

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

12345678910>>...33

/external/clang/test/SemaObjC/
Dobjc-literal-comparison.m1 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=((id)0)" -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=(id)0" -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=0" -verify %s
5 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=((id)0)"
6 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=(id)0" -v…
7 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=0" -verif…
18 - (BOOL)isEqual:(id)other;
39 …if (obj == @"") return; // expected-warning{{direct comparison of a string literal has undefined b…
40 …if (obj != @"") return; // expected-warning{{direct comparison of a string literal has undefined b…
41 …if (@"" == obj) return; // expected-warning{{direct comparison of a string literal has undefined b…
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dobjc-literal-comparison.m1 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=((id)0)" -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=(id)0" -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare "-Dnil=0" -verify %s
5 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=((id)0)"
6 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=(id)0" -v…
7 // RUN: %clang_cc1 -fsyntax-only -Wno-everything -Wobjc-literal-compare -fobjc-arc "-Dnil=0" -verif…
18 - (BOOL)isEqual:(id)other;
39 …if (obj == @"") return; // expected-warning{{direct comparison of a string literal has undefined b…
40 …if (obj != @"") return; // expected-warning{{direct comparison of a string literal has undefined b…
41 …if (@"" == obj) return; // expected-warning{{direct comparison of a string literal has undefined b…
[all …]
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
25 if [ $COMPILER = "clang" ]; then
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
25 if [ $COMPILER = "clang" ]; then
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
[all …]
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
Dbuild-docker.sh8 # http://www.apache.org/licenses/LICENSE-2.0
19 set -e
21 set -x
25 if [ $COMPILER = "clang" ]; then
26 using clang-10.0.0
28 using gcc-9
36 if [[ ! -d "$dir" ]]; then
43 if [[ -d "$dir" ]]; then
44 rm -fr "$dir"
49 clone_if_missing https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers --depth=1
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/gtests/
DRemap.FromFile.cpp55 // A valid test case suffix cannot have '.' and '-' inside. in FileNameAsCustomTestSuffix()
57 std::replace(name.begin(), name.end(), '-', '_'); in FileNameAsCustomTestSuffix()
63 // Remapping SPIR-V modules.
82 // clang-format off
89 …{ "remap.basic.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
94 …{ "remap.switch.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
96 …{ "remap.literal64.everything.spv", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
98 …{ "remap.if.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
101 …{ "remap.similar_1a.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
102 …{ "remap.similar_1b.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
[all …]
/external/deqp-deps/glslang/gtests/
DRemap.FromFile.cpp55 // A valid test case suffix cannot have '.' and '-' inside. in FileNameAsCustomTestSuffix()
57 std::replace(name.begin(), name.end(), '-', '_'); in FileNameAsCustomTestSuffix()
63 // Remapping SPIR-V modules.
82 // clang-format off
89 …{ "remap.basic.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
94 …{ "remap.switch.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
96 …{ "remap.literal64.everything.spv", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
98 …{ "remap.if.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
101 …{ "remap.similar_1a.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
102 …{ "remap.similar_1b.everything.frag", "main", Source::GLSL, spv::spirvbin_t::DO_EVERYTHING…
[all …]
/external/pigweed/pw_assert_basic/public/pw_assert_basic/
Dassert_basic.h7 // https://www.apache.org/licenses/LICENSE-2.0
21 // frontend that funnels everything into the C handler provided by the user,
28 // frontend that funnels everything into the C handler provided by the user,
43 // clang-format off
44 // This is too hairy for clang format to handle and retain readability.
62 // clang-format on
/external/pigweed/pw_assert_log/public/pw_assert_log/
Dassert_log.h7 // https://www.apache.org/licenses/LICENSE-2.0
23 #define PW_LOG_ASSERT_FAILED_FLAG (1u << (PW_LOG_FLAG_BITS - 1u))
26 // funnels everything into the logger, which must then handle the true crash
39 // funnels everything into the logger, which is responsible for displaying the
57 // clang-format off
58 // This is too hairy for clang format to handle and retain readability.
77 // clang-format on
/external/selinux/
D.travis.yml8 - clang
9 - gcc
14 - PYVER=python3.7 RUBYLIBVER=2.6
15 - PYVER=python3.7 RUBYLIBVER=2.6 TEST_FLAGS_OVERRIDE=1
16 - PYVER=python3.7 RUBYLIBVER=2.6 TEST_DEBUG=1
17 - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=gold
18 - PYVER=python3.7 RUBYLIBVER=2.6 LINKER=bfd
21 - PYVER=python3.5 RUBYLIBVER=2.6
22 - PYVER=python3.6 RUBYLIBVER=2.6
23 - PYVER=pypy3.5-6.0 RUBYLIBVER=2.6
[all …]
/external/llvm-project/clang/lib/Sema/
DTypeLocBuilder.cpp1 //===--- TypeLocBuilder.cpp - Type Source Info collector ------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // bottom-up.
12 //===----------------------------------------------------------------------===//
16 using namespace clang;
30 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()
39 #include "clang/AST/TypeLocNodes.def" in pushFullCopy()
49 unsigned NewIndex = Index + NewCapacity - Capacity; in grow()
52 Capacity - Index); in grow()
[all …]
/external/clang/lib/Sema/
DTypeLocBuilder.cpp1 //===--- TypeLocBuilder.cpp - Type Source Info collector ------------------===//
8 //===----------------------------------------------------------------------===//
11 // bottom-up.
13 //===----------------------------------------------------------------------===//
17 using namespace clang;
31 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()
40 #include "clang/AST/TypeLocNodes.def" in pushFullCopy()
50 unsigned NewIndex = Index + NewCapacity - Capacity; in grow()
53 Capacity - Index); in grow()
75 size_t RequiredCapacity = Capacity + (LocalSize - Index); in pushImpl()
[all …]
/external/bcc/scripts/
Dbpf_demo.ks.erb5 lang en_US.UTF-8
8 url --url=<%= @mirror %>/Everything/x86_64/os/
11 network --bootproto dhcp
13 authconfig --enableshadow --passalgo=sha512 --enablefingerprint
14 firewall --enabled --ssh
15 selinux --enforcing
16 timezone --utc America/Los_Angeles
17 #firstboot --disable
18 bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH crashkernel=au…
20 clearpart --all --initlabel
[all …]
/external/libyuv/files/third_party/gflags/
Dgflags.gyp4 # Use of this source code is governed by a BSD-style license
30 '<(gflags_root)/src/src', # For everything else.
43 '<(gflags_root)/src/src', # For everything else.
68 'CharacterSet': '2', # Use Multi-byte Character Set.
75 ['OS=="win" and clang==1', {
79 '-Wno-microsoft-include',
84 ['clang==1', {
86 '-Wno-microsoft-include',
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-suspicious-semicolon-fail.cpp1 // RUN: not clang-tidy %s \
2 // RUN: -checks="-*,bugprone-suspicious-semicolon" -- -DERROR 2>&1 \
3 // RUN: | FileCheck %s -check-prefix=CHECK-ERROR \
4 // RUN: -implicit-check-not="{{warning|error}}:"
5 // RUN: not clang-tidy %s \
6 // RUN: -checks="-*,bugprone-suspicious-semicolon,clang-diagnostic*" \
7 // RUN: -- -DWERROR -Wno-everything -Werror=unused-variable 2>&1 \
8 // RUN: | FileCheck %s -check-prefix=CHECK-WERROR \
9 // RUN: -implicit-check-not="{{warning|error}}:"
18 …// CHECK-WERROR: :[[@LINE-1]]:11: warning: potentially unintended semicolon [bugprone-suspicious-s…
[all …]
/external/skqp/infra/skqp/docker/android-skqp/
DDockerfile2 # The only "Skia-specific" thing is the depot_tools, everything else is pretty generic.
4 # The base Docker image (butomo1989/docker-android-x86-8.1:1.4-p1) has an android emulator
6 # docker run --privileged -d --name android_em -e DEVICE="Samsung Galaxy S6" butomo1989/docker-andr…
8 # docker exec -it android_em /bin/bash
12 FROM butomo1989/docker-android-x86-8.1:1.4-p1
14 RUN apt-get update && apt-get upgrade -y && \
15 apt-get install -y \
16 clang-6.0 \
24 RUN wget -O /root/android-ndk-r18-linux-x86_64.zip https://storage.googleapis.com/skia-cdn/android-
25 unzip /root/android-ndk-r18-linux-x86_64.zip && \
[all …]
/external/skia/infra/skqp/docker/android-skqp/
DDockerfile2 # The only "Skia-specific" thing is the depot_tools, everything else is pretty generic.
4 # The base Docker image (butomo1989/docker-android-x86-8.1:1.4-p1) has an android emulator
6 # docker run --privileged -d --name android_em -e DEVICE="Samsung Galaxy S6" butomo1989/docker-andr…
8 # docker exec -it android_em /bin/bash
12 FROM butomo1989/docker-android-x86-8.1:1.4-p1
14 RUN apt-get update && apt-get upgrade -y && \
15 apt-get install -y \
16 clang-6.0 \
24 RUN wget -O /root/android-ndk-r20-linux-x86_64.zip https://dl.google.com/android/repository/android
25 unzip /root/android-ndk-r20-linux-x86_64.zip && \
[all …]
/external/webrtc/rtc_base/system/
Dasm_defines.h4 * Use of this source code is governed by a BSD-style license
14 // clang-format off
15 // clang formatting breaks everything here, e.g. concatenating directives,
19 .section .note.GNU-stack,"",%progbits
59 // With Apple's clang compiler, for instructions ldrb, strh, etc.,
70 // clang-format on
/external/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
DIncludeFixerPlugin.cpp1 //===- IncludeFixerPlugin.cpp - clang-include-fixer as a clang plugin -----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 #include "clang/Frontend/CompilerInstance.h"
12 #include "clang/Frontend/FrontendPluginRegistry.h"
13 #include "clang/Parse/ParseAST.h"
14 #include "clang/Sema/Sema.h"
17 namespace clang { namespace
21 /// and command line flag parsing for using include fixer as a clang plugin.
24 /// ASTConsumer for this plugin (everything is funneled on the side through
[all …]
/external/llvm-project/lldb/docs/design/
Doverview.rst14 ---
22 - Classes can't inherit from any other classes.
23 - Classes can't contain virtual methods.
24 - Classes should be compatible with script bridging utilities like swig.
25 - Classes should be lightweight and be backed by a single member. Pointers (or
28 - The interface should be as minimal as possible in order to give a complete
37 ----------
54 --------
72 ----
78 - Address (section offset addressing)
[all …]
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionHelper.h1 //===-- ClangExpressionHelper.h ---------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 #include "lldb/lldb-forward.h"
18 #include "lldb/lldb-private.h"
20 namespace clang {
33 return ts->getKind() == eKindClangHelper; in classof()
44 /// values. May be NULL if everything should be self-contained.
53 virtual clang::ASTConsumer *
54 ASTTransformer(clang::ASTConsumer *passthrough) = 0;
/external/llvm-project/llvm/utils/
Dcollect_and_build_with_pgo.py4 - Builds clang with user-defined flags
5 - Uses that clang to build an instrumented clang, which can be used to collect
7 - Builds a user-defined set of sources (default: clang) to act as a
9 - Builds clang once more with the PGO profile generated above
11 This is a total of four clean builds of clang (by default). This may take a
14 This scripts duplicates https://llvm.org/docs/AdvancedBuilds.html#multi-stage-pgo
30 # If you want to use a different 'benchmark' than building clang, make this
31 # function do what you want. out_dir is the build directory for clang, so all
32 # of the clang binaries will live under "${out_dir}/bin/". Using clang in
35 # You may assume that out_dir is a freshly-built directory that you can reach
[all …]
/external/llvm-project/
DREADME.md3 This directory and its sub-directories contain source code for LLVM,
5 optimizers, and run-time environments.
26 C-like languages use the [Clang](http://clang.llvm.org/) front end. This
27 component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode
28 -- and from there into object files, using LLVM.
36 The LLVM Getting Started documentation may be out of date. The [Clang
37 Getting Started](http://clang.llvm.org/get_started.html) page might have more
40 This is an example work-flow and configuration to get and build the LLVM source:
42 1. Checkout LLVM (including related sub-projects like Clang):
44 * ``git clone https://github.com/llvm/llvm-project.git``
[all …]
/external/clang/www/analyzer/
Dfiling_bugs.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
13 <!--#include virtual="menu.html.incl"-->
27 <li>Provide a self-contained, reduced test case that exhibits the issue you are
30 <li>Test cases don't tell us everything. Please briefly describe the problem you
40 <p>Please <a href="http://llvm.org/bugs/enter_bug.cgi?product=clang">file
41 bugs</a> in LLVM's Bugzilla database against the Clang <b>Static Analyzer</b>
55 <h2>Apple-internal Users</h2>
57 <p>Please file bugs in Radar against the <b>clang - static analyzer</b> component.</p>
/external/llvm-project/clang/lib/Basic/
DWarnings.cpp1 //===--- Warnings.cpp - C-Language Front-end ------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
14 // a number of -Wfoo options and their variants, which are driven by TableGen-
15 // generated data, and the special cases -pedantic, -pedantic-errors, -w,
16 // -Werror and -Wfatal-errors.
20 // -Wfoo, -Wno-foo, -Werror=foo, -Wfatal-errors=foo
24 #include "clang/Basic/AllDiagnostics.h"
25 #include "clang/Basic/Diagnostic.h"
[all …]

12345678910>>...33