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

<<31323334353637383940>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringDiagnostic.h 13 #include "clang/Basic/Diagnostic.h"
14 #include "clang/Basic/PartialDiagnostic.h"
16 namespace clang { namespace
23 #include "clang/Basic/DiagnosticRefactoringKinds.inc"
28 } // end namespace clang
  /external/clang/docs/
RAVFrontendAction.rst 15 When writing a clang based tool like a Clang Plugin or a standalone tool
18 actions as part of the compilation. To run tools over the AST clang
26 class FindNamedClassAction : public clang::ASTFrontendAction {
28 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
29 clang::CompilerInstance &Compiler, llvm::StringRef InFile) {
30 return std::unique_ptr<clang::ASTConsumer>(
46 class FindNamedClassConsumer : public clang::ASTConsumer {
48 virtual void HandleTranslationUnit(clang::ASTContext &Context) {
89 of the Clang AST to drill through to the parts that are interesting fo
    [all...]
  /external/clang/test/Driver/
darwin-version.c 1 // RUN: %clang -target armv6-apple-darwin9 -c %s -### 2>&1 | \
4 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.0 -c %s -### 2>&1 | \
7 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=2.2 -c %s -### 2>&1 | \
10 // RUN: %clang -target armv6-apple-darwin9 -miphoneos-version-min=3.0 -c %s -### 2>&1 | \
13 // RUN: %clang -target i686-apple-darwin8 -c %s -### 2>&1 | \
15 // RUN: %clang -target i686-apple-darwin9 -mmacosx-version-min=10.4 -c %s -### 2>&1 | \
18 // RUN: %clang -target i686-apple-darwin9 -c %s -### 2>&1 | \
20 // RUN: %clang -target i686-apple-darwin9 -mmacosx-version-min=10.5 -c %s -### 2>&1 | \
23 // RUN: %clang -target i686-apple-darwin10 -c %s -### 2>&1 | \
25 // RUN: %clang -target i686-apple-darwin9 -mmacosx-version-min=10.6 -c %s -### 2>&1 |
    [all...]
x86-march.c 3 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=nocona 2>&1 \
7 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=core2 2>&1 \
11 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=penryn 2>&1 \
15 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=nehalem 2>&1 \
19 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=westmere 2>&1 \
23 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=sandybridge 2>&1 \
27 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=ivybridge 2>&1 \
31 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=haswell 2>&1 \
35 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=broadwell 2>&1 \
39 // RUN: %clang -target x86_64-unknown-unknown -c -### %s -march=bonnell 2>&1
    [all...]
debug-options.c 1 // Check to make sure clang is somewhat picky about -g options.
4 // RUN: %clang -### -c -g %s -target x86_64-linux-gnu 2>&1 \
6 // RUN: %clang -### -c -g2 %s -target x86_64-linux-gnu 2>&1 \
8 // RUN: %clang -### -c -g3 %s -target x86_64-linux-gnu 2>&1 \
10 // RUN: %clang -### -c -ggdb %s -target x86_64-linux-gnu 2>&1 \
12 // RUN: %clang -### -c -ggdb1 %s -target x86_64-linux-gnu 2>&1 \
14 // RUN: %clang -### -c -ggdb3 %s -target x86_64-linux-gnu 2>&1 \
16 // RUN: %clang -### -c -glldb %s -target x86_64-linux-gnu 2>&1 \
18 // RUN: %clang -### -c -gsce %s -target x86_64-linux-gnu 2>&1 \
21 // RUN: %clang -### -c -g %s -target x86_64-apple-darwin 2>&1
    [all...]
ps4-sdk-root.c 3 // Check that PS4 clang doesn't report a warning message when locating
7 // Otherwise, check that PS4 clang reports a warning.
9 // Check that PS4 clang doesn't report a warning message when locating
14 // Otherwise, check that PS4 clang reports a warning.
17 // RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=WARN-SYS-LIBS -check-prefix=NO-WARN %s
19 // RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -c -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO-WARN %s
20 // RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -S -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO-WARN %s
21 // RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -E -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO-WARN %s
22 // RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -emit-ast -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=WARN-SYS-HEADERS -check-prefix=NO-WARN %s
23 // RUN: env SCE_ORBIS_SDK_DIR=.. %clang -Winvalid-or-nonexistent-directory -### -isysroot foo -target x86_64-scei-ps4 %s 2>&1 | FileCheck (…)
    [all...]
  /external/compiler-rt/cmake/
base-config-ix.cmake 20 # Compute the Clang version from the LLVM version.
22 # in Clang cmake files, instead of copying the rules here.
26 set(COMPILER_RT_OUTPUT_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION})
28 set(COMPILER_RT_INSTALL_PATH lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION})
33 # Use just-built Clang to compile/link tests on all platforms, except for
34 # Windows where we need to use clang-cl instead.
36 set(COMPILER_RT_TEST_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/clang)
37 set(COMPILER_RT_TEST_CXX_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/clang++)
39 set(COMPILER_RT_TEST_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/clang.exe)
40 set(COMPILER_RT_TEST_CXX_COMPILER ${LLVM_RUNTIME_OUTPUT_INTDIR}/clang++.exe
    [all...]
  /external/skia/infra/bots/recipes/
compile.py 31 if vars_api.builder_cfg.get('compiler') == 'Clang':
32 env['CC'] = '/usr/bin/clang'
33 env['CXX'] = '/usr/bin/clang++'
82 'Build-Debian9-Clang-arm-Release-Chromebook_GLES',
83 'Build-Debian9-Clang-arm64-Release-Android',
84 'Build-Debian9-Clang-arm64-Release-Android_Vulkan',
85 'Build-Debian9-Clang-arm64-Release-Android_ASAN',
86 'Build-Debian9-Clang-x86_64-Debug',
87 'Build-Debian9-Clang-x86_64-Debug-ASAN',
88 'Build-Debian9-Clang-x86_64-Debug-Coverage'
    [all...]
  /frameworks/compile/slang/
slang_backend.h 20 #include "clang/AST/ASTConsumer.h"
40 namespace clang { namespace
59 class Backend : public clang::ASTConsumer {
61 const clang::TargetOptions &mTargetOpts;
69 // This helps us translate Clang AST using into LLVM IR
70 clang::CodeGenerator *mGen;
89 clang::SourceManager &mSourceMgr;
111 void AnnotateFunction(clang::FunctionDecl *FD);
124 void LowerRSForEachCall(clang::FunctionDecl* FD, bool isKernel);
138 void PadStruct(clang::RecordDecl* RD)
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 20 #include "clang/AST/DeclBase.h"
21 #include "clang/AST/RecursiveASTVisitor.h"
26 namespace clang { namespace
169 } // end clang namespace
173 template <> struct GraphTraits<clang::CallGraphNode*> {
174 typedef clang::CallGraphNode NodeType;
175 typedef clang::CallGraphNode::CallRecord CallRecordTy;
177 clang::CallGraphNode*> CGNDerefFun;
178 static NodeType *getEntryNode(clang::CallGraphNode *CGN) { return CGN; }
186 static clang::CallGraphNode *CGNDeref(CallRecordTy P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-clang-tidy.py 3 #===- run-clang-tidy.py - Parallel clang-tidy runner ---------*- python -*--===#
11 # FIXME: Integrate with clang-tidy-diff.py
14 Parallel clang-tidy runner
17 Runs clang-tidy over all files in a compilation database. Requires clang-tidy
18 and clang-apply-replacements in $PATH.
21 - Run clang-tidy on all files in the current working directory with a default
23 run-clang-tidy.py $PWD
26 run-clang-tidy.py -fix -checks=-*,llvm-header-guar
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-clang-tidy.py 3 #===- run-clang-tidy.py - Parallel clang-tidy runner ---------*- python -*--===#
11 # FIXME: Integrate with clang-tidy-diff.py
14 Parallel clang-tidy runner
17 Runs clang-tidy over all files in a compilation database. Requires clang-tidy
18 and clang-apply-replacements in $PATH.
21 - Run clang-tidy on all files in the current working directory with a default
23 run-clang-tidy.py $PWD
26 run-clang-tidy.py -fix -checks=-*,llvm-header-guar
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
run-clang-tidy.py 3 #===- run-clang-tidy.py - Parallel clang-tidy runner ---------*- python -*--===#
11 # FIXME: Integrate with clang-tidy-diff.py
14 Parallel clang-tidy runner
17 Runs clang-tidy over all files in a compilation database. Requires clang-tidy
18 and clang-apply-replacements in $PATH.
21 - Run clang-tidy on all files in the current working directory with a default
23 run-clang-tidy.py $PWD
26 run-clang-tidy.py -fix -checks=-*,llvm-header-guar
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
run-clang-tidy.py 3 #===- run-clang-tidy.py - Parallel clang-tidy runner ---------*- python -*--===#
11 # FIXME: Integrate with clang-tidy-diff.py
14 Parallel clang-tidy runner
17 Runs clang-tidy over all files in a compilation database. Requires clang-tidy
18 and clang-apply-replacements in $PATH.
21 - Run clang-tidy on all files in the current working directory with a default
23 run-clang-tidy.py $PWD
26 run-clang-tidy.py -fix -checks=-*,llvm-header-guar
    [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 1 //===-- examples/clang-interpreter/main.cpp - Clang C Interpreter Example -===//
10 #include "clang/CodeGen/CodeGenAction.h"
11 #include "clang/Basic/DiagnosticOptions.h"
12 #include "clang/Driver/Compilation.h"
13 #include "clang/Driver/Driver.h"
14 #include "clang/Driver/Tool.h"
15 #include "clang/Frontend/CompilerInstance.h"
16 #include "clang/Frontend/CompilerInvocation.h"
17 #include "clang/Frontend/FrontendDiagnostic.h
    [all...]
  /external/skqp/infra/bots/recipes/
compile.py 31 if vars_api.builder_cfg.get('compiler') == 'Clang':
32 env['CC'] = '/usr/bin/clang'
33 env['CXX'] = '/usr/bin/clang++'
79 'Build-Debian9-Clang-arm-Release-Chromebook_GLES',
80 'Build-Debian9-Clang-arm64-Release-Android',
81 'Build-Debian9-Clang-arm64-Release-Android_Vulkan',
82 'Build-Debian9-Clang-arm64-Release-Android_ASAN',
83 'Build-Debian9-Clang-x86_64-Debug',
84 'Build-Debian9-Clang-x86_64-Debug-ASAN',
85 'Build-Debian9-Clang-x86_64-Debug-Coverage'
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h 19 #include "clang/Tooling/Core/Diagnostic.h"
20 #include "clang/Tooling/ReplacementsYaml.h"
24 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::Diagnostic)
29 template <> struct MappingTraits<clang::tooling::Diagnostic> {
35 : DiagLevel(clang::tooling::Diagnostic::Level::Warning) {}
37 NormalizedDiagnostic(const IO &, const clang::tooling::Diagnostic &D)
42 clang::tooling::Diagnostic denormalize(const IO &) {
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
49 llvm::StringMap<clang::tooling::Replacements> Fix
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
DiagnosticsYaml.h 19 #include "clang/Tooling/Core/Diagnostic.h"
20 #include "clang/Tooling/ReplacementsYaml.h"
24 LLVM_YAML_IS_SEQUENCE_VECTOR(clang::tooling::Diagnostic)
29 template <> struct MappingTraits<clang::tooling::Diagnostic> {
35 : DiagLevel(clang::tooling::Diagnostic::Level::Warning) {}
37 NormalizedDiagnostic(const IO &, const clang::tooling::Diagnostic &D)
42 clang::tooling::Diagnostic denormalize(const IO &) {
43 return clang::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48 clang::tooling::DiagnosticMessage Message;
49 llvm::StringMap<clang::tooling::Replacements> Fix
    [all...]

Completed in 1109 milliseconds

<<31323334353637383940>>