Searched refs:clang (Results 26 - 50 of 1304) sorted by relevance

1234567891011>>

/external/clang/include/clang/AST/
H A DTypeOrdering.h13 /// Defines clang::QualTypeOrdering, a total ordering on clang::QualType,
22 #include "clang/AST/CanonicalType.h"
23 #include "clang/AST/Type.h"
26 namespace clang { namespace
40 template<> struct DenseMapInfo<clang::QualType> {
41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
43 static inline clang::QualType getTombstoneKey() {
44 using clang
[all...]
H A DBaseSubobject.h17 #include "clang/AST/CharUnits.h"
22 namespace clang { namespace
51 } // end namespace clang
55 template<> struct DenseMapInfo<clang::BaseSubobject> {
56 static clang::BaseSubobject getEmptyKey() {
57 return clang::BaseSubobject(
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
62 static clang::BaseSubobject getTombstoneKey() {
63 return clang
[all...]
/external/clang/test/Preprocessor/
H A Dpragma_diagnostic_output.c15 // CHECK: #pragma clang diagnostic warning "-Wall"
16 #pragma clang diagnostic warning "-Wall"
17 // CHECK: #pragma clang diagnostic ignored "-Wall"
18 #pragma clang diagnostic ignored "-Wall"
19 // CHECK: #pragma clang diagnostic error "-Wall"
20 #pragma clang diagnostic error "-Wall"
21 // CHECK: #pragma clang diagnostic fatal "-Wall"
22 #pragma clang diagnostic fatal "-Wall"
23 // CHECK: #pragma clang diagnostic push
24 #pragma clang diagnosti
[all...]
H A Dpragma_diagnostic_sections.cpp7 #pragma clang diagnostic push
8 #pragma clang diagnostic ignored "-Wtautological-compare"
10 #pragma clang diagnostic pop
17 #pragma clang diagnostic push
18 #pragma clang diagnostic ignored "-Wtautological-compare"
23 #pragma clang diagnostic pop
34 #pragma clang diagnostic push
35 #pragma clang diagnostic ignored "-Wunused-macros"
37 #pragma clang diagnostic pop
41 #pragma clang diagnosti
[all...]
/external/clang/utils/VtableTest/
H A DMakefile2 CLANGXX := clang++
15 test-clang.sum: test.cc
16 time $(CLANGXX) test.cc -o test-clang.s -S
17 $(CLANGXX) test-clang.s -o test-clang
18 ./test-clang >test-clang.sum
20 one: test-gcc.sum test-clang.sum
21 cmp test-gcc.sum test-clang.sum
24 rm -f gen test-gcc test-clang tes
[all...]
/external/clang/test/Parser/
H A Dpragma-loop.cpp9 #pragma clang loop vectorize(enable)
10 #pragma clang loop interleave(enable)
11 #pragma clang loop unroll(enable)
16 #pragma clang loop vectorize_width(4)
17 #pragma clang loop interleave_count(8)
18 #pragma clang loop unroll_count(16)
23 #pragma clang loop vectorize(disable)
24 #pragma clang loop interleave(disable)
25 #pragma clang loop unroll(disable)
30 #pragma clang loo
[all...]
/external/clang/test/Index/Inputs/
H A Dcrash-recovery-code-complete-remap.c10 #pragma clang __debug crash
/external/clang/test/PCH/Inputs/
H A Dcxx11-statement-attributes.h7 [[clang::fallthrough]]; // This shouldn't generate a warning.
10 [[clang::fallthrough]]; // This should generate a warning: "fallthrough annotation does not directly precede switch label".
/external/clang/test/PCH/
H A Dstmt-attrs.cpp11 // CHECK: {{\[\[clang::fallthrough\]\] \[\[clang::fallthrough\]\]}}
12 [[clang::fallthrough]] [[clang::fallthrough]];
H A Dpragma-optimize.c12 #pragma clang optimize off
/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h20 #include "clang/AST/CharUnits.h"
34 typedef void (*CompleteTagDeclCallback)(void *baton, clang::TagDecl *);
35 typedef void (*CompleteObjCInterfaceDeclCallback)(void *baton, clang::ObjCInterfaceDecl *);
36 typedef void (*FindExternalVisibleDeclsByNameCallback)(void *baton, const clang::DeclContext *DC, clang::DeclarationName Name, llvm::SmallVectorImpl <clang::NamedDecl *> *results);
38 const clang::RecordDecl *Record,
41 llvm::DenseMap <const clang::FieldDecl *, uint64_t> &FieldOffsets,
42 llvm::DenseMap <const clang::CXXRecordDecl *, clang
[all...]
H A DClangASTContext.h23 #include "clang/AST/TemplateBase.h"
38 typedef void (*CompleteTagDeclCallback)(void *baton, clang::TagDecl *);
39 typedef void (*CompleteObjCInterfaceDeclCallback)(void *baton, clang::ObjCInterfaceDecl *);
48 clang::ASTContext *
51 clang::Builtin::Context *
54 clang::IdentifierTable *
57 clang::LangOptions *
60 clang::SelectorTable *
63 clang::FileManager *
66 clang
[all...]
H A DVerifyDecl.h17 void VerifyDecl (clang::Decl *decl);
/external/clang/
H A Dclang-tblgen-rules.mk13 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrDump.inc
14 $(intermediates)/include/clang/AST/AttrDump.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
15 $(intermediates)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
16 $(call transform-host-clang-td-to-out,clang-attr-dump)
20 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/AST/AttrImpl.inc
21 $(intermediates)/include/clang/AST/AttrImpl.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
22 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basi
[all...]
/external/clang/include/clang/Basic/
H A DCapturedStmt.h14 namespace clang { namespace
22 } // end namespace clang
H A DExpressionTraits.h18 namespace clang { namespace
/external/clang/include/clang/Frontend/
H A DFrontendPluginRegistry.h13 #include "clang/Frontend/FrontendAction.h"
16 namespace clang { namespace
21 } // end namespace clang
/external/clang/lib/AST/
H A DAttrImpl.cpp14 #include "clang/AST/Attr.h"
15 #include "clang/AST/ASTContext.h"
16 #include "clang/AST/Expr.h"
17 #include "clang/AST/Type.h"
19 using namespace clang;
27 #include "clang/AST/AttrImpl.inc"
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAllocationDiagnostics.cpp16 namespace clang { namespace
/external/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp10 #include "clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
13 namespace clang { namespace ento { namespace categories { namespace
/external/clang/test/CodeGen/
H A Dnoduplicate-cxx11-test.cpp8 int noduplicatedfun [[clang::noduplicate]] (int a) {
/external/clang/test/Frontend/
H A Dwarning-mapping-5.c6 #pragma clang diagnostic warning "-Wsign-compare"
/external/clang/test/Index/
H A Dpragma-diag-reparse.c1 #pragma clang diagnostic ignored "-Wtautological-compare"
6 #pragma clang diagnostic push
7 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
9 #pragma clang diagnostic pop
/external/lldb/source/Symbol/
H A DVerifyDecl.cpp11 #include "clang/AST/DeclBase.h"
13 void lldb_private::VerifyDecl (clang::Decl *decl)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h13 #include "clang/Basic/LLVM.h"
16 namespace clang { namespace
26 template <> struct IntrusiveRefCntPtrInfo<const clang::ento::ProgramState> {
27 static void retain(const clang::ento::ProgramState *state) {
28 clang::ento::ProgramStateRetain(state);
30 static void release(const clang::ento::ProgramState *state) {
31 clang::ento::ProgramStateRelease(state);
36 namespace clang { namespace

Completed in 515 milliseconds

1234567891011>>