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

<<71727374757677787980>>

  /external/clang/lib/AST/
ASTConsumer.cpp 14 #include "clang/AST/ASTConsumer.h"
15 #include "clang/AST/Decl.h"
16 #include "clang/AST/DeclGroup.h"
17 using namespace clang;
DeclGroup.cpp 14 #include "clang/AST/DeclGroup.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/Decl.h"
18 using namespace clang;
  /external/clang/lib/Format/
SortJavaScriptImports.h 18 #include "clang/Basic/LLVM.h"
19 #include "clang/Format/Format.h"
23 namespace clang { namespace
34 } // end namespace clang
  /external/clang/lib/Frontend/
TestModuleFileExtension.h 12 #include "clang/Serialization/ModuleFileExtension.h"
13 #include "clang/Basic/LLVM.h"
18 namespace clang { namespace
70 } // end namespace clang
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangSACheckers.h 18 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
20 namespace clang { namespace
29 #include "clang/StaticAnalyzer/Checkers/Checkers.inc"
35 } // end clang namespace
  /external/clang/lib/StaticAnalyzer/Core/
Checker.cpp 14 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
15 #include "clang/StaticAnalyzer/Core/Checker.h"
17 using namespace clang;
34 raw_ostream& clang::ento::operator<<(raw_ostream &Out,
  /external/clang/lib/Tooling/
FixIt.cpp 14 #include "clang/Tooling/FixIt.h"
15 #include "clang/Lex/Lexer.h"
17 namespace clang { namespace
31 } // end namespace clang
  /external/clang/test/Analysis/
objc-bool.m 1 // RUN: %clang --analyze %s -o %t -Xclang -verify
  /external/clang/test/CodeGen/
debug-info-gline-tables-only2.c 2 // Checks that clang with "-gline-tables-only" emits metadata for
invalid_global_asm.c 3 #pragma clang diagnostic ignored "-Wmissing-noreturn"
  /external/clang/test/CodeGenCXX/
debug-info-friend.cpp 1 // RUN: %clang -emit-llvm -S -g %s -o - | FileCheck %s
pr18661.cpp 11 // PR18661: Clang would fail to emit function definition with mismatching
  /external/clang/test/CodeGenObjC/
2007-04-03-ObjcEH.m 1 // RUN: %clang -fexceptions -S -emit-llvm %s -o -
2011-03-08-IVarLookup.m 1 // RUN: %clang -S -emit-llvm -m64 -fobjc-abi-version=2 %s -o /dev/null
debug-info-fwddecl.m 1 // RUN: %clang -fverbose-asm -g -S -emit-llvm %s -o - | FileCheck %s
  /external/clang/test/CoverageMapping/
templates.cpp 1 // RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name templates.cpp %s | FileCheck %s
  /external/clang/test/Driver/
B-opt.c 3 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
8 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
13 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
18 // RUN: %clang %s -### -o %t.o -target i386-unknown-linux \
analyze.c 4 // RUN: env MACOSX_DEPLOYMENT_TARGET=10.5 %clang -target i386-apple-darwin9 -### --analyze -o /dev/null %s -msse 2> %t.log
as-default-dwarf.s 2 @ RUN: %clang --target=armv8a--linux-gnueabi -c %s -o %t
at_file_missing.c 5 // RUN: %clang -rpath @executable_path/../lib @%t.args %s -### 2>&1 | FileCheck %s
crash-report-null.test 1 // RUN: not env FORCE_CLANG_DIAGNOSTICS_CRASH=1 %clang -fsyntax-only -x c /dev/null -lstdc++ 2>&1 | FileCheck %s
darwin-as.c 1 // RUN: %clang -target i386-apple-darwin10 -### -x assembler -c %s \
7 // RUN: %clang -target i386-apple-darwin11 -### -x assembler -c %s \
13 // RUN: %clang -target x86_64-apple-darwin11 -### -x assembler -c %s \
19 // RUN: %clang -target x86_64-apple-darwin11 -### \
gcc_forward.c 4 // RUN: %clang -target powerpc-unknown-unknown \
12 // clang -cc1
13 // CHECK: clang
33 // RUN: %clang -g -target x86_64-unknown-linux-gnu -no-integrated-as -c %s -### 2>&1 \
index-header-map.c 1 // RUN: %clang -I%S/Before -index-header-map -I%S/Index -I%S/After %s -### 2>> %t.log
ios-simulator-arcruntime.c 1 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=4.2.1 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
2 // RUN: %clang -### -x objective-c -target i386-apple-darwin10 -arch i386 -mios-simulator-version-min=5.0.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
10 // RUN: %clang -### -x objective-c -target x86_64-apple-darwin -mtvos-simulator-version-min=8.3.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS3 %s
14 // RUN: %clang -### -x objective-c -target x86_64-apple-darwin -mwatchos-simulator-version-min=2.0.0 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS4 %s

Completed in 709 milliseconds

<<71727374757677787980>>