HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 401 - 425 of 1469) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 17 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
24 namespace clang { namespace
78 } // end clang namespace
  /external/clang/lib/AST/
TemplateName.cpp 14 #include "clang/AST/TemplateName.h"
15 #include "clang/AST/TemplateBase.h"
16 #include "clang/AST/DeclTemplate.h"
17 #include "clang/AST/NestedNameSpecifier.h"
18 #include "clang/AST/PrettyPrinter.h"
19 #include "clang/Basic/Diagnostic.h"
20 #include "clang/Basic/LangOptions.h"
22 using namespace clang;
159 const DiagnosticBuilder &clang::operator<<(const DiagnosticBuilder &DB,
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 14 #include "clang/CodeGen/ModuleBuilder.h"
16 #include "clang/Frontend/CodeGenOptions.h"
17 #include "clang/AST/ASTContext.h"
18 #include "clang/AST/DeclObjC.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/Basic/Diagnostic.h"
21 #include "clang/Basic/TargetInfo.h"
26 using namespace clang;
115 CodeGenerator *clang::CreateLLVMCodeGen(DiagnosticsEngine &Diags,
  /external/clang/lib/Index/
EntityImpl.h 17 #include "clang/Index/Entity.h"
18 #include "clang/AST/DeclarationName.h"
22 namespace clang { namespace
69 } // namespace clang
  /external/clang/lib/Rewrite/
RewriteTest.cpp 14 #include "clang/Rewrite/Rewriters.h"
15 #include "clang/Lex/Preprocessor.h"
16 #include "clang/Rewrite/TokenRewriter.h"
19 void clang::DoRewriteTest(Preprocessor &PP, raw_ostream* OS) {
  /external/clang/lib/Serialization/
ASTCommon.h 17 #include "clang/Serialization/ASTBitCodes.h"
18 #include "clang/AST/ASTContext.h"
20 namespace clang { namespace
62 } // namespace clang
  /external/clang/lib/StaticAnalyzer/Core/
TextPathDiagnostics.cpp 14 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
15 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
16 #include "clang/Lex/Preprocessor.h"
18 using namespace clang;
  /external/clang/test/Analysis/
misc-ps.c 14 int extra = (2 + strlen ("Clang") + ((4 - ((unsigned int) (2 + strlen ("Clang")) % 4)) % 4)) + (2 + strlen ("1.0") + ((4 - ((unsigned int) (2 + strlen ("1.0")) % 4)) % 4));
31 int extra = (2 + foo_rdar9373039 ("Clang") + ((4 - ((unsigned int) (2 + foo_rdar9373039 ("Clang")) % 4)) % 4)) + (2 + foo_rdar9373039 ("1.0") + ((4 - ((unsigned int) (2 + foo_rdar9373039 ("1.0")) % 4)) % 4)); // expected-warning {{never read}}
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 18 // Alias declarations. clang implements the proposed resolution to N1044.
  /external/clang/test/CodeGen/
bitfield-promote.c 1 // RUN: %clang -O3 -emit-llvm -S -o %t %s
call.c 1 // RUN: %clang %s -O0 -emit-llvm -S -o - | FileCheck %s
ptx-cc.c 4 // Just make sure Clang uses the proper calling convention for the PTX back-end.
  /external/clang/test/CodeGenCXX/
debug-info-byval.cpp 1 // RUN: %clang -g -S %s -o - | FileCheck %s
  /external/clang/test/CodeGenObjC/
debug-info-pubtypes.m 2 // RUN: %clang -cc1 -triple x86_64-apple-darwin10 -g -S %s -o %t
simplify-exceptions.mm 6 // <rdar://problem/7471679> [irgen] [eh] Exception code built with clang (x86_64) crashes
  /external/clang/test/Driver/
Wp-args.c 4 // RUN: %clang --ccc-host-triple i386-pc-linux-gnu -### \
apple-kext-i386.cpp 4 // RUN: %clang -ccc-host-triple i386-apple-darwin10 \
11 // RUN: %clang -ccc-host-triple i386-apple-darwin10 \
18 // RUN: %clang -ccc-host-triple i386-apple-darwin10 \
36 // RUN: %clang -ccc-host-triple i386-apple-darwin10 \
at_file.c 1 // RUN: %clang -E %s @%s.args -o %t.log
darwin-iphone-defaults.m 1 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -miphoneos-version-min=3.0 -arch armv7 -flto -S -o - %s | FileCheck %s
darwin-objc-defaults.m 5 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
14 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
23 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
34 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
43 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
52 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
63 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
72 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
81 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -S -### %s \
darwin-verify-debug.c 4 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-phases \
12 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-bindings \
21 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-bindings \
32 // RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -ccc-print-bindings \
qa_override.c 1 // RUN: env QA_OVERRIDE_GCC3_OPTIONS="#+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-ccc-print-options " %clang x -O2 b -O3 2>&1 | FileCheck %s
  /external/clang/test/FixIt/
fixit-c90.c 6 This test passes because clang merely warns for this syntax error even with
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 12 #pragma clang __debug crash
  /external/clang/test/Index/
recover-bad-code-rdar_7487294.c 1 // RUN: %clang-cc1 -fsyntax-only %s 2>&1 | FileCheck %s

Completed in 1023 milliseconds

<<11121314151617181920>>