| /external/clang/lib/StaticAnalyzer/Checkers/ |
| CheckObjCInstMethSignature.cpp | 17 #include "clang/AST/ASTContext.h" 18 #include "clang/AST/DeclObjC.h" 19 #include "clang/AST/Type.h" 20 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h" 21 #include "clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h" 22 #include "clang/StaticAnalyzer/Core/Checker.h" 26 using namespace clang;
|
| ObjCContainersASTChecker.cpp | 15 #include "clang/AST/StmtVisitor.h" 16 #include "clang/Analysis/AnalysisContext.h" 17 #include "clang/Basic/TargetInfo.h" 18 #include "clang/StaticAnalyzer/Core/BugReporter/BugReporter.h" 19 #include "clang/StaticAnalyzer/Core/Checker.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h" 24 using namespace clang;
|
| ObjCContainersChecker.cpp | 20 #include "clang/AST/ParentMap.h" 21 #include "clang/StaticAnalyzer/Core/BugReporter/BugType.h" 22 #include "clang/StaticAnalyzer/Core/Checker.h" 23 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 24 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 25 #include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h" 27 using namespace clang;
|
| TraversalChecker.cpp | 15 #include "clang/AST/ParentMap.h" 16 #include "clang/AST/StmtObjC.h" 17 #include "clang/StaticAnalyzer/Core/Checker.h" 18 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 19 #include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h" 20 #include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h" 23 using namespace clang;
|
| /external/clang/test/Driver/ |
| mingw.cpp | 1 // RUN: %clang -target i686-windows-gnu -c -### --sysroot=%S/Inputs/mingw_clang_tree/mingw32 %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_CLANG_TREE %s 6 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_org_tree/mingw %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_ORG_TREE %s 16 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_builds_tree/mingw32 %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_BUILDS_TREE %s 25 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_msys2_tree/msys64/mingw32 %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_MSYS_TREE %s 35 // RUN: %clang -target x86_64-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_opensuse_tree/usr %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_OPENSUSE_TREE %s 44 // RUN: %clang -target i686-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_arch_tree/usr %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_ARCH_TREE %s 53 // RUN: %clang -target x86_64-pc-windows-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_ubuntu_tree/usr %s 2>&1 | FileCheck -check-prefix=CHECK_MINGW_UBUNTU_TREE %s
|
| /external/clang/tools/scan-build-py/ |
| README.md | 4 A package designed to wrap a build so that all calls to gcc/clang are 6 the clang static analyzer. Includes intercept-build tool, which logs 8 the clang static analyzer on it. 28 To run the Clang static analyzer against a project goes like this: 36 To run the Clang static analyzer against a project with compilation database 118 [1]: http://clang.llvm.org/docs/JSONCompilationDatabase.html 120 [3]: https://llvm.org/bugs/enter_bug.cgi?product=clang
|
| /external/clang/unittests/ASTMatchers/ |
| ASTMatchersInternalTest.cpp | 11 #include "clang/AST/PrettyPrinter.h" 12 #include "clang/ASTMatchers/ASTMatchFinder.h" 13 #include "clang/ASTMatchers/ASTMatchers.h" 14 #include "clang/Tooling/Tooling.h" 19 namespace clang { namespace 176 clang::tooling::buildASTFromCode("struct { int *foo; };"); 240 } // end namespace clang
|
| /external/clang/ |
| update-prebuilts.py | 18 """Update the prebuilt clang from the build server.""" 95 'clang-1234-linux-x86.tar.bz2' 97 return 'clang-{}-{}-x86.tar.bz2'.format(build_number, host) 138 prebuilt_dir = android_path('prebuilts/clang/host', host_tag) 143 ['repo', 'start', 'update-clang-{}'.format(build_number), '.']) 148 install_subdir = 'clang-' + build_number 161 'Update prebuilt Clang to build {}.'.format(build_number),
|
| /external/deqp/external/openglcts/ |
| CONTRIBUTING.md | 84 The OpenGL CTS source is formatted using [`clang-format` v4.0](http://clang.llvm.org/docs/ClangFormat.html). 86 A recommended way to do that is to run [`clang-format-diff.py`](https://llvm.org/svn/llvm-project/cfe/trunk/tools/clang-format/clang-format-diff.py) 89 cd external/openglcts && git diff -U0 HEAD^ . | python clang-format-diff.py -style=file -i -p3 -binary clang-format-4.0
|
| /external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/ |
| Build-Win-Clang-x86_64-Release-Vulkan.json | 13 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan" 22 "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64", 23 "--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" is_debug=false skia_enable_vulkan_debug_layers=false skia_vulkan_sdk=\"[START_DIR]/win_vulkan_sdk\" target_cpu=\"x86_64\" win_sdk=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/a9e1098bba66d2acccc377d5ee81265910f29272/win_sdk\" win_vc=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/a9e1098bba66d2acccc377d5ee81265910f29272/VC\"" 30 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan" 40 "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64" 47 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
|
| /external/v8/ |
| .ycm_extra_conf.py | 17 # * You must use ninja & clang to build V8. 25 # for YCM to pass to clang so it can build and extract the symbols. 30 # * That whole ninja & clang thing? We could support other configs if someone 88 (List of Strings) Command line arguments for clang. 97 # Version of Clang used to compile V8 can be newer then version of 145 # clang command. 148 if 'clang' in line:
|
| /external/v8/tools/gcmole/ |
| bootstrap.sh | 30 # This script will build libgcmole.so. Building a recent clang needs a 39 CLANG_DIR="${LLVM_DIR}/tools/clang" 48 # Xcode and clang don't get along when predictive compilation is enabled. 57 echo "This does not work well with clang (http://crbug.com/96315)." 84 echo Getting clang r"${CLANG_RELEASE}" in "${CLANG_DIR}" 99 # Build clang. 116 strip ${STRIP_FLAGS} Release+Asserts/bin/clang
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/ |
| DeclOpenMP.h | 18 #include "clang/AST/Decl.h" 19 #include "clang/AST/Expr.h" 20 #include "clang/AST/ExternalASTSource.h" 21 #include "clang/AST/Type.h" 25 namespace clang { namespace 167 /// Clang supports capturing of variables only, but OpenMP 4.5 allows to 196 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
| TokenKinds.h | 11 /// \brief Defines the clang::TokenKind enum and support functions. 20 namespace clang { namespace 27 #include "clang/Basic/TokenKinds.def" 35 #include "clang/Basic/TokenKinds.def" 44 #include "clang/Basic/TokenKinds.def" 99 #include "clang/Basic/TokenKinds.def" 104 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/ |
| CheckerRegistry.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 52 // clang -cc1 -load </path/to/plugin.dylib> -analyze 58 // FIXME: The Clang version string is not particularly granular; 62 #include "clang/Basic/Version.h" 66 namespace clang { namespace 140 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/ |
| DeclOpenMP.h | 18 #include "clang/AST/Decl.h" 19 #include "clang/AST/Expr.h" 20 #include "clang/AST/ExternalASTSource.h" 21 #include "clang/AST/Type.h" 25 namespace clang { namespace 167 /// Clang supports capturing of variables only, but OpenMP 4.5 allows to 196 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
| TokenKinds.h | 11 /// \brief Defines the clang::TokenKind enum and support functions. 20 namespace clang { namespace 27 #include "clang/Basic/TokenKinds.def" 35 #include "clang/Basic/TokenKinds.def" 44 #include "clang/Basic/TokenKinds.def" 99 #include "clang/Basic/TokenKinds.def" 104 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/ |
| CheckerRegistry.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 52 // clang -cc1 -load </path/to/plugin.dylib> -analyze 58 // FIXME: The Clang version string is not particularly granular; 62 #include "clang/Basic/Version.h" 66 namespace clang { namespace 140 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/ |
| DeclOpenMP.h | 18 #include "clang/AST/Decl.h" 19 #include "clang/AST/Expr.h" 20 #include "clang/AST/ExternalASTSource.h" 21 #include "clang/AST/Type.h" 25 namespace clang { namespace 167 /// Clang supports capturing of variables only, but OpenMP 4.5 allows to 196 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/ |
| TokenKinds.h | 11 /// \brief Defines the clang::TokenKind enum and support functions. 20 namespace clang { namespace 27 #include "clang/Basic/TokenKinds.def" 35 #include "clang/Basic/TokenKinds.def" 44 #include "clang/Basic/TokenKinds.def" 99 #include "clang/Basic/TokenKinds.def" 104 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/ |
| CheckerRegistry.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 52 // clang -cc1 -load </path/to/plugin.dylib> -analyze 58 // FIXME: The Clang version string is not particularly granular; 62 #include "clang/Basic/Version.h" 66 namespace clang { namespace 140 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/ |
| TokenKinds.h | 11 /// \brief Defines the clang::TokenKind enum and support functions. 20 namespace clang { namespace 27 #include "clang/Basic/TokenKinds.def" 35 #include "clang/Basic/TokenKinds.def" 44 #include "clang/Basic/TokenKinds.def" 99 #include "clang/Basic/TokenKinds.def" 104 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/ |
| CheckerRegistry.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 52 // clang -cc1 -load </path/to/plugin.dylib> -analyze 58 // FIXME: The Clang version string is not particularly granular; 62 #include "clang/Basic/Version.h" 66 namespace clang { namespace 140 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/ |
| TokenKinds.h | 11 /// \brief Defines the clang::TokenKind enum and support functions. 20 namespace clang { namespace 27 #include "clang/Basic/TokenKinds.def" 35 #include "clang/Basic/TokenKinds.def" 44 #include "clang/Basic/TokenKinds.def" 99 #include "clang/Basic/TokenKinds.def" 104 } // end namespace clang
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/ |
| CheckerRegistry.h | 13 #include "clang/Basic/LLVM.h" 14 #include "clang/StaticAnalyzer/Core/CheckerManager.h" 52 // clang -cc1 -load </path/to/plugin.dylib> -analyze 58 // FIXME: The Clang version string is not particularly granular; 62 #include "clang/Basic/Version.h" 66 namespace clang { namespace 140 } // end namespace clang
|