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

<<151152153154155156157158159160>>

  /external/skia/infra/bots/recipes/
test.py 256 elif bot == 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN':
    [all...]
  /external/skia/infra/bots/recipes/compile.expected/
Build-Mac-Clang-x86_64-Debug-CommandBuffer.json 197 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
209 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug",
216 "CC": "/usr/bin/clang",
218 "CXX": "/usr/bin/clang++",
220 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
233 "CC": "/usr/bin/clang",
235 "CXX": "/usr/bin/clang++",
237 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer"
246 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Debug",
247 "--args=cc=\"clang\" cxx=\"clang++\" extra_cflags=[\"-O1\"] target_cpu=\"x86_64\"
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h.orig 13 #include "clang/Basic/Sanitizers.h"
14 #include "clang/Basic/VersionTuple.h"
15 #include "clang/Driver/Action.h"
16 #include "clang/Driver/Multilib.h"
17 #include "clang/Driver/Types.h"
18 #include "clang/Driver/Util.h"
33 namespace clang {
85 mutable std::unique_ptr<Tool> Clang;
97 /// The effective clang triple for the current Job.
100 /// Set the toolchain's effective clang triple
    [all...]
  /external/clang/lib/AST/
Comment.cpp 10 #include "clang/AST/ASTContext.h"
11 #include "clang/AST/Comment.h"
12 #include "clang/AST/Decl.h"
13 #include "clang/AST/DeclObjC.h"
14 #include "clang/AST/DeclTemplate.h"
15 #include "clang/Basic/CharInfo.h"
19 namespace clang { namespace
29 #include "clang/AST/CommentNodes.inc"
60 #include "clang/AST/CommentNodes.inc"
76 #include "clang/AST/CommentNodes.inc
    [all...]
  /external/clang/test/Driver/
android-standalone.cpp 1 // Test header and library paths when Clang is used with Android standalone
4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
9 // CHECK: {{.*}}clang{{.*}}" "-cc1"
19 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
24 // CHECK-AARCH64: {{.*}}clang{{.*}}" "-cc1"
34 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
39 // CHECK-ARM64: {{.*}}clang{{.*}}" "-cc1"
49 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
55 // CHECK-MIPS: {{.*}}clang{{.*}}" "-cc1"
65 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1
    [all...]
windows-cross.c 1 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -stdlib=libstdc++ -o /dev/null %s 2>&1 \
6 // RUN: %clang -### -target armv7-windows-itanium --sysroot %s/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -rtlib=compiler-rt -stdlib=libstdc++ -o /dev/null %s 2>&1 \
11 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -rtlib=compiler-rt -stdlib=libc++ -o /dev/null %s 2>&1 \
21 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -shared -rtlib=compiler-rt -stdlib=libc++ -o shared.dll %s 2>&1 \
26 // RUN: %clang -### -target armv7-windows-itanium --sysroot %s/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -shared -rtlib=compiler-rt -stdlib=libc++ -nostartfiles -o shared.dll %s 2>&1 \
31 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -shared -rtlib=compiler-rt -stdlib=libc++ -nostartfiles -nodefaultlibs -o shared.dll %s 2>&1 \
36 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %/Inputs/Windows/ARM/8.1/usr/bin -stdlib=libstdc++ -shared -o shared.dll -x c++ %s 2>&1 \
41 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -shared -o shared.dll -x c++ %s 2>&1 \
46 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -shared -o shared.dll -fsanitize=address -x c++ %s 2>&1 \
52 // RUN: %clang -### -target armv7-windows-itanium --sysroot %S/Inputs/Windows/ARM/8.1 -B %S/Inputs/Windows/ARM/8. (…)
    [all...]
  /external/clang/unittests/Basic/
SourceManagerTest.cpp 10 #include "clang/Basic/SourceManager.h"
11 #include "clang/Basic/Diagnostic.h"
12 #include "clang/Basic/DiagnosticOptions.h"
13 #include "clang/Basic/FileManager.h"
14 #include "clang/Basic/LangOptions.h"
15 #include "clang/Basic/TargetInfo.h"
16 #include "clang/Basic/TargetOptions.h"
17 #include "clang/Lex/HeaderSearch.h"
18 #include "clang/Lex/HeaderSearchOptions.h"
19 #include "clang/Lex/ModuleLoader.h
    [all...]
  /external/honggfuzz/hfuzz_cc/
hfuzz-cc.c 116 execvp("clang++-devel", argv);
117 execvp("clang++-7.0", argv);
118 execvp("clang++-6.0", argv);
119 execvp("clang++-5.0", argv);
120 execvp("clang++-4.0", argv);
121 execvp("clang++", argv);
122 execvp("clang", argv);
124 execvp("clang-devel", argv);
125 execvp("clang-7.0", argv);
126 execvp("clang-6.0", argv)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 17 #include "clang/Basic/DebugInfoOptions.h"
18 #include "clang/Basic/Sanitizers.h"
26 namespace clang { namespace
34 #include "clang/Frontend/CodeGenOptions.def"
39 #include "clang/Frontend/CodeGenOptions.def"
72 /// Clang versions with different platform ABI conformance.
74 /// Attempt to be ABI-compatible with code generated by Clang 3.8.x
79 /// Attempt to be ABI-compatible with code generated by Clang 4.0.x
97 ProfileClangInstr, // Clang instrumentation to generate execution counts
260 #include "clang/Frontend/CodeGenOptions.def
    [all...]
  /external/libtextclassifier/
feature-processor_test.cc 89 // clang-format off
96 // clang-format on
106 // clang-format off
112 // clang-format on
122 // clang-format off
128 // clang-format on
138 // clang-format off
143 // clang-format on
153 // clang-format off
160 // clang-format o
    [all...]
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/libexec/
ccc-analyzer 67 my $Clang;
77 $DefaultCCompiler = 'clang';
78 $DefaultCXXCompiler = 'clang++';
93 $Clang = $ENV{'CLANG_CXX'};
94 if (!defined $Clang || ! -x $Clang) { $Clang = 'clang++'; }
102 $Clang = $ENV{'CLANG'};
    [all...]

Completed in 1031 milliseconds

<<151152153154155156157158159160>>