OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
2351 - 2375
of
15538
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/clang/test/Preprocessor/
arm-acle-6.4.c
1
// RUN: %
clang
-target arm-eabi -x c -E -dM %s -o - | FileCheck %s
2
// RUN: %
clang
-target thumb-eabi -x c -E -dM %s -o - | FileCheck %s
10
// RUN: %
clang
-target armeb-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-BIGENDIAN
11
// RUN: %
clang
-target thumbeb-eabi -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-BIGENDIAN
15
// RUN: %
clang
-target armv7-none-linux-eabi -mno-unaligned-access -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-UNALIGNED
19
// RUN: %
clang
-target arm-none-linux-eabi -march=armv4 -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-V4
34
// RUN: %
clang
-target arm-none-linux-eabi -march=armv4t -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-V4T
38
// RUN: %
clang
-target arm-none-linux-eabi -march=armv5t -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-V5
53
// RUN: %
clang
-target arm-none-linux-eabi -march=armv5te -x c -E -dM %s -o - | FileCheck %s -check-prefix CHECK-V5E
58
// RUN: %
clang
-target armv6-none-netbsd-eabi -mcpu=arm1136jf-s -x c -E -dM %s -o - | FileCheck %s -check-prefix (…)
[
all
...]
/external/clang/include/clang/AST/
CommentVisitor.h
13
#include "
clang
/AST/Comment.h"
16
namespace
clang
{
namespace
38
#include "
clang
/AST/CommentNodes.inc"
49
#include "
clang
/AST/CommentNodes.inc"
68
} // end namespace
clang
OperationKinds.h
18
namespace
clang
{
namespace
23
#include "
clang
/AST/OperationKinds.def"
30
#include "
clang
/AST/OperationKinds.def"
35
#include "
clang
/AST/OperationKinds.def"
51
} // end namespace
clang
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DynamicTypeMap.h
16
#include "
clang
/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
17
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
18
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
21
namespace
clang
{
namespace
55
} //
clang
TaintManager.h
17
#include "
clang
/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h"
18
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
19
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
20
#include "
clang
/StaticAnalyzer/Core/PathSensitive/TaintTag.h"
23
namespace
clang
{
namespace
/external/clang/include/clang/Tooling/Core/
Lookup.h
1
//===--- Lookup.h - Framework for
clang
refactoring tools --*- C++ -*------===//
10
// This file defines helper methods for
clang
tools performing name lookup.
17
#include "
clang
/Basic/LLVM.h"
20
namespace
clang
{
namespace
46
} // end namespace
clang
/external/clang/lib/Basic/
TokenKinds.cpp
14
#include "
clang
/Basic/TokenKinds.h"
16
using namespace
clang
;
21
#include "
clang
/Basic/TokenKinds.def"
35
#include "
clang
/Basic/TokenKinds.def"
44
#include "
clang
/Basic/TokenKinds.def"
/external/clang/lib/CodeGen/
SanitizerMetadata.h
16
#include "
clang
/AST/Type.h"
17
#include "
clang
/Basic/LLVM.h"
18
#include "
clang
/Basic/SourceLocation.h"
26
namespace
clang
{
namespace
51
} // end namespace
clang
/external/clang/lib/Lex/
PreprocessorLexer.cpp
14
#include "
clang
/Lex/PreprocessorLexer.h"
15
#include "
clang
/Basic/SourceManager.h"
16
#include "
clang
/Lex/LexDiagnostic.h"
17
#include "
clang
/Lex/Preprocessor.h"
18
using namespace
clang
;
/external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp
17
#include "
clang
/StaticAnalyzer/Core/BugReporter/BugType.h"
18
#include "
clang
/StaticAnalyzer/Core/Checker.h"
19
#include "
clang
/StaticAnalyzer/Core/CheckerManager.h"
20
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
22
using namespace
clang
;
TaintTesterChecker.cpp
14
#include "
clang
/StaticAnalyzer/Core/BugReporter/BugType.h"
15
#include "
clang
/StaticAnalyzer/Core/Checker.h"
16
#include "
clang
/StaticAnalyzer/Core/CheckerManager.h"
17
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
19
using namespace
clang
;
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPITypes.h
21
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
24
namespace
clang
{
namespace
50
typedef llvm::ImmutableMap<const
clang
::ento::MemRegion *,
51
clang
::ento::mpi::Request>
67
} // end of namespace:
clang
/external/clang/test/Driver/
incompatible_sysroot.c
4
// RUN: %
clang
-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-min=9.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-OSX-IOS %s
5
// RUN: %
clang
-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mwatchos-version-min=2.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-IOS-WATCHOS %s
6
// RUN: %
clang
-target arm64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneOS9.2.sdk -mtvos-version-min=9.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-IOS-TVOS %s
7
// RUN: %
clang
-target x86_64-apple-darwin -Wincompatible-sysroot -isysroot SDKs/iPhoneSimulator9.2.sdk -mios-version-min=9.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-IOS-IOSSIM %s
8
// RUN: %
clang
-target x86_64-apple-darwin -Wno-incompatible-sysroot -isysroot SDKs/MacOSX10.9.sdk -mios-version-min=9.0 -S -o - %s 2>&1 | FileCheck -check-prefix CHECK-OSX-IOS-DISABLED %s
ps4-linker-win.c
13
// RUN: env "PATH=%T;%PATH%;" %
clang
-target x86_64-scei-ps4 %s -fuse-ld=gold -### 2>&1 \
15
// RUN: env "PATH=%T;%PATH%;" %
clang
-target x86_64-scei-ps4 %s -shared -### 2>&1 \
18
// RUN: env "PATH=%T;%PATH%;" %
clang
-target x86_64-scei-ps4 %s -### 2>&1 \
20
// RUN: env "PATH=%T;%PATH%;" %
clang
-target x86_64-scei-ps4 %s -fuse-ld=ps4 -### 2>&1 \
22
// RUN: env "PATH=%T;%PATH%;" %
clang
-target x86_64-scei-ps4 %s -shared \
symbol-rewriter.c
1
// RUN: %
clang
-frewrite-map-file %S/Inputs/rewrite.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-SINGLE
5
// RUN: %
clang
-frewrite-map-file %S/Inputs/rewrite-1.map -frewrite-map-file %S/Inputs/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MULTIPLE
9
// RUN: %
clang
-frewrite-map-file=%S/Inputs/rewrite.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-SINGLE-EQ
13
// RUN: %
clang
-frewrite-map-file=%S/Inputs/rewrite-1.map -frewrite-map-file=%S/Inputs/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MULTIPLE-EQ
18
// RUN: %
clang
-frewrite-map-file %S/Inputs/rewrite-1.map -frewrite-map-file=%S/Inputs/rewrite-2.map -### %s 2>&1 | FileCheck %s -check-prefix CHECK-MIXED
thinlto.c
2
// RUN: %
clang
-ccc-print-phases -c %s -flto=thin 2> %t
8
// RUN: %
clang
-ccc-print-phases %s -flto=thin 2> %t
19
// RUN: %
clang
-target x86_64-unknown-linux -### %s -flto=full -fno-lto -flto=thin 2> %t
26
// RUN: %
clang
-target x86_64-unknown-linux -### %s -flto=thin -flto=full 2> %t
33
// RUN: %
clang
-target x86_64-unknown-linux -### %s -flto=thin -fno-lto 2> %t
/external/clang/tools/libclang/
CMakeLists.txt
33
../../include/
clang
-c/Index.h
67
# Each functions is exported as "dllexport" in include/
clang
-c.
83
set(output_name "
clang
")
89
DEPENDS
clang
-headers
126
install(DIRECTORY ../../include/
clang
-c
/external/clang/unittests/Analysis/
CFGTest.cpp
10
#include "
clang
/ASTMatchers/ASTMatchFinder.h"
11
#include "
clang
/Analysis/CFG.h"
12
#include "
clang
/Tooling/Tooling.h"
17
namespace
clang
{
namespace
58
} // namespace
clang
/external/clang/unittests/Frontend/
CodeGenActionTest.cpp
14
#include "
clang
/Frontend/CompilerInstance.h"
15
#include "
clang
/CodeGen/CodeGenAction.h"
16
#include "
clang
/CodeGen/BackendUtil.h"
20
using namespace
clang
;
21
using namespace
clang
::frontend;
/external/clang/unittests/Lex/
PPCallbacksTest.cpp
10
#include "
clang
/Lex/Preprocessor.h"
11
#include "
clang
/AST/ASTConsumer.h"
12
#include "
clang
/AST/ASTContext.h"
13
#include "
clang
/Basic/Diagnostic.h"
14
#include "
clang
/Basic/DiagnosticOptions.h"
15
#include "
clang
/Basic/FileManager.h"
16
#include "
clang
/Basic/LangOptions.h"
17
#include "
clang
/Basic/SourceManager.h"
18
#include "
clang
/Basic/TargetInfo.h"
19
#include "
clang
/Basic/TargetOptions.h
[
all
...]
/external/v8/tools/clang/plugins/
FindBadConstructsAction.cpp
7
#include "
clang
/AST/ASTConsumer.h"
8
#include "
clang
/Frontend/FrontendPluginRegistry.h"
12
using namespace
clang
;
23
void HandleTranslationUnit(
clang
::ASTContext& context) override {
64
llvm::errs() << "Unknown
clang
plugin argument: " << args[i] << "\n";
/frameworks/compile/slang/
llvm-rs-cc.cpp
17
#include "
clang
/Basic/DiagnosticOptions.h"
18
#include "
clang
/Driver/DriverDiagnostic.h"
19
#include "
clang
/Driver/Options.h"
20
#include "
clang
/Frontend/CompilerInvocation.h"
21
#include "
clang
/Frontend/FrontendDiagnostic.h"
22
#include "
clang
/Frontend/TextDiagnosticPrinter.h"
23
#include "
clang
/Frontend/Utils.h"
138
* DiagEngine -
Clang
diagnostic engine (for creating diagnostics).
209
clang
::DiagnosticsEngine *DiagEngine =
210
static_cast<
clang
::DiagnosticsEngine *>(UserData)
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3289846/
repo.prop
6
platform/external/
clang
ac9cc4764cf47a6c3f031687d8592e080c9f5001
7
platform/external/
clang
-tools-extra 9748c306435fa62e5be39fb680a61dd92a62b901
20
platform/prebuilts/
clang
/host/darwin-x86 6e64bc0d5e0da7e11dd16a7abad3860571557656
21
platform/prebuilts/
clang
/host/linux-x86 a42cd08314e401a05d6f0c8337461e977d60aad3
22
platform/prebuilts/
clang
/host/windows-x86 d61c42affbda7146def184c0fe74b75535254587
/prebuilts/clang/host/darwin-x86/clang-3859424/
repo.prop
6
platform/external/
clang
b7098c2a4966d5da974661212f4d54910041fd66
7
platform/external/
clang
-tools-extra ceb228b6caa1655b3edb155803fda3b76c415655
20
platform/prebuilts/
clang
/host/darwin-x86 4c76e266802d9f91324186d834ac4ace7fc2f11d
21
platform/prebuilts/
clang
/host/linux-x86 c31242a450f509fb20824ce309d93daf5a3a1f1a
22
platform/prebuilts/
clang
/host/windows-x86 ad5cc7abb01ae678806d57c9b4136e4ebd53de20
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h
13
#include "
clang
/AST/Comment.h"
16
namespace
clang
{
namespace
38
#include "
clang
/AST/CommentNodes.inc"
49
#include "
clang
/AST/CommentNodes.inc"
68
} // end namespace
clang
Completed in 1269 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>