OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
876 - 900
of
15538
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
DiagnosticsYaml.h
19
#include "
clang
/Tooling/Core/Diagnostic.h"
20
#include "
clang
/Tooling/ReplacementsYaml.h"
24
LLVM_YAML_IS_SEQUENCE_VECTOR(
clang
::tooling::Diagnostic)
29
template <> struct MappingTraits<
clang
::tooling::Diagnostic> {
35
: DiagLevel(
clang
::tooling::Diagnostic::Level::Warning) {}
37
NormalizedDiagnostic(const IO &, const
clang
::tooling::Diagnostic &D)
42
clang
::tooling::Diagnostic denormalize(const IO &) {
43
return
clang
::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48
clang
::tooling::DiagnosticMessage Message;
49
llvm::StringMap<
clang
::tooling::Replacements> Fix
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
DiagnosticsYaml.h
19
#include "
clang
/Tooling/Core/Diagnostic.h"
20
#include "
clang
/Tooling/ReplacementsYaml.h"
24
LLVM_YAML_IS_SEQUENCE_VECTOR(
clang
::tooling::Diagnostic)
29
template <> struct MappingTraits<
clang
::tooling::Diagnostic> {
35
: DiagLevel(
clang
::tooling::Diagnostic::Level::Warning) {}
37
NormalizedDiagnostic(const IO &, const
clang
::tooling::Diagnostic &D)
42
clang
::tooling::Diagnostic denormalize(const IO &) {
43
return
clang
::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48
clang
::tooling::DiagnosticMessage Message;
49
llvm::StringMap<
clang
::tooling::Replacements> Fix
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
DiagnosticsYaml.h
19
#include "
clang
/Tooling/Core/Diagnostic.h"
20
#include "
clang
/Tooling/ReplacementsYaml.h"
24
LLVM_YAML_IS_SEQUENCE_VECTOR(
clang
::tooling::Diagnostic)
29
template <> struct MappingTraits<
clang
::tooling::Diagnostic> {
35
: DiagLevel(
clang
::tooling::Diagnostic::Level::Warning) {}
37
NormalizedDiagnostic(const IO &, const
clang
::tooling::Diagnostic &D)
42
clang
::tooling::Diagnostic denormalize(const IO &) {
43
return
clang
::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48
clang
::tooling::DiagnosticMessage Message;
49
llvm::StringMap<
clang
::tooling::Replacements> Fix
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
DiagnosticsYaml.h
19
#include "
clang
/Tooling/Core/Diagnostic.h"
20
#include "
clang
/Tooling/ReplacementsYaml.h"
24
LLVM_YAML_IS_SEQUENCE_VECTOR(
clang
::tooling::Diagnostic)
29
template <> struct MappingTraits<
clang
::tooling::Diagnostic> {
35
: DiagLevel(
clang
::tooling::Diagnostic::Level::Warning) {}
37
NormalizedDiagnostic(const IO &, const
clang
::tooling::Diagnostic &D)
42
clang
::tooling::Diagnostic denormalize(const IO &) {
43
return
clang
::tooling::Diagnostic(DiagnosticName, Message, Fix, Notes,
48
clang
::tooling::DiagnosticMessage Message;
49
llvm::StringMap<
clang
::tooling::Replacements> Fix
[
all
...]
/external/clang/bindings/python/tests/cindex/INPUTS/
compile_commands.json
4
"command": "
clang
++ -o project.o -c /home/john.doe/MyProject/project.cpp",
9
"command": "
clang
++ -o project2.o -c /home/john.doe/MyProject/project2.cpp",
14
"command": "
clang
++ -DFEATURE=1 -o project2-feature.o -c /home/john.doe/MyProject/project2.cpp",
/external/clang/bindings/python/tests/cindex/
test_access_specifiers.py
2
from
clang
.cindex import AccessSpecifier
3
from
clang
.cindex import Cursor
4
from
clang
.cindex import TranslationUnit
/external/clang/include/clang/Basic/
DiagnosticCategories.h
13
namespace
clang
{
namespace
18
#include "
clang
/Basic/DiagnosticGroups.inc"
24
} // end namespace
clang
/external/clang/lib/Analysis/
Dominators.cpp
1
//=- Dominators.cpp - Implementation of dominators tree for
Clang
CFG C++ -*-=//
10
#include "
clang
/Analysis/Analyses/Dominators.h"
12
using namespace
clang
;
/external/clang/test/CodeGen/
dwarf-version.c
1
// RUN: %
clang
-target x86_64-linux-gnu -gdwarf-2 -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2
2
// RUN: %
clang
-target x86_64-linux-gnu -gdwarf-3 -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER3
3
// RUN: %
clang
-target x86_64-linux-gnu -gdwarf-4 -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4
4
// RUN: %
clang
-target x86_64-linux-gnu -gdwarf-5 -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER5
5
// RUN: %
clang
-target x86_64-linux-gnu -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4
6
// RUN: %
clang
-target x86_64-linux-gnu -gdwarf -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER4
7
// RUN: %
clang
-target x86_64-apple-darwin -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2
8
// RUN: %
clang
-target powerpc-unknown-openbsd -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2
9
// RUN: %
clang
-target powerpc-unknown-freebsd -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER2
10
// RUN: %
clang
-target i386-pc-solaris -g -S -emit-llvm -o - %s | FileCheck %s --check-prefix=VER
[
all
...]
/external/clang/test/CodeGenObjC/
prop-metadata-gnu.m
1
// RUN: %
clang
-S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gcc | FileCheck --check-prefix=GCC %s
2
// RUN: %
clang
-S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.5 | FileCheck --check-prefix=GCC %s
3
// RUN: %
clang
-S -emit-llvm %s -o - -x objective-c -fobjc-runtime=gnustep-1.6 | FileCheck --check-prefix=GNUSTEP %s
/external/clang/test/Driver/
Xarch.c
1
// RUN: %
clang
-target i386-apple-darwin9 -m32 -Xarch_i386 -O2 %s -S -### 2> %t.log
3
// RUN: %
clang
-target i386-apple-darwin9 -m64 -Xarch_i386 -O2 %s -S -### 2> %t.log
6
// RUN: not %
clang
-target i386-apple-darwin9 -m32 -Xarch_i386 -o -Xarch_i386 -S %s -S -Xarch_i386 -o 2> %t.log
appletvos-version-min.c
3
// RUN: %
clang
-target i386-apple-darwin10 -mappletvsimulator-version-min=9.0 -arch x86_64 -S -o - %s | FileCheck %s
4
// RUN: %
clang
-target armv7s-apple-darwin10 -mappletvos-version-min=9.0 -arch arm64 -S -o - %s | FileCheck %s
5
// RUN: env TVOS_DEPLOYMENT_TARGET=9.0 %
clang
-isysroot SDKs/MacOSX10.9.sdk -target i386-apple-darwin10 -arch x86_64 -S -o - %s | FileCheck %s
arm-float-abi.c
1
// RUN: not %
clang
%s -target armv7-apple-ios -mfloat-abi=hard 2>&1 | FileCheck -check-prefix=ARMV7-ERROR %s
2
// RUN: %
clang
%s -target armv7-apple-ios -mfloat-abi=softfp -### 2>&1 | FileCheck -check-prefix=NOERROR %s
3
// RUN: %
clang
%s -arch armv7 -target thumbv7-apple-darwin-eabi -mfloat-abi=hard -### 2>&1 | FileCheck -check-prefix=NOERROR %s
arm-long-calls.c
1
// RUN: %
clang
-target armv7-eabi -### %s 2>&1 \
4
// RUN: %
clang
-target armv7-eabi -### -mlong-calls %s 2>&1 \
7
// RUN: %
clang
-target armv7-eabi -### -mlong-calls -mno-long-calls %s 2>&1 \
arm-no-movt.c
1
// RUN: %
clang
-target armv7-apple-darwin -### %s 2>&1 \
4
// RUN: %
clang
-target armv7-apple-darwin -mkernel -### %s 2>&1 \
7
// RUN: %
clang
-target armv7-none-gnueabi -mno-movt -### %s 2>&1 \
clang-g-opts.c
1
// RUN: %
clang
-### -S %s 2>&1 | FileCheck --check-prefix=CHECK-WITHOUT-G %s
2
// RUN: %
clang
-### -S %s -g -target x86_64-linux-gnu 2>&1 \
6
// RUN: %
clang
-### -S %s -g -target x86_64-apple-darwin 2>&1 \
8
// RUN: %
clang
-### -S %s -g -target i686-pc-openbsd 2>&1 \
10
// RUN: %
clang
-### -S %s -g -target x86_64-pc-freebsd10.0 2>&1 \
14
// RUN: %
clang
-### -S %s -g0 2>&1 | FileCheck --check-prefix=CHECK-WITHOUT-G %s
17
// RUN: %
clang
-### -S %s -g -g0 2>&1 | FileCheck --check-prefix=CHECK-WITHOUT-G %s
22
// RUN: %
clang
-### -S %s -g0 -g -target x86_64-linux-gnu 2>&1 \
24
// RUN: %
clang
-### -S %s -g0 -g -target x86_64-apple-darwin 2>&1 \
26
// RUN: %
clang
-### -S %s -g0 -g -target i686-pc-openbsd 2>&1
[
all
...]
compress.c
1
// RUN: %
clang
-### -c -integrated-as -Wa,-compress-debug-sections %s 2>&1 | FileCheck --check-prefix=COMPRESS_DEBUG %s
2
// RUN: %
clang
-### -c -integrated-as -Wa,--compress-debug-sections %s 2>&1 | FileCheck --check-prefix=COMPRESS_DEBUG %s
7
// RUN: %
clang
-### -c -integrated-as -Wa,--compress-debug-sections -Wa,--nocompress-debug-sections %s 2>&1 | FileCheck --check-prefix=NOCOMPRESS_DEBUG %s
cuda-simple.cu
3
// RUN: %
clang
-nocudainc -Werror -fsyntax-only -c %s
7
// RUN: %
clang
-Werror -### -save-temps -c %s 2>&1 | FileCheck %s
15
// RUN: %
clang
-Werror -fsyntax-only -x cuda-cpp-output -c %s
fsjlj-exceptions.c
1
// RUN: %
clang
-target armv7-apple-ios -fexceptions -c %s -o /dev/null -### 2>&1 | FileCheck -check-prefix CHECK-IOS %s
2
// RUN: %
clang
-target i686-windows-gnu -fexceptions -c %s -o /dev/null -### 2>&1 | FileCheck -check-prefix CHECK-MINGW-DEFAULT %s
3
// RUN: %
clang
-target i686-windows-gnu -fexceptions -fsjlj-exceptions -c %s -o /dev/null -### 2>&1 | FileCheck -check-prefix CHECK-MINGW-SJLJ %s
mingw-libgcc.c
5
// RUN: %
clang
-v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
6
// RUN: %
clang
-static -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
7
// RUN: %
clang
-static-libgcc -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
8
// RUN: %
clang
-static -shared -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
9
// RUN: %
clang
-static-libgcc -shared -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
12
// RUN: %
clang
-shared -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_DYNAMIC %s
15
// RUN: %
clang
-static --driver-mode=g++ -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
16
// RUN: %
clang
-static-libgcc --driver-mode=g++ -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
17
// RUN: %
clang
-static -shared --driver-mode=g++ -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s
18
// RUN: %
clang
-static-libgcc -shared --driver-mode=g++ -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck - (…)
[
all
...]
ps4-header-search.c
3
// RUN: env SCE_ORBIS_SDK_DIR=%S/Inputs/scei-ps4_tree %
clang
-target x86_64-scei-ps4 -E -v %s 2>&1 | FileCheck %s --check-prefix=ENVPS4
7
// RUN: %
clang
-isysroot %S/Inputs/scei-ps4_tree -target x86_64-scei-ps4 -E -v %s 2>&1 | FileCheck %s --check-prefix=SYSROOTPS4
8
// SYSROOTPS4: "{{[^"]*}}
clang
{{[^"]*}}"
systemz-as.s
3
// RUN: %
clang
-target s390x-ibm-linux -### -c %s 2>&1 \
6
// RUN: %
clang
-target s390x-ibm-linux -integrated-as -### -c %s 2>&1 \
10
// RUN: %
clang
-target s390x-ibm-linux -no-integrated-as -### -c %s 2>&1 \
warning-options.cpp
1
// RUN: %
clang
-### -Wlarge-by-value-copy %s 2>&1 | FileCheck -check-prefix=LARGE_VALUE_COPY_DEFAULT %s
3
// RUN: %
clang
-### -Wlarge-by-value-copy=128 %s 2>&1 | FileCheck -check-prefix=LARGE_VALUE_COPY_JOINED %s
7
// RUN: %
clang
-### -c -target i386-apple-darwin10 -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-ISYSROOT %s
wasm-toolchain.c
1
// A basic
clang
-cc1 command-line. WebAssembly is somewhat special in
5
// RUN: %
clang
%s -### -no-canonical-prefixes -target wasm32-unknown-unknown 2>&1 | FileCheck -check-prefix=CC1 %s
6
// CC1:
clang
{{.*}} "-cc1" "-triple" "wasm32-unknown-unknown" {{.*}} "-fvisibility" "hidden" {{.*}} "-ffunction-sections" "-fdata-sections"
11
// RUN: %
clang
%s -### -target wasm32-unknown-unknown -fno-function-sections 2>&1 | FileCheck -check-prefix=NO_FUNCTION_SECTIONS %s
17
// RUN: %
clang
%s -### -target wasm32-unknown-unknown -fno-data-sections 2>&1 | FileCheck -check-prefix=NO_DATA_SECTIONS %s
23
// RUN: %
clang
%s -### -target wasm32-unknown-unknown -fvisibility=default 2>&1 | FileCheck -check-prefix=FVISIBILITY_DEFAULT %s
28
// RUN: %
clang
-### -no-canonical-prefixes -target wasm32-unknown-unknown --sysroot=/foo %s 2>&1 | FileCheck -check-prefix=LINK %s
29
// LINK:
clang
{{.*}}" "-cc1" {{.*}} "-o" "[[temp:[^"]*]]"
35
// RUN: %
clang
-### -O2 -no-canonical-prefixes -target wasm32-unknown-unknown --sysroot=/foo %s 2>&1 | FileCheck -check-prefix=LINK_OPT %s
36
// LINK_OPT:
clang
{{.*}}" "-cc1" {{.*}} "-o" "[[temp:[^"]*]]
[
all
...]
/external/clang/test/Frontend/
ast-main.cpp
1
// RUN: %
clang
-emit-llvm -S -o %t1.ll -x c++ - < %s
2
// RUN: %
clang
-fno-delayed-template-parsing -emit-ast -o %t.ast %s
3
// RUN: %
clang
-emit-llvm -S -o %t2.ll -x ast - < %t.ast
Completed in 805 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>