OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
1176 - 1200
of
15538
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/clang/lib/Frontend/
CodeGenOptions.cpp
10
#include "
clang
/Frontend/CodeGenOptions.h"
13
namespace
clang
{
namespace
18
#include "
clang
/Frontend/CodeGenOptions.def"
32
} // end namespace
clang
/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
;
30
#include "
clang
/StaticAnalyzer/Checkers/Checkers.inc"
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIChecker.h
24
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
25
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
27
namespace
clang
{
namespace
60
void checkDoubleNonblocking(const
clang
::ento::CallEvent &PreCallEvent,
61
clang
::ento::CheckerContext &Ctx) const;
69
void checkUnmatchedWaits(const
clang
::ento::CallEvent &PreCallEvent,
70
clang
::ento::CheckerContext &Ctx) const;
75
void checkMissingWaits(
clang
::ento::SymbolReaper &SymReaper,
76
clang
::ento::CheckerContext &Ctx) const;
88
llvm::SmallVector<const
clang
::ento::MemRegion *, 2> &ReqRegions
[
all
...]
/external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp
10
#include "
clang
/StaticAnalyzer/Frontend/FrontendActions.h"
11
#include "
clang
/StaticAnalyzer/Frontend/AnalysisConsumer.h"
12
#include "
clang
/StaticAnalyzer/Frontend/ModelConsumer.h"
13
using namespace
clang
;
/external/clang/test/ARCMT/
driver-migrate.m
1
// RUN: %
clang
-### -ccc-arcmt-migrate /foo/bar -fsyntax-only %s 2>&1 | FileCheck %s
6
// RUN: %
clang
-ccc-arcmt-check -target i386-apple-darwin9 -### %t.o 2> %t.log
8
// RUN: %
clang
-ccc-arcmt-migrate /foo/bar -target i386-apple-darwin9 -### %t.o 2> %t.log
14
// RUN: %
clang
-### -ccc-arcmt-migrate /foo/bar -fsyntax-only -fno-objc-arc %s 2>&1 | FileCheck -check-prefix=CHECK-NOARC %s
/external/clang/test/Analysis/
virtualcall.h
2
#pragma
clang
system_header
/external/clang/test/CodeGen/
2010-02-18-Dbg-VectorType.c
1
// RUN: %
clang
-emit-llvm -S -O0 -g %s -o - | grep DW_TAG_typedef | grep float4
asm-unicode.S
1
// RUN: %
clang
-S %s -o - | FileCheck %s
branch-on-bool.c
1
// RUN: %
clang
%s -O0 -emit-llvm -S -o - | FileCheck %s
builtin-nan-legacy.c
1
// RUN: %
clang
-target mipsel-unknown-linux -mnan=legacy -emit-llvm -S %s -o - | FileCheck %s
fp128_complex.c
1
// RUN: %
clang
-target aarch64-linux-gnuabi %s -S -emit-llvm -o - | FileCheck %s
lifetime.c
1
// RUN: %
clang
-S -emit-llvm -o - -O0 %s | FileCheck %s -check-prefix=O0
2
// RUN: %
clang
-S -emit-llvm -o - -O1 %s | FileCheck %s -check-prefix=O1
3
// RUN: %
clang
-S -emit-llvm -o - -O2 %s | FileCheck %s -check-prefix=O2
4
// RUN: %
clang
-S -emit-llvm -o - -O3 %s | FileCheck %s -check-prefix=O3
mbackchain-2.c
1
// RUN: %
clang
-mbackchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
mbackchain-3.c
1
// RUN: %
clang
-mno-backchain --target=s390x-linux -S -emit-llvm -o - %s | FileCheck %s
mips64-f128-literal.c
1
// RUN: %
clang
-target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
mips64-nontrivial-return.cpp
1
// RUN: %
clang
-target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s
split-debug-filename.c
1
// RUN: %
clang
-target x86_64-linux-gnu -gsplit-dwarf -S -emit-llvm -o - %s | FileCheck %s
/external/clang/test/CodeGenCXX/
apple-kext-guard-variable.cpp
1
// RUN: %
clang
-target x86_64-apple-darwin10 -S -o %t.s -mkernel -Xclang -verify %s
debug-info-ctor.cpp
1
// RUN: %
clang
-emit-llvm -g -S %s -o - | FileCheck %s
debug-info-ctor2.cpp
2
// RUN: %
clang
-Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep AT_explicit
debug-info-fn-template.cpp
1
// RUN: %
clang
-emit-llvm -g -S %s -o - | FileCheck %s
debug-info-member.cpp
2
// RUN: %
clang
-Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_ACCESS_public
debug-info-method-spec.cpp
2
// RUN: %
clang
-Xclang -triple=%itanium_abi_triple -fverbose-asm -g -S %s -o - | grep DW_AT_specification
debug-info-this.cpp
1
// RUN: %
clang
-emit-llvm -g -S %s -o - | FileCheck %s
/external/clang/test/CodeGenObjC/
2009-02-05-VolatileProp.m
1
// RUN: %
clang
-fexceptions -S -emit-llvm %s -o /dev/null -pedantic-errors
Completed in 676 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>