HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 4301 - 4325 of 15538) sorted by null

<<171172173174175176177178179180>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
USRGeneration.h 13 #include "clang/Basic/LLVM.h"
16 namespace clang { namespace
74 } // namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
ScratchBuffer.h 17 #include "clang/Basic/SourceLocation.h"
19 namespace clang { namespace
43 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Rewrite/Frontend/
ASTConsumers.h 17 #include "clang/Basic/LLVM.h"
21 namespace clang { namespace
47 } // end clang namespace
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Weak.h 18 #include "clang/Basic/SourceLocation.h"
20 namespace clang { namespace
44 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ASTDeserializationListener.h 18 #include "clang/Basic/IdentifierTable.h"
19 #include "clang/Serialization/ASTBitCodes.h"
21 namespace clang { namespace
  /prebuilts/gdb/darwin-x86/
repo.prop 15 platform/prebuilts/clang/host/darwin-x86 54e9a7fa262ada023b8e666e260218e96263c19d
16 platform/prebuilts/clang/host/linux-x86 6d771af878ab2b023993f0c606fe4327a491a8d2
17 platform/prebuilts/clang/host/windows-x86 47ca9e79af39587533802495200b1ca6334d14c6
  /prebuilts/gdb/linux-x86/
repo.prop 15 platform/prebuilts/clang/host/darwin-x86 54e9a7fa262ada023b8e666e260218e96263c19d
16 platform/prebuilts/clang/host/linux-x86 6d771af878ab2b023993f0c606fe4327a491a8d2
17 platform/prebuilts/clang/host/windows-x86 47ca9e79af39587533802495200b1ca6334d14c6
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/vector/
asan.pass.cpp 10 // UNSUPPORTED: clang-3.3, clang-3.4, clang-3.5
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/string.view/string.view.access/
at.pass.cpp 10 // NOTE: Older versions of clang have a bug where they fail to evaluate
12 // XFAIL: clang-3.4, clang-3.3
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/string.view/string.view.access/
at.pass.cpp 10 // NOTE: Older versions of clang have a bug where they fail to evaluate
12 // XFAIL: clang-3.4, clang-3.3
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_copyable.pass.cpp 16 // XFAIL: clang-3, clang-4, apple-clang, gcc
  /system/core/libcutils/include/cutils/
native_handle.h 37 #pragma clang diagnostic push
38 #pragma clang diagnostic ignored "-Wzero-length-array"
42 #pragma clang diagnostic pop
  /system/update_engine/payload_generator/
ext2_filesystem.h 28 #pragma clang diagnostic push
29 #pragma clang diagnostic ignored "-Wmacro-redefined"
33 #pragma clang diagnostic pop
  /external/clang/docs/
DriverInternals.rst 11 This document describes the Clang driver. The purpose of this document
18 The Clang driver is intended to be a production quality compiler driver
19 providing access to the Clang compiler and tools, with a command line
22 Although the driver is part of and driven by the Clang project, it is
23 logically a separate tool which shares many of the same goals as Clang:
31 The number one goal of the driver is to ease the adoption of Clang by
32 allowing users to drop Clang into a build system which was designed to
36 quickly test clang on their projects.
42 as we grow the clang and LLVM infrastructure. As one example, the driver
86 Darwin, this implies that the Clang driver also subsumes the gc
    [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 11 #include "clang/AST/ASTConsumer.h"
12 #include "clang/AST/ASTContext.h"
13 #include "clang/AST/DeclCXX.h"
14 #include "clang/AST/DeclGroup.h"
15 #include "clang/AST/RecursiveASTVisitor.h"
16 #include "clang/Basic/Diagnostic.h"
17 #include "clang/Basic/DiagnosticOptions.h"
18 #include "clang/Basic/FileManager.h"
19 #include "clang/Basic/LangOptions.h"
20 #include "clang/Basic/SourceManager.h
32 namespace clang { namespace
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
allocas.ll 61 call void @objc_release(i8* %y), !clang.imprecise_release !0
63 call void @objc_release(i8* %x), !clang.imprecise_release !0
83 call void @objc_release(i8* %y), !clang.imprecise_release !0
85 call void @objc_release(i8* %x), !clang.imprecise_release !0
106 call void @objc_release(i8* %y), !clang.imprecise_release !0
108 call void @objc_release(i8* %x), !clang.imprecise_release !0
140 call void @objc_release(i8* %y), !clang.imprecise_release !0
142 call void @objc_release(i8* %x), !clang.imprecise_release !0
173 call void @objc_release(i8* %y), !clang.imprecise_release !0
175 call void @objc_release(i8* %x), !clang.imprecise_release !
    [all...]
  /external/llvm/docs/
CompileCudaWithLLVM.rst 34 #. Checkout Clang
40 $ svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
42 #. Configure and build LLVM and Clang
107 $ clang++ axpy.cu -o axpy --cuda-gpu-arch=<GPU arch> \
122 Detecting clang vs NVCC
125 Although clang's CUDA implementation is largely compatible with NVCC's, you may
126 still want to detect when you're compiling CUDA code specifically with clang.
128 This is tricky, because NVCC may invoke clang as part of its own compilation
130 compiling for device code, and that host compiler may in fact be clang.
132 When clang is actually compiling CUDA code -- rather than being used as
    [all...]
  /external/clang/test/Driver/
linux-ld.c 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
18 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
38 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
52 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
73 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
88 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
109 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
130 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
151 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
158 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1
    [all...]
  /external/clang/www/
features.html 6 <title>Clang - Features and Goals</title>
19 <h1>Clang - Features and Goals</h1>
24 Clang in more detail and gives a more broad explanation about what we mean.
65 <p>A major focus of our work on clang is to make it fast, light and scalable.
66 The library-based architecture of clang makes it straight-forward to time and
70 <p>Compile time performance is important, but when using clang as an API, often
76 mode, clang is built with a <a href="#libraryarch">library based
86 <p>In addition to being fast and functional, we aim to make Clang extremely user
95 GCC and Clang diagnostic:</p>
100 $ <b>clang -fsyntax-only t.c</b
    [all...]
  /external/clang/tools/driver/
driver.cpp 1 //===-- driver.cpp - Clang GCC-Compatible Driver --------------------------===//
10 // This is the entry point to the clang driver; it is a thin wrapper
11 // for functionality in the Driver clang library.
15 #include "clang/Basic/CharInfo.h"
16 #include "clang/Basic/DiagnosticOptions.h"
17 #include "clang/Driver/Compilation.h"
18 #include "clang/Driver/Driver.h"
19 #include "clang/Driver/DriverDiagnostic.h"
20 #include "clang/Driver/Options.h"
21 #include "clang/Driver/ToolChain.h
    [all...]
  /external/skia/infra/bots/recipes/
perf.py 335 ('Perf-Android-Clang-NVIDIA_Shield-GPU-TegraX1-arm64-Debug-All-'
337 'Perf-Android-Clang-Nexus5-GPU-Adreno330-arm-Debug-All-Android',
338 'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Release-All-Android',
339 'Perf-Android-Clang-Nexus7-CPU-Tegra3-arm-Release-All-Android',
340 'Perf-Android-Clang-Nexus7-GPU-Tegra3-arm-Release-All-Android',
341 'Perf-Android-Clang-NexusPlayer-GPU-PowerVR-x86-Release-All-Android',
342 'Perf-Android-Clang-NexusPlayer-GPU-PowerVR-x86-Release-All-Android_Vulkan',
343 'Perf-Android-Clang-PixelC-GPU-TegraX1-arm64-Release-All-Android_Skpbench',
344 'Perf-ChromeOS-Clang-ASUSChromebookFlipC100-GPU-MaliT764-arm-Release-All',
347 'Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN'
    [all...]
  /external/v8/gypfiles/
standalone.gypi 84 # files. Uses gcov if clang=0 is set explicitly. Otherwise,
142 # See http://clang.llvm.org/docs/ControlFlowIntegrity.html
291 'clang%': 1,
293 'clang%': 0,
296 'clang%': 1,
431 'host_cc': '<(clang_dir)/bin/clang',
432 'host_cxx': '<(clang_dir)/bin/clang++',
506 ['clang==0', {
511 ['clang==1 or host_clang==1', {
512 # This is here so that all files get recompiled after a clang roll an
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 29 my $Clang;
36 $DefaultCCompiler = 'clang';
37 $DefaultCXXCompiler = 'clang++';
47 $Clang = $ENV{'CLANG_CXX'};
48 if (!defined $Clang) { $Clang = 'clang++'; }
54 $Clang = $ENV{'CLANG'};
55 if (!defined $Clang) { $Clang = 'clang';
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 29 my $Clang;
36 $DefaultCCompiler = 'clang';
37 $DefaultCXXCompiler = 'clang++';
47 $Clang = $ENV{'CLANG_CXX'};
48 if (!defined $Clang) { $Clang = 'clang++'; }
54 $Clang = $ENV{'CLANG'};
55 if (!defined $Clang) { $Clang = 'clang';
    [all...]
  /bionic/tests/headers/posix/
Android.bp 21 "-Wno-absolute-value", // broken clang diagnostic that doesn't understand <tgmath.h>

Completed in 1414 milliseconds

<<171172173174175176177178179180>>