OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
3476 - 3500
of
15538
) sorted by null
<<
131
132
133
134
135
136
137
138
139
140
>>
/external/clang/lib/Frontend/
DependencyGraph.cpp
15
#include "
clang
/Frontend/Utils.h"
16
#include "
clang
/Basic/FileManager.h"
17
#include "
clang
/Basic/SourceManager.h"
18
#include "
clang
/Frontend/FrontendDiagnostic.h"
19
#include "
clang
/Lex/PPCallbacks.h"
20
#include "
clang
/Lex/Preprocessor.h"
25
using namespace
clang
;
62
void
clang
::AttachDependencyGraphGen(Preprocessor &PP, StringRef OutputFile,
HeaderIncludeGen.cpp
10
#include "
clang
/Frontend/DependencyOutputOptions.h"
11
#include "
clang
/Frontend/Utils.h"
12
#include "
clang
/Basic/SourceManager.h"
13
#include "
clang
/Frontend/FrontendDiagnostic.h"
14
#include "
clang
/Lex/Preprocessor.h"
17
using namespace
clang
;
79
void
clang
::AttachHeaderIncludeGen(Preprocessor &PP,
92
PP.getDiagnostics().Report(
clang
::diag::warn_fe_cc_print_header_failure)
/external/clang/lib/Serialization/
ModuleFileExtension.cpp
9
#include "
clang
/Serialization/ModuleFileExtension.h"
12
using namespace
clang
;
/external/clang/lib/StaticAnalyzer/Checkers/
AllocationDiagnostics.h
17
#include "
clang
/StaticAnalyzer/Core/AnalyzerOptions.h"
19
namespace
clang
{ namespace ento {
namespace
AnalyzerStatsChecker.cpp
12
#include "
clang
/AST/DeclObjC.h"
13
#include "
clang
/Basic/SourceManager.h"
14
#include "
clang
/StaticAnalyzer/Core/BugReporter/BugReporter.h"
15
#include "
clang
/StaticAnalyzer/Core/Checker.h"
16
#include "
clang
/StaticAnalyzer/Core/CheckerManager.h"
17
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
18
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
24
using namespace
clang
;
ChrootChecker.cpp
15
#include "
clang
/StaticAnalyzer/Core/BugReporter/BugType.h"
16
#include "
clang
/StaticAnalyzer/Core/Checker.h"
17
#include "
clang
/StaticAnalyzer/Core/CheckerManager.h"
18
#include "
clang
/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
19
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
20
#include "
clang
/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
21
#include "
clang
/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"
24
using namespace
clang
;
/external/clang/lib/StaticAnalyzer/Core/
CommonBugCategories.cpp
10
#include "
clang
/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h"
13
namespace
clang
{ namespace ento { namespace categories {
namespace
/external/clang/test/Analysis/
retain-release-cf-audited.m
7
#pragma
clang
arc_cf_code_audited begin
13
#pragma
clang
arc_cf_code_audited end
/external/clang/test/CodeGen/
extern-inline.c
1
// RUN: %
clang
-target i386-unknown-unknown -S -emit-llvm -std=gnu89 -o - %s | FileCheck %s
2
// RUN: %
clang
-target i386-unknown-unknown -S -emit-llvm -fgnu89-inline -o - %s | FileCheck %s
lifetime-asan.c
1
// RUN: %
clang
-target x86_64-linux-gnu -S -emit-llvm -o - -O0 %s | FileCheck %s -check-prefix=CHECK-O0
2
// RUN: %
clang
-target x86_64-linux-gnu -S -emit-llvm -o - -O0 \
mips-vector-return.c
1
// RUN: %
clang
-target mipsel-unknown-linux -O3 -S -o - -emit-llvm %s | FileCheck %s -check-prefix=O32
2
// RUN: %
clang
-target mips64el-unknown-linux -O3 -S -mabi=n64 -o - -emit-llvm %s | FileCheck %s -check-prefix=N64
sparc-arguments.c
5
// only by
clang
, and is not manifest in the LLVM-type. So, it must be
8
// structs with tail-padding:
clang
emits these as packed llvm-structs
split-stacks.c
1
// RUN: %
clang
-target x86_64-linux-gnu -fsplit-stack -S %s -emit-llvm -o - | FileCheck -check-prefix=CHECK-SEGSTK %s
2
// RUN: %
clang
-target x86_64-linux-gnu -S %s -emit-llvm -o - | FileCheck -check-prefix=CHECK-NOSEGSTK %s
/external/clang/test/CodeGenObjCXX/
blocks.mm
74
#pragma
clang
assume_nonnull begin
76
#pragma
clang
assume_nonnull end
/external/clang/test/CoverageMapping/
unused_names.c
1
// RUN: %clang_cc1 -fprofile-instrument=
clang
-fcoverage-mapping -emit-llvm -main-file-name unused_names.c -o - %s > %t
17
#pragma
clang
system_header
/external/clang/test/Driver/
cc-log-diagnostics.c
4
// RUN: %
clang
-Wfoobar -no-canonical-prefixes -target x86_64-apple-darwin10 -fsyntax-only %s
13
// CHECK: <string>{{.*}}
clang
{{.*}}-fsyntax-only{{.*}}</string>
cloudabi.c
1
// RUN: %
clang
%s -### -target x86_64-unknown-cloudabi 2>&1 | FileCheck %s -check-prefix=SAFESTACK
5
// RUN: %
clang
%s -### -target x86_64-unknown-cloudabi -fno-sanitize=safe-stack 2>&1 | FileCheck %s -check-prefix=NOSAFESTACK
crash-report-header.h
3
// RUN: not env TMPDIR="%t" TEMP="%t" TMP="%t" RC_DEBUG_OPTIONS=1 %
clang
-fsyntax-only %s 2>&1 | FileCheck %s
11
#pragma
clang
__debug parser_crash
msc-version.c
5
// RUN: %
clang
-target i686-windows -fms-compatibility -fms-compatibility-version=14 -dM -E - </dev/null -o - | FileCheck %s -check-prefix CHECK-MSC-VERSION-MAJOR
11
// RUN: %
clang
-target i686-windows -fms-compatibility -fms-compatibility-version=15.00 -dM -E - </dev/null -o - | FileCheck %s -check-prefix CHECK-MSC-VERSION-MAJOR-MINOR
17
// RUN: %
clang
-target i686-windows -fms-compatibility -fms-compatibility-version=15.00.20706 -dM -E - </dev/null -o - | FileCheck %s -check-prefix CHECK-MSC-VERSION-MAJOR-MINOR-BUILD
23
// RUN: %
clang
-target i686-windows -fms-compatibility -fms-compatibility-version=15.00.20706.01 -dM -E - </dev/null -o - | FileCheck %s -check-prefix CHECK-MSC-VERSION-MAJOR-MINOR-BUILD-PATCH
34
// RUN: not %
clang
-target i686-windows -fms-compatibility -fmsc-version=1700 -fms-compatibility-version=17.00.50727.1 -E - </dev/null 2>&1 | FileCheck %s -check-prefix CHECK-BASIC-EXTENDED-DIAGNOSTIC
43
// RUN: %
clang
-### -target i686-windows -fms-compatibility -fmsc-version=17 -E - </dev/null -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-MSC-17
48
// RUN: %
clang
-### -target i686-windows -fms-compatibility -fmsc-version=1600 -E - </dev/null -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-MSC-16
53
// RUN: %
clang
-### -target i686-windows -fms-compatibility -fmsc-version=150020706 -E - </dev/null -o /dev/null 2>&1 | FileCheck %s -check-prefix CHECK-MSC-15
split-stack-ld.c
3
// RUN: %
clang
-no-canonical-prefixes %s -### -o %t.o 2>&1 \
11
// RUN: %
clang
-no-canonical-prefixes %s -### -o %t.o 2>&1 \
/external/clang/test/Frontend/
rewrite-includes-modules.c
14
// CHECK-NEXT: @import Module; /*
clang
-frewrite-includes: implicit import */{{$}}
21
// CHECK-NEXT: @import Module; /*
clang
-frewrite-includes: implicit import */{{$}}
system-header-prefix.c
1
// RUN: %
clang
--system-header-prefix=libs/ --no-system-header-prefix=libs/mylib/ -I%S/Inputs/SystemHeaderPrefix -Wundef -E %s 2>&1 | FileCheck %s
2
// RUN: %
clang
--system-header-prefix libs/ --no-system-header-prefix libs/mylib/ -I%S/Inputs/SystemHeaderPrefix -Wundef -E %s 2>&1 | FileCheck %s
/external/clang/test/Modules/
fatal-module-loader-error.m
13
#pragma
clang
__debug crash;
19
#pragma
clang
__debug crash;
/external/clang/test/Preprocessor/
cuda-types.cu
5
// RUN: %
clang
--cuda-host-only -nocudainc -target i386-unknown-linux-gnu -x cuda -E -dM -o - /dev/null > %T/i386-host-defines
6
// RUN: %
clang
--cuda-device-only -nocudainc -target i386-unknown-linux-gnu -x cuda -E -dM -o - /dev/null > %T/i386-device-defines
11
// RUN: %
clang
--cuda-host-only -nocudainc -target x86_64-unknown-linux-gnu -x cuda -E -dM -o - /dev/null > %T/x86_64-host-defines
12
// RUN: %
clang
--cuda-device-only -nocudainc -target x86_64-unknown-linux-gnu -x cuda -E -dM -o - /dev/null > %T/x86_64-device-defines
17
// RUN: %
clang
--cuda-host-only -nocudainc -target powerpc64-unknown-linux-gnu -x cuda -E -dM -o - /dev/null > %T/powerpc64-host-defines
18
// RUN: %
clang
--cuda-device-only -nocudainc -target powerpc64-unknown-linux-gnu -x cuda -E -dM -o - /dev/null > %T/powerpc64-device-defines
23
// RUN: %
clang
--cuda-host-only -nocudainc -target nvptx-nvidia-cuda -x cuda -E -dM -o - /dev/null > %T/nvptx-host-defines
24
// RUN: %
clang
--cuda-device-only -nocudainc -target nvptx-nvidia-cuda -x cuda -E -dM -o - /dev/null > %T/nvptx-device-defines
has_attribute.cpp
9
#if __has_cpp_attribute(
clang
::fallthrough)
20
#if __has_cpp_attribute(
clang
::__fallthrough__)
Completed in 711 milliseconds
<<
131
132
133
134
135
136
137
138
139
140
>>