| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/ |
| ASTFwd.h | 18 namespace clang { namespace 22 #include "clang/AST/DeclNodes.inc" 25 #include "clang/AST/StmtNodes.inc" 28 #include "clang/AST/TypeNodes.def" 31 } // end namespace clang
|
| CharUnits.h | 21 namespace clang { namespace 206 } // namespace clang 208 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, 209 const clang::CharUnits &CU) { 215 template<> struct DenseMapInfo<clang::CharUnits> { 216 static clang::CharUnits getEmptyKey() { 217 clang::CharUnits::QuantityType Quantity = 218 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey(); 220 return clang::CharUnits::fromQuantity(Quantity) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CheckerHelpers.h | 17 #include "clang/AST/Stmt.h" 20 namespace clang { namespace 42 std::pair<const clang::VarDecl *, const clang::Expr *> 47 } // end clang namespace
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/ |
| ASTFwd.h | 18 namespace clang { namespace 22 #include "clang/AST/DeclNodes.inc" 25 #include "clang/AST/StmtNodes.inc" 28 #include "clang/AST/TypeNodes.def" 31 } // end namespace clang
|
| CharUnits.h | 21 namespace clang { namespace 206 } // namespace clang 208 inline clang::CharUnits operator* (clang::CharUnits::QuantityType Scale, 209 const clang::CharUnits &CU) { 215 template<> struct DenseMapInfo<clang::CharUnits> { 216 static clang::CharUnits getEmptyKey() { 217 clang::CharUnits::QuantityType Quantity = 218 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey(); 220 return clang::CharUnits::fromQuantity(Quantity) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| CheckerHelpers.h | 17 #include "clang/AST/Stmt.h" 20 namespace clang { namespace 42 std::pair<const clang::VarDecl *, const clang::Expr *> 47 } // end clang namespace
|
| /external/clang/unittests/Tooling/ |
| ToolingTest.cpp | 10 #include "clang/AST/ASTConsumer.h" 11 #include "clang/AST/DeclCXX.h" 12 #include "clang/AST/DeclGroup.h" 13 #include "clang/Frontend/ASTUnit.h" 14 #include "clang/Frontend/CompilerInstance.h" 15 #include "clang/Frontend/FrontendAction.h" 16 #include "clang/Frontend/FrontendActions.h" 17 #include "clang/Tooling/CompilationDatabase.h" 18 #include "clang/Tooling/Tooling.h" 27 namespace clang { namespace [all...] |
| /external/clang/test/Driver/ |
| mips-ias-Wa.s | 1 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s 2>&1 | \ 6 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,--trap 2>&1 | \ 11 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,--break 2>&1 | \ 16 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,--trap,--break 2>&1 | \ 21 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,--break,--trap 2>&1 | \ 26 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s 2>&1 | \ 31 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-msoft-float 2>&1 | \ 36 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-mhard-float 2>&1 | \ 41 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-msoft-float,-mhard-float 2>&1 | \ 46 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -Wa,-mhard-float,-msoft-float 2>&1 | [all...] |
| sparc-as.c | 3 // RUN: %clang -target sparc-linux -### -c %s 2>&1 \ 6 // RUN: %clang -target sparc-linux -fintegrated-as -### -c %s 2>&1 \ 9 // RUN: %clang -target sparc-linux -fno-integrated-as -### -c %s 2>&1 \ 15 // RUN: %clang -no-canonical-prefixes -target sparc--netbsd \ 19 // RUN: %clang -mcpu=v8 -no-canonical-prefixes -target sparc--netbsd \ 23 // RUN: %clang -mcpu=supersparc -no-canonical-prefixes -target sparc--netbsd \ 27 // RUN: %clang -mcpu=sparclite -no-canonical-prefixes -target sparc--netbsd \ 31 // RUN: %clang -mcpu=f934 -no-canonical-prefixes -target sparc--netbsd \ 35 // RUN: %clang -mcpu=hypersparc -no-canonical-prefixes -target sparc--netbsd \ 39 // RUN: %clang -mcpu=sparclite86x -no-canonical-prefixes -target sparc--netbsd [all...] |
| /external/llvm/docs/ |
| HowToCrossCompileLLVM.rst | 2 How To Cross-Compile Clang/LLVM using Clang/LLVM 9 Clang on host machine, targeting another platform. 11 For more information on how to use Clang as a cross-compiler, 12 please check http://clang.llvm.org/docs/CrossCompilation.html. 38 For more information on how to configure CMake for LLVM/Clang, 46 * ``-DCLANG_TABLEGEN=<path-to-host-bin>/clang-tblgen`` 56 However, if you're using Clang, the driver might not be up-to-date with your 71 using Clang as a cross-compiler, you will *also* have to set ``--sysroot`` 74 When using Clang, it's important that you choose the triple to be *identical [all...] |
| /external/clang/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /external/clang/include/clang/Frontend/ |
| CompilerInvocation.h | 13 #include "clang/Basic/DiagnosticOptions.h" 14 #include "clang/Basic/FileSystemOptions.h" 15 #include "clang/Basic/LangOptions.h" 16 #include "clang/Basic/TargetOptions.h" 17 #include "clang/Frontend/CodeGenOptions.h" 18 #include "clang/Frontend/DependencyOutputOptions.h" 19 #include "clang/Frontend/FrontendOptions.h" 20 #include "clang/Frontend/LangStandard.h" 21 #include "clang/Frontend/MigratorOptions.h" 22 #include "clang/Frontend/PreprocessorOutputOptions.h 38 namespace clang { namespace [all...] |
| /external/llvm/test/Transforms/ObjCARC/ |
| intrinsic-use.ll | 10 declare void @clang.arc.use(...) 14 ; Ensure that we honor clang.arc.use as a use and don't miscompile 17 ; FIXME: the fact that we re-order retains w.r.t. @clang.arc.use could 26 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* %y) 32 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* [[VAL1]]) 52 call void (...) @clang.arc.use(i8* %y) nounwind 58 call void (...) @clang.arc.use(i8* %val1) nounwind 74 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* %y) 80 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* [[VAL1]]) 98 call void (...) @clang.arc.use(i8* %y) nounwin [all...] |
| /external/llvm/utils/release/ |
| build_llvm_package.bat | 13 REM Visual Studio 2013 SDK (for the clang-format plugin).
29 echo Clang format plugin version: %clang_format_vs_version%
39 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/cfe/%branch% llvm/tools/clang || exit /b
40 svn.exe export -r %revision% http://llvm.org/svn/llvm-project/clang-tools-extra/%branch% llvm/tools/clang/tools/extra || exit /b
59 ninja check-clang || exit /b
64 set CC=..\build32_stage0\bin\clang-cl
65 set CXX=..\build32_stage0\bin\clang-cl
69 ninja check-clang || exit /b
70 copy ..\llvm\tools\clang\tools\clang-format-vs\ClangFormat\bin\Release\ClangFormat.vsix ClangFormat-r%revision%.vsix [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/ |
| GlobalDecl.h | 18 #include "clang/AST/DeclCXX.h" 19 #include "clang/AST/DeclObjC.h" 20 #include "clang/AST/DeclOpenMP.h" 21 #include "clang/Basic/ABI.h" 23 namespace clang { namespace 93 } // end namespace clang 98 template<> struct DenseMapInfo<clang::GlobalDecl> { 99 static inline clang::GlobalDecl getEmptyKey() { 100 return clang::GlobalDecl(); 103 static inline clang::GlobalDecl getTombstoneKey() [all...] |