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

<<71727374757677787980>>

  /external/clang/include/clang/Basic/
DiagnosticOptions.h 13 #include "clang/Basic/LLVM.h"
19 namespace clang { namespace
63 enum TextDiagnosticFormat { Clang, MSVC, Vi };
75 #include "clang/Basic/DiagnosticOptions.def"
82 #include "clang/Basic/DiagnosticOptions.def"
105 #include "clang/Basic/DiagnosticOptions.def"
110 #include "clang/Basic/DiagnosticOptions.def"
116 } // end namespace clang
  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 18 #include "clang/Basic/LLVM.h"
22 namespace clang { namespace
62 class parser<clang::ParsedSourceLocation> final
63 : public basic_parser<clang::ParsedSourceLocation> {
66 clang::ParsedSourceLocation &Val);
70 parser<clang::ParsedSourceLocation>::
72 clang::ParsedSourceLocation &Val) {
73 using namespace clang;
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ClangCheckers.h 13 namespace clang { namespace
20 } // end namespace clang
  /external/clang/lib/Frontend/
ASTMerge.cpp 9 #include "clang/Frontend/ASTUnit.h"
10 #include "clang/AST/ASTContext.h"
11 #include "clang/AST/ASTDiagnostic.h"
12 #include "clang/AST/ASTImporter.h"
13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Frontend/CompilerInstance.h"
15 #include "clang/Frontend/FrontendActions.h"
17 using namespace clang;
ChainedDiagnosticConsumer.cpp 10 #include "clang/Frontend/ChainedDiagnosticConsumer.h"
12 using namespace clang;
  /external/clang/lib/Lex/
PPCallbacks.cpp 10 #include "clang/Lex/PPCallbacks.h"
12 using namespace clang;
  /external/clang/lib/Sema/
SemaConsumer.cpp 10 #include "clang/Sema/SemaConsumer.h"
12 using namespace clang;
  /external/clang/lib/StaticAnalyzer/Core/
SubEngine.cpp 10 #include "clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h"
12 using namespace clang::ento;
  /external/clang/test/CodeGen/
c-unicode.c 2 // RUN: %clang --target=x86_64--linug-gnu -S %s -o - | FileCheck %s -check-prefix=ALLOWED
3 // RUN: not %clang --target=x86_64--linux-gnu -std=c89 -S %s -o - 2>&1 | FileCheck %s -check-prefix=DENIED
  /external/clang/test/CodeGenCXX/
debug-info-limited.cpp 1 // RUN: %clang -flimit-debug-info -emit-llvm -g -S %s -o - | FileCheck %s
2 // RUN: %clang -flimit-debug-info -emit-llvm -g -S %s -o - | FileCheck --check-prefix=CHECK-C %s
  /external/clang/test/CodeGenObjC/
arc-block-copy-escape.m 12 // CHECK: call {{.*}}i8* @objc_retainBlock(i8* {{%.*}}) [[NUW:#[0-9]+]], !clang.arc.copy_on_escape
20 // CHECK-NOT: !clang.arc.copy_on_escape
  /external/clang/test/Driver/
Wp-args.c 4 // RUN: %clang -target i386-pc-linux-gnu -### \
15 // RUN: %clang -target i386-pc-linux-gnu -### \
aarch64-mgeneral_regs_only.c 3 // RUN: %clang -target aarch64-linux-eabi -mgeneral-regs-only %s -### 2>&1 \
5 // RUN: %clang -target arm64-linux-eabi -mgeneral-regs-only %s -### 2>&1 \
arm-arch-darwin.c 2 // RUN: %clang -target armv7m-apple-darwin -arch armv7m -mcpu=cortex-m4 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V7M-DARWIN %s
4 // RUN: %clang -target armv7m -arch armv7m -mcpu=cortex-m4 -### -c %s 2>&1 | FileCheck -check-prefix=CHECK-V7M-OVERRIDDEN %s
arm-hwdiv.c 3 // RUN: %clang -### -target arm %s -o %t.o 2>&1 \
8 // RUN: %clang -### -target arm %s -mhwdiv=arm -o %t.o 2>&1 \
13 // RUN: %clang -### -target arm %s -mhwdiv=thumb -o %t.o 2>&1 \
18 // RUN: %clang -### -target arm %s -mhwdiv=arm,thumb -o %t.o 2>&1 \
23 // RUN: %clang -### -target arm %s -mhwdiv=thumb,arm -o %t.o 2>&1 \
28 // RUN: %clang -### -target arm %s -mhwdiv=none -o %t.o 2>&1 \
35 // RUN: %clang -### -target arm %s --mhwdiv arm -o %t.o 2>&1 \
40 // RUN: %clang -### -target arm %s --mhwdiv=arm -o %t.o 2>&1 \
at_file.c 1 // RUN: %clang -E %s @%s.args -o %t.log
3 // RUN: %clang -E %s @%s.args.utf16le -o %t.log
ccc-host-triple-no-integrated-as.c 4 // RUN: %clang -### -c -target i386-pc-win32-macho -no-integrated-as %s 2> %t1
6 // RUN: %clang -### -c -target x86_64-pc-win32-macho -no-integrated-as %s 2> %t2
crash report spaces.c 3 // RUN: not env TMPDIR="%t" TEMP="%t" TMP="%t" RC_DEBUG_OPTIONS=1 %clang -fsyntax-only "%s" 2>&1 | FileCheck "%s"
11 #pragma clang __debug parser_crash
darwin-embedded.c 1 // RUN: %clang -target x86_64-apple-darwin -arch armv6m -resource-dir=%S/Inputs/resource_dir %s -### 2> %t
2 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
3 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -mfloat-abi=soft -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
5 // RUN: %clang -target x86_64-apple-darwin -arch armv7m -fPIC -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
6 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -fPIC -mfloat-abi=hard -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
7 // RUN: %clang -target x86_64-apple-darwin -arch armv7em -fPIC -mfloat-abi=softfp -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
8 // RUN: %clang -target x86_64-apple-none-macho -arch armv7 -mhard-float -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
9 // RUN: %clang -target x86_64-apple-none-macho -arch armv7 -msoft-float -fPIC -resource-dir=%S/Inputs/resource_dir %s -### 2>> %t
dragonfly.c 1 // RUN: %clang -no-canonical-prefixes -target x86_64-pc-dragonfly %s -### 2> %t.log
4 // CHECK: clang{{.*}}" "-cc1" "-triple" "x86_64-pc-dragonfly"
fatal-warnings.c 1 // RUN: %clang -### %s -c -o tmp.o -target i686-pc-linux-gnu -integrated-as -Wa,--fatal-warnings 2>&1 | FileCheck %s
2 // RUN: not %clang %s -c -o %t.o -target i686-pc-linux-gnu -integrated-as -Wa,--fatal-warnings 2>&1 %t.log
no-integrated-as-win.c 1 // RUN: %clang -target x86_64-pc-win32 -### -no-integrated-as %s -c 2>&1 | FileCheck %s
6 // RUN: %clang -target i686-pc-mingw32 -### -no-integrated-as %s -c 2>&1 | FileCheck -check-prefix=MINGW %s
output-file-cleanup.c 4 // RUN: not %clang -S -DCRASH -o %t.s -MMD -MF %t.d %s
9 // RUN: not %clang -S -DMISSING -o %t.s -MMD -MF %t.d %s
14 // RUN: not %clang -S -o %t.s -MMD -MF %t.d %s
21 #pragma clang __debug crash
30 // RUN: cd %T && not %clang -S %t1.c %t2.c
37 // RUN: cd %T && not %clang -S %t1.c %t2.c
41 // When given multiple .c files to compile, clang compiles them in order until
49 // RUN: cd %T && not %clang -S %t1.c %t2.c %t3.c %t4.c %t5.c
prefixed-tools.c 1 // RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as \
5 // RUN: %clang -### -B%S/Inputs/prefixed_tools_tree -o %t.o -no-integrated-as \
qa_override.c 1 // RUN: env CCC_OVERRIDE_OPTIONS="#+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-### " %clang -target x86_64-apple-darwin %s -O2 b -O3 2>&1 | FileCheck %s
2 // RUN: env CCC_OVERRIDE_OPTIONS="x-Werror +-msse" %clang -target x86_64-apple-darwin -Werror %s -c -### 2>&1 | FileCheck %s -check-prefix=RM-WERROR

Completed in 909 milliseconds

<<71727374757677787980>>