HomeSort by relevance Sort by last modified time
    Searched full:clang (Results 1751 - 1775 of 15538) sorted by null

<<71727374757677787980>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Attr.h 17 #include "clang/AST/AttrIterator.h"
18 #include "clang/AST/Decl.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/Type.h"
21 #include "clang/Basic/AttrKinds.h"
22 #include "clang/Basic/LLVM.h"
23 #include "clang/Basic/OpenMPKinds.h"
24 #include "clang/Basic/Sanitizers.h"
25 #include "clang/Basic/SourceLocation.h"
26 #include "clang/Basic/VersionTuple.h
33 namespace clang { namespace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h 18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"
22 namespace clang { namespace
39 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
44 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
51 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
66 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
87 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def"
96 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
CommonOptionsParser.h 1 //===- CommonOptionsParser.h - common options for clang tools -*- C++ -*-=====//
11 // command-line options for clang tools, so that they can be run as separate
21 // This class uses the Clang Tooling infrastructure, see
22 // http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
30 #include "clang/Tooling/ArgumentsAdjusters.h"
31 #include "clang/Tooling/CompilationDatabase.h"
34 namespace clang { namespace
36 /// \brief A parser for options common to all command-line Clang tools.
44 /// #include "clang/Frontend/FrontendActions.h"
45 /// #include "clang/Tooling/CommonOptionsParser.h
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
clang-tidy-diff.py 3 #===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===#
16 This script reads input from a unified diff, runs clang-tidy on all changed
17 files and outputs clang-tidy warnings in changed lines only. This is useful to
18 detect clang-tidy regressions in the lines touched by a specific patch.
21 git diff -U0 HEAD^ | clang-tidy-diff.py -p1
23 clang-tidy-diff.py -fix -checks=-*,modernize-use-override
36 'Run clang-tidy against changed files, and '
39 parser.add_argument('-clang-tidy-binary', metavar='PATH',
40 default='clang-tidy',
41 help='path to clang-tidy binary'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Attr.h 17 #include "clang/AST/AttrIterator.h"
18 #include "clang/AST/Decl.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/Type.h"
21 #include "clang/Basic/AttrKinds.h"
22 #include "clang/Basic/LLVM.h"
23 #include "clang/Basic/OpenMPKinds.h"
24 #include "clang/Basic/Sanitizers.h"
25 #include "clang/Basic/SourceLocation.h"
26 #include "clang/Basic/VersionTuple.h
33 namespace clang { namespace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h 18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"
22 namespace clang { namespace
39 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
44 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
51 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
66 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
87 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def"
96 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
CommonOptionsParser.h 1 //===- CommonOptionsParser.h - common options for clang tools -*- C++ -*-=====//
11 // command-line options for clang tools, so that they can be run as separate
21 // This class uses the Clang Tooling infrastructure, see
22 // http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
30 #include "clang/Tooling/ArgumentsAdjusters.h"
31 #include "clang/Tooling/CompilationDatabase.h"
34 namespace clang { namespace
36 /// \brief A parser for options common to all command-line Clang tools.
44 /// #include "clang/Frontend/FrontendActions.h"
45 /// #include "clang/Tooling/CommonOptionsParser.h
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
clang-tidy-diff.py 3 #===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===#
16 This script reads input from a unified diff, runs clang-tidy on all changed
17 files and outputs clang-tidy warnings in changed lines only. This is useful to
18 detect clang-tidy regressions in the lines touched by a specific patch.
21 git diff -U0 HEAD^ | clang-tidy-diff.py -p1
23 clang-tidy-diff.py -fix -checks=-*,modernize-use-override
36 'Run clang-tidy against changed files, and '
39 parser.add_argument('-clang-tidy-binary', metavar='PATH',
40 default='clang-tidy',
41 help='path to clang-tidy binary'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Attr.h 17 #include "clang/AST/AttrIterator.h"
18 #include "clang/AST/Decl.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/Type.h"
21 #include "clang/Basic/AttrKinds.h"
22 #include "clang/Basic/LLVM.h"
23 #include "clang/Basic/OpenMPKinds.h"
24 #include "clang/Basic/Sanitizers.h"
25 #include "clang/Basic/SourceLocation.h"
26 #include "clang/Basic/VersionTuple.h
33 namespace clang { namespace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h 18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"
22 namespace clang { namespace
39 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
44 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
51 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
66 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
87 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def"
96 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
CommonOptionsParser.h 1 //===- CommonOptionsParser.h - common options for clang tools -*- C++ -*-=====//
11 // command-line options for clang tools, so that they can be run as separate
21 // This class uses the Clang Tooling infrastructure, see
22 // http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
30 #include "clang/Tooling/ArgumentsAdjusters.h"
31 #include "clang/Tooling/CompilationDatabase.h"
34 namespace clang { namespace
36 /// \brief A parser for options common to all command-line Clang tools.
44 /// #include "clang/Frontend/FrontendActions.h"
45 /// #include "clang/Tooling/CommonOptionsParser.h
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
clang-tidy-diff.py 3 #===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===#
16 This script reads input from a unified diff, runs clang-tidy on all changed
17 files and outputs clang-tidy warnings in changed lines only. This is useful to
18 detect clang-tidy regressions in the lines touched by a specific patch.
21 git diff -U0 HEAD^ | clang-tidy-diff.py -p1
23 clang-tidy-diff.py -fix -checks=-*,modernize-use-override
36 'Run clang-tidy against changed files, and '
39 parser.add_argument('-clang-tidy-binary', metavar='PATH',
40 default='clang-tidy',
41 help='path to clang-tidy binary'
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Attr.h 17 #include "clang/AST/AttrIterator.h"
18 #include "clang/AST/Decl.h"
19 #include "clang/AST/Expr.h"
20 #include "clang/AST/Type.h"
21 #include "clang/Basic/AttrKinds.h"
22 #include "clang/Basic/LLVM.h"
23 #include "clang/Basic/OpenMPKinds.h"
24 #include "clang/Basic/Sanitizers.h"
25 #include "clang/Basic/SourceLocation.h"
26 #include "clang/Basic/VersionTuple.h
33 namespace clang { namespace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h 18 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
19 #include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
20 #include "clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h"
22 namespace clang { namespace
39 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
44 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
51 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
66 #include "clang/StaticAnalyzer/Core/PathSensitive/SVals.def"
87 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def"
96 #include "clang/StaticAnalyzer/Core/PathSensitive/Symbols.def
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
CommonOptionsParser.h 1 //===- CommonOptionsParser.h - common options for clang tools -*- C++ -*-=====//
11 // command-line options for clang tools, so that they can be run as separate
21 // This class uses the Clang Tooling infrastructure, see
22 // http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html
30 #include "clang/Tooling/ArgumentsAdjusters.h"
31 #include "clang/Tooling/CompilationDatabase.h"
34 namespace clang { namespace
36 /// \brief A parser for options common to all command-line Clang tools.
44 /// #include "clang/Frontend/FrontendActions.h"
45 /// #include "clang/Tooling/CommonOptionsParser.h
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
clang-tidy-diff.py 3 #===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===#
16 This script reads input from a unified diff, runs clang-tidy on all changed
17 files and outputs clang-tidy warnings in changed lines only. This is useful to
18 detect clang-tidy regressions in the lines touched by a specific patch.
21 git diff -U0 HEAD^ | clang-tidy-diff.py -p1
23 clang-tidy-diff.py -fix -checks=-*,modernize-use-override
36 'Run clang-tidy against changed files, and '
39 parser.add_argument('-clang-tidy-binary', metavar='PATH',
40 default='clang-tidy',
41 help='path to clang-tidy binary'
    [all...]
  /tools/repohooks/tools/
clang-format.py 17 """Wrapper to run git-clang-format and parse its output."""
37 # Since we're asking git-clang-format to print a diff, all modified filenames
45 parser.add_argument('--clang-format', default='clang-format',
46 help='The path of the clang-format executable.')
47 parser.add_argument('--git-clang-format', default='git-clang-format',
48 help='The path of the git-clang-format executable.')
50 help='The style that clang-format will use.')
84 # Fail gracefully if clang-format itself aborts/fails
    [all...]
  /external/boringssl/src/
CMakeLists.txt 3 # Report AppleClang separately from Clang. Their version numbers are different.
45 if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
46 set(CLANG 1)
49 if(CMAKE_COMPILER_IS_GNUCXX OR CLANG)
50 # Note clang-cl is odd and sets both CLANG and MSVC. We base our configuration
51 # primarily on our normal Clang one.
54 # clang-cl sets different default warnings than clang. It also treats -Wall
58 # googletest suppresses warning C4996 via a pragma, but clang-cl does no
    [all...]
  /external/clang/test/Driver/
clang_f_opts.c 1 // REQUIRES: clang-driver
3 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-blocks -fno-builtin -fmath-errno -fno-common -fno-pascal-strings -fblocks -fbuiltin -fmath-errno -fcommon -fpascal-strings -fsplit-stack %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s
4 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm -fno-blocks -fno-builtin -fmath-errno -fno-common -fno-pascal-strings -fno-show-source-location -fshort-enums -fshort-wchar %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s
19 // RUN: %clang -### -S -Wwrite-strings %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS1 %s
21 // RUN: %clang -### -S -Wwrite-strings -Wno-write-strings %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS2 %s
23 // RUN: %clang -### -S -Wwrite-strings -w %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS3 %s
26 // RUN: %clang -### -x c++ -c %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s
27 // RUN: %clang -### -x c++ -c -Wdeprecated %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s
28 // RUN: %clang -### -x c++ -c -Wno-deprecated %s 2>&1 | FileCheck -check-prefix=DEPRECATED-OFF-CHECK %s
29 // RUN: %clang -### -x c++ -c -Wno-deprecated -Wdeprecated %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK (…)
    [all...]
  /bionic/tools/versioner/src/
VFS.h 23 #include <clang/Basic/VirtualFileSystem.h>
25 llvm::IntrusiveRefCntPtr<clang::vfs::FileSystem> createCommonVFS(const std::string& header_dir,
  /build/soong/cc/
tidy.go 26 // whether to run clang-tidy over C-like sources.
29 // Extra flags to pass to clang-tidy
32 // Extra checks to enable or disable in clang-tidy
65 // Clang-tidy requires clang
66 if !flags.Clang {
80 // If clang-tidy is not enabled globally, add the -quiet flag.
86 // We might be using the static analyzer through clang tidy.
  /development/vndk/tools/header-checker/header-abi-dumper/src/
frontend_action_factory.cpp 19 #include <clang/Frontend/FrontendActions.h>
28 clang::FrontendAction *HeaderCheckerFrontendActionFactory::create() {
  /external/clang/cmake/caches/
README.txt 22 the clang shipped with Xcode. The build files generated from this invocation has
23 a target named "stage2" which performs an LTO build of clang.
44 generate profdata based on the training files in <clang>/utils/perf-training
53 stage2-check-clang:
54 Depends on stage2 and runs check-clang using the stage3 compiler.
66 This cache file can be used to generate a 3-stage clang build. You can configure
69 cmake -C <path to clang>/cmake/caches/3-stage.cmake -G Ninja <path to llvm>
71 You can then run "ninja stage3-clang" to build stage1, stage2 and stage3 clangs.
  /external/clang/docs/analyzer/
index.rst 1 .. Clang Static Analyzer documentation master file, created by
6 Welcome to Clang Static Analyzer's documentation!
  /external/clang/include/clang/Basic/
CapturedStmt.h 14 namespace clang { namespace
22 } // end namespace clang

Completed in 1031 milliseconds

<<71727374757677787980>>