OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
4351 - 4375
of
15538
) sorted by null
<<
171
172
173
174
175
176
177
178
179
180
>>
/external/clang/lib/Frontend/
TestModuleFileExtension.cpp
10
#include "
clang
/Frontend/FrontendDiagnostic.h"
11
#include "
clang
/Serialization/ASTReader.h"
16
using namespace
clang
;
17
using namespace
clang
::serialization;
/external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp
15
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
16
#include "
clang
/Basic/Builtins.h"
17
#include "
clang
/Lex/Lexer.h"
19
using namespace
clang
;
LoopWidening.cpp
17
#include "
clang
/StaticAnalyzer/Core/PathSensitive/LoopWidening.h"
19
using namespace
clang
;
36
namespace
clang
{
namespace
68
} // end namespace
clang
/external/clang/lib/StaticAnalyzer/Frontend/
ModelInjector.h
11
/// \brief This file defines the
clang
::ento::ModelInjector class which implements the
12
///
clang
::CodeInjector interface. This class is responsible for injecting
27
#include "
clang
/Analysis/CodeInjector.h"
34
namespace
clang
{
namespace
/external/clang/lib/Tooling/
RefactoringCallbacks.cpp
12
#include "
clang
/Lex/Lexer.h"
13
#include "
clang
/Tooling/RefactoringCallbacks.h"
15
namespace
clang
{
namespace
81
} // end namespace
clang
/external/clang/test/Analysis/
crash-trace.c
18
// CHECK: 0. Program arguments: {{.*}}
clang
disable-all-checks.c
3
// RUN: %
clang
--analyze -Xanalyzer -analyzer-disable-all-checks -Xclang -verify %s
/external/clang/test/CXX/conv/conv.prom/
p2.cpp
8
// are quite consistent across all platforms where
clang
runs.
/external/clang/test/CodeGen/
asm-errors.c
5
// RUN: not %
clang
-target i386-apple-darwin10 -fembed-bitcode -c %s -o /dev/null 2>&1 | \
complex-init-list.c
3
// This file tests the
clang
extension which allows initializing the components
debug-info-file-change.c
1
// RUN: %
clang
-emit-llvm -S -g %s -o - | FileCheck %s
debug-info-gline-tables-only.c
2
// Checks that
clang
with "-gline-tables-only" doesn't emit debug info
libcalls-d.c
9
//
clang
doesn't support this yet.
mmx-inline-asm.c
1
// RUN: %
clang
-mmmx -target i386-unknown-unknown -emit-llvm -S %s -o - | FileCheck %s
ppc-sfvarargs.c
1
// RUN: %
clang
-O0 --target=powerpc-unknown-linux-gnu -EB -msoft-float -S -emit-llvm %s -o - | FileCheck %s
/external/clang/test/CodeGenCXX/
attr-used.cpp
3
// <rdar://problem/8684363>:
clang
++ not respecting __attribute__((used)) on destructors
debug-info-gline-tables-only.cpp
2
// Checks that
clang
with "-gline-tables-only" doesn't emit debug info
/external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m
1
// RUN: %
clang
-fexceptions -fobjc-exceptions -S -emit-llvm %s -o /dev/null
instance-method-metadata.m
7
/** The problem looks like
clang
getting confused when a single translation unit
/external/clang/test/CodeGenObjCXX/
debug-info.mm
3
// This test passes if
clang
doesn't crash.
/external/clang/test/CoverageMapping/
comment-in-macro.c
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s | FileCheck %s
control-flow-macro.c
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s | FileCheck %s
implicit-def-in-macro.m
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -triple x86_64-apple-darwin -fobjc-runtime=macosx-10.10.0 -fblocks -fobjc-arc %s | FileCheck %s
lambda.cpp
1
// RUN: %clang_cc1 -x c++ -std=c++11 -triple %itanium_abi_triple -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s -main-file-name lambda.cpp | FileCheck %s
logical.cpp
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name logical.cpp %s | FileCheck %s
Completed in 856 milliseconds
<<
171
172
173
174
175
176
177
178
179
180
>>