OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
301 - 325
of
1469
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/include/clang/Driver/
CC1AsOptions.h
1
//===--- CC1AsOptions.h -
Clang
Assembler Options Table ---------*- C++ -*-===//
13
namespace
clang
{
namespace
22
#include "
clang
/Driver/CC1AsOptions.inc"
CC1Options.h
1
//===--- CC1Options.h -
Clang
CC1 Options Table -----------------*- C++ -*-===//
13
namespace
clang
{
namespace
22
#include "
clang
/Driver/CC1Options.inc"
Makefile
9
$(Echo) "Building
Clang
Driver Option tables with tblgen"
13
$(Echo) "Building
Clang
CC1 Option tables with tblgen"
17
$(Echo) "Building
Clang
CC1 Assembler Option tables with tblgen"
Util.h
13
#include "
clang
/Basic/LLVM.h"
15
namespace
clang
{
namespace
26
} // end namespace
clang
/external/clang/include/clang/Index/
Entity.h
18
#include "
clang
/Basic/LLVM.h"
24
namespace
clang
{
namespace
121
} // namespace
clang
127
struct DenseMapInfo<
clang
::idx::Entity> {
128
static inline
clang
::idx::Entity getEmptyKey() {
129
return
clang
::idx::Entity::getEmptyMarker();
132
static inline
clang
::idx::Entity getTombstoneKey() {
133
return
clang
::idx::Entity::getTombstoneMarker();
136
static unsigned getHashValue(
clang
::idx::Entity);
139
isEqual(
clang
::idx::Entity LHS, clang::idx::Entity RHS)
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h
13
#include "
clang
/Basic/LLVM.h"
15
namespace
clang
{
namespace
41
} // end namespace
clang
/external/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistration.h
13
#include "
clang
/Basic/LLVM.h"
16
namespace
clang
{
namespace
31
} // end namespace
clang
/external/clang/lib/AST/
ASTConsumer.cpp
14
#include "
clang
/AST/ASTConsumer.h"
15
#include "
clang
/AST/DeclGroup.h"
16
using namespace
clang
;
/external/clang/lib/Index/
Handlers.cpp
14
#include "
clang
/Index/Handlers.h"
15
#include "
clang
/Index/Entity.h"
16
using namespace
clang
;
IndexProvider.cpp
14
#include "
clang
/Index/IndexProvider.h"
15
#include "
clang
/Index/Entity.h"
16
using namespace
clang
;
/external/clang/lib/Rewrite/
FrontendActions.cpp
10
#include "
clang
/Rewrite/FrontendActions.h"
11
#include "
clang
/AST/ASTConsumer.h"
12
#include "
clang
/Lex/Preprocessor.h"
13
#include "
clang
/Parse/Parser.h"
14
#include "
clang
/Basic/FileManager.h"
15
#include "
clang
/Frontend/CompilerInstance.h"
16
#include "
clang
/Frontend/FrontendDiagnostic.h"
17
#include "
clang
/Frontend/Utils.h"
18
#include "
clang
/Rewrite/ASTConsumers.h"
19
#include "
clang
/Rewrite/FixItRewriter.h
[
all
...]
HTMLPrint.cpp
14
#include "
clang
/Rewrite/ASTConsumers.h"
15
#include "
clang
/AST/ASTConsumer.h"
16
#include "
clang
/AST/ASTContext.h"
17
#include "
clang
/AST/Decl.h"
18
#include "
clang
/Basic/Diagnostic.h"
19
#include "
clang
/Basic/FileManager.h"
20
#include "
clang
/Basic/SourceManager.h"
21
#include "
clang
/Lex/Preprocessor.h"
22
#include "
clang
/Rewrite/HTMLRewrite.h"
23
#include "
clang
/Rewrite/Rewriter.h
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
ClangCheckers.cpp
10
#include "
clang
/StaticAnalyzer/Checkers/ClangCheckers.h"
11
#include "
clang
/StaticAnalyzer/Core/CheckerRegistry.h"
23
using namespace
clang
;
/external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp
14
#include "
clang
/StaticAnalyzer/Frontend/CheckerRegistration.h"
15
#include "
clang
/StaticAnalyzer/Frontend/FrontendActions.h"
16
#include "
clang
/StaticAnalyzer/Checkers/ClangCheckers.h"
17
#include "
clang
/StaticAnalyzer/Core/CheckerManager.h"
18
#include "
clang
/StaticAnalyzer/Core/CheckerOptInfo.h"
19
#include "
clang
/StaticAnalyzer/Core/CheckerRegistry.h"
20
#include "
clang
/Frontend/AnalyzerOptions.h"
21
#include "
clang
/Frontend/FrontendDiagnostic.h"
22
#include "
clang
/Basic/Diagnostic.h"
29
using namespace
clang
;
[
all
...]
FrontendActions.cpp
10
#include "
clang
/StaticAnalyzer/Frontend/FrontendActions.h"
11
#include "
clang
/Frontend/CompilerInstance.h"
13
using namespace
clang
;
/external/clang/test/Driver/
Xarch.c
1
// RUN: %
clang
-ccc-host-triple i386-apple-darwin9 -m32 -Xarch_i386 -O2 %s -S -### 2> %t.log
3
// RUN: %
clang
-ccc-host-triple i386-apple-darwin9 -m64 -Xarch_i386 -O2 %s -S -### 2> %t.log
6
// RUN: not %
clang
-ccc-host-triple i386-apple-darwin9 -m32 -Xarch_i386 -o -Xarch_i386 -S %s -S -Xarch_i386 -o 2> %t.log
cpath.c
3
// RUN: env CPATH=%T/test1 %
clang
-x c -E -v %s 2>&1 | FileCheck %s -check-prefix=CPATH
8
// RUN: env OBJC_INCLUDE_PATH=%T/test1 OBJCPLUS_INCLUDE_PATH=%T/test1 CPLUS_INCLUDE_PATH=%T/test1 C_INCLUDE_PATH=%T/test2 %
clang
-x c -E -v %s 2>&1 | FileCheck %s -check-prefix=C_INCLUDE_PATH
15
// RUN: env OBJC_INCLUDE_PATH=%T/test1 OBJCPLUS_INCLUDE_PATH=%T/test2 CPLUS_INCLUDE_PATH=%T/test2 C_INCLUDE_PATH=%T/test1 %
clang
-x objective-c++ -E -v %s 2>&1 | FileCheck %s -check-prefix=OBJCPLUS_INCLUDE_PATH
darwin-as.c
1
// RUN: %
clang
-ccc-host-triple i386-apple-darwin10 -### -x assembler -c %s -static -dynamic 2>%t
6
// RUN: %
clang
-ccc-host-triple x86_64-apple-darwin10 -### -x assembler -c %s -static 2>%t
11
// RUN: %
clang
-ccc-host-triple x86_64-apple-darwin10 -### \
sysroot.c
2
// RUN: %
clang
-ccc-host-triple i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
8
// RUN: %
clang
-ccc-host-triple i386-apple-darwin10 \
15
// RUN: %
clang
-ccc-host-triple i386-apple-darwin10 \
/external/clang/test/PCH/
pr4489.c
1
// RUN: %
clang
-x c-header -o %t.pch %s
3
// RUN: %
clang
-include %t -x c %t.empty.c -emit-llvm -S -o -
5
// FIXME: This test is forcibly disabled, it is flaky on the
clang
-i686-xp-msvc9
/external/clang/test/SemaCXX/
attr-weakref.cpp
11
// gcc rejects,
clang
accepts
17
// gcc warns,
clang
rejects
22
// both gcc and
clang
reject
/external/clang/unittests/
CMakeLists.txt
7
# Will compile the list of files together and link against the
clang
31
set_target_properties(${test_name}Tests PROPERTIES FOLDER "
Clang
tests")
35
set_target_properties(ClangUnitTests PROPERTIES FOLDER "
Clang
tests")
/external/clang/utils/C++Tests/LLVM-Code-Symbols/
check-symbols
27
clang
= sys.argv[1]
34
clang_args = [
clang
] + flags + ["-emit-llvm","-c","-o","-"]
49
tofile="
clang
symbols"):
/external/clang/www/demo/
what is this directory.txt
1
This is for the LLVM+
Clang
browser based demo.
2
It is supposed to work like the LLVM+GCC demo here: http://llvm.org/demo/ but for the BSD licensed
Clang
instead.
15
Try
Clang
/frameworks/compile/libbcc/lib/ScriptCRT/
build_clcore.sh
10
clang_header_path=../../../../../external/
clang
/lib/Headers
12
clang
-ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc
17
clang
-ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc
Completed in 624 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>