| /external/clang/include/clang/Lex/ |
| Makefile | 11 $(Echo) "Building Clang attribute spellings with tblgen" 12 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-list -o $(call SYSPATH, $@) \
|
| /external/clang/include/clang/Parse/ |
| Makefile | 11 $(Echo) "Building Clang attribute late-parsed table with tblgen" 12 $(Verb) $(ClangTableGen) -gen-clang-attr-late-parsed-list -o $(call SYSPATH, $@) \
|
| /external/clang/test/CodeGen/ |
| always_inline.c | 1 // RUN: %clang -emit-llvm -S -o %t %s 4 // RUN: %clang -mllvm -disable-llvm-optzns -emit-llvm -S -o %t %s
|
| /external/clang/test/CodeGenObjC/ |
| arc-block-copy-escape.m | 12 // CHECK: call i8* @objc_retainBlock(i8* {{%.*}}) nounwind, !clang.arc.copy_on_escape 20 // CHECK-NOT: !clang.arc.copy_on_escape
|
| /external/clang/test/Driver/ |
| arc-exceptions.m | 1 // RUN: %clang -### -x objective-c -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log 4 // RUN: %clang -### -x objective-c++ -arch x86_64 -fobjc-arc -fsyntax-only %s 2> %t.log
|
| cfi.c | 1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -static -### %s 2>&1 | \ 4 // RUN: %clang -ccc-host-triple i386-pc-linux-gnu -static -### %s 2>&1 | \
|
| dragonfly.c | 1 // RUN: %clang -ccc-host-triple amd64-pc-dragonfly %s -### 2> %t.log 4 // CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly"
|
| emit-llvm.c | 2 // <rdar://problem/7046672> clang/loader problem 4 // RUN: %clang -ccc-print-phases -c -O4 -O0 %s 2> %t
|
| gcc_forward.c | 3 // RUN: %clang -ccc-host-triple powerpc-unknown-unknown \ 4 // RUN: -ccc-clang-archs i386 -c %s \
|
| gnu-runtime.m | 1 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s 2 // RUN: %clang -ccc-host-triple i386-apple-darwin10 -### -x objective-c++ -fsyntax-only -fgnu-runtime %s 2>&1 | FileCheck %s
|
| redzone.c | 1 // RUN: %clang -ccc-host-triple i386-unknown-unknown -mno-red-zone %s -S -emit-llvm -o %t.log 3 // RUN: %clang -ccc-host-triple i386-unknown-unknown -mred-zone %s -S -emit-llvm -o %t.log
|
| /external/clang/test/Preprocessor/ |
| feature_tests.c | 17 #error Clang should have these 21 #error Clang should not have this
|
| /external/clang/test/Sema/ |
| wchar.c | 1 // RUN: %clang %s -fsyntax-only -Xclang -verify 2 // RUN: %clang %s -fsyntax-only -fshort-wchar -Xclang -verify -DSHORT_WCHAR
|
| /external/clang/tools/driver/ |
| Makefile | 11 TOOLNAME = clang 12 TOOLALIAS = clang++ 14 # We don't currently expect production Clang builds to be interested in 46 TOOL_INFO_NAME := $(CLANG_VENDOR) clang 48 TOOL_INFO_NAME := clang 54 TOOL_INFO_UTI := org.llvm.clang 58 $(PROJ_OBJ_DIR)/$(CLANG_LEVEL)/include/clang/Basic/Version.inc)) 66 # Translate make variable to define when building a "production" clang.
|
| /frameworks/compile/slang/ |
| slang_rs_context.h | 25 #include "clang/Lex/Preprocessor.h" 26 #include "clang/AST/Mangle.h" 39 namespace clang { namespace 45 } // namespace clang 67 clang::Preprocessor &mPP; 68 clang::ASTContext &mCtx; 69 const clang::TargetInfo &mTarget; 86 llvm::OwningPtr<clang::MangleContext> mMangleCtx; 88 bool processExportVar(const clang::VarDecl *VD); 89 bool processExportFunc(const clang::FunctionDecl *FD) [all...] |
| slang_rs_export_element.cpp | 19 #include "clang/AST/Decl.h" 20 #include "clang/AST/Type.h" 22 #include "clang/Basic/SourceLocation.h" 23 #include "clang/Basic/IdentifierTable.h" 61 const clang::Type *T, 78 case clang::Type::Builtin: 79 case clang::Type::Pointer: { 93 case clang::Type::ExtVector: { 98 static_cast<const clang::ExtVectorType*>( 123 const clang::DeclaratorDecl *DD) [all...] |
| /external/clang/include/clang/Index/ |
| GlobalSelector.h | 20 namespace clang { namespace 72 } // namespace clang 78 struct DenseMapInfo<clang::idx::GlobalSelector> { 79 static inline clang::idx::GlobalSelector getEmptyKey() { 80 return clang::idx::GlobalSelector::getEmptyMarker(); 83 static inline clang::idx::GlobalSelector getTombstoneKey() { 84 return clang::idx::GlobalSelector::getTombstoneMarker(); 87 static unsigned getHashValue(clang::idx::GlobalSelector); 90 isEqual(clang::idx::GlobalSelector LHS, clang::idx::GlobalSelector RHS) [all...] |
| /external/clang/tools/libclang/ |
| CXSourceLocation.h | 17 #include "clang-c/Index.h" 18 #include "clang/Basic/SourceLocation.h" 19 #include "clang/Basic/LangOptions.h" 20 #include "clang/AST/ASTContext.h" 22 namespace clang { namespace 28 /// \brief Translate a Clang source location into a CIndex source location. 40 /// \brief Translate a Clang source location into a CIndex source location. 48 /// \brief Translate a Clang source range into a CIndex source range. 50 /// Clang internally represents ranges where the end location points to the 58 /// \brief Translate a Clang source range into a CIndex source range [all...] |
| /frameworks/compile/linkloader/tests/images/ |
| gen-test-elf.sh | 19 clang -integrated-as -std=c89 -c test.c -o test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a9 -mfpu=vfp 20 clang -integrated-as -std=c89 -c test.c -o test-arm.o -ccc-host-triple armv7-none-linux-gnueabi 21 clang -integrated-as -std=c89 -c test.c -o test-x86_32.o -ccc-host-triple i686-none-linux 22 clang -integrated-as -std=c89 -c test.c -o test-x86_64.o -ccc-host-triple x86_64-none-linux 24 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-arm.o -ccc-host-triple armv7-none-linux-gnueabi 25 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-x86_32.o -ccc-host-triple i686-none-linux 26 clang -integrated-as -std=c89 -c simple-test.c -o simple-test-x86_64.o -ccc-host-triple x86_64-none-linux 28 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a9 -mfpu=vfp 29 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-arm.o -ccc-host-triple armv7-none-linux-gnueabi 30 clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-x86_32.o -ccc-host-triple i686-none-linu [all...] |
| /external/clang/include/clang/AST/ |
| CharUnits.h | 21 namespace clang { namespace 33 /// to exceed characters in size, although currently, clang only supports 176 } // namespace clang 178 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, 179 const clang::CharUnits &CU) { 185 template<> struct DenseMapInfo<clang::CharUnits> { 186 static clang::CharUnits getEmptyKey() { 187 clang::CharUnits::QuantityType Quantity = 188 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey() [all...] |
| /external/clang/www/ |
| get_involved.html | 6 <title>Clang - Get Involved</title> 16 <h1>Getting Involved with the Clang Project</h1> 18 <p>Once you have <a href="get_started.html">checked out and built</a> clang and 26 <p>Clang is a subproject of the <a href="http://llvm.org">LLVM Project</a>, but 28 interests. The two clang lists are:</p> 35 This list is for everything else clang related (questions and answers, bug 40 <p>If you are interested in clang only, these two lists should be all 50 list</a>. The clang mailing list is a very friendly place and we welcome 59 <h2 name="criteria">Contributing Extensions to Clang</h2> 61 <p>Clang has always been designed as a platform for experimentation [all...] |
| /external/clang/INPUTS/ |
| iostream.cc | 0 // clang -I/usr/include/c++/4.0.0 -I/usr/include/c++/4.0.0/powerpc-apple-darwin8 -I/usr/include/c++/4.0.0/backward INPUTS/iostream.cc -Eonly
|
| /external/clang/bindings/python/ |
| README.txt | 2 // Clang Python Bindings 5 This directory implements Python bindings for Clang. 7 You may need to alter LD_LIBRARY_PATH so that the Clang library can be 10 $ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \
|
| /external/clang/bindings/python/clang/ |
| __init__.py | 1 #===- __init__.py - Clang Python Bindings --------------------*- python -*--===# 11 Clang Library Bindings 14 This package provides access to the Clang compiler and libraries. 20 Bindings for the Clang indexing library.
|
| /external/clang/include/clang/Analysis/ |
| AnalysisDiagnostic.h | 13 #include "clang/Basic/Diagnostic.h" 15 namespace clang { namespace 21 #include "clang/Basic/DiagnosticAnalysisKinds.inc" 26 } // end namespace clang
|