OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
576 - 600
of
15538
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/clang/test/Driver/
darwin-asan-nofortify.c
3
// RUN: %
clang
-fsanitize=address %s -E -dM -target x86_64-darwin | FileCheck %s
default-image-name.c
1
// RUN: %
clang
-target i386-unknown-linux-gnu %s -### 2>&1 | FileCheck -check-prefix=LINUX %s
4
// RUN: %
clang
-target i686-pc-windows-msvc %s -### 2>&1 | FileCheck -check-prefix=WIN %s
5
// RUN: %
clang
-target i686-pc-windows-gnu %s -### 2>&1 | FileCheck -check-prefix=WIN %s
6
// RUN: %
clang
-target i686-windows-gnu %s -### 2>&1 | FileCheck -check-prefix=WIN %s
eabi.c
1
// RUN: %
clang
%s -meabi 4 -### 2>&1 \
3
// RUN: %
clang
%s -meabi 5 -### 2>&1 \
5
// RUN: %
clang
%s -meabi gnu -### 2>&1 \
7
// RUN: not %
clang
%s -meabi unknown 2>&1 \
immediate-options.c
1
// RUN: %
clang
--help | FileCheck %s -check-prefix=HELP
6
// RUN: %
clang
--help-hidden | FileCheck %s -check-prefix=HELP-HIDDEN
9
// RUN: %
clang
-dumpversion | FileCheck %s -check-prefix=DUMPVERSION
12
// RUN: %
clang
-print-search-dirs | FileCheck %s -check-prefix=PRINT-SEARCH-DIRS
mg.c
1
// RUN: %
clang
-M -MG -include nonexistent-preinclude.h %s | FileCheck %s
no-integrated-as.c
1
// RUN: %
clang
-target i386 -### -no-integrated-as -c %s 2>&1 \
6
// RUN: %
clang
-target i386 -### -integrated-as -c %s 2>&1 \
11
// RUN: %
clang
-target i386 -### -c %s 2>&1 | FileCheck %s -check-prefix DEFAULT
15
// RUN: %
clang
-target msp430 -### -c %s 2>&1 \
preprocess-multiple.c
1
// RUN: %
clang
-E %s %s | FileCheck %s
relax.c
1
// RUN: %
clang
-### -c -integrated-as -Wa,--mrelax-relocations=yes %s 2>&1 | FileCheck %s
solaris-opts.c
1
// RUN: %
clang
%s --target=sparc-sun-solaris2.11 -### -o %t.o 2>&1 | FileCheck %s
woa-restrict-it.c
1
// RUN: %
clang
-target armv7-windows -### %s 2>&1 | FileCheck %s
working-directory.c
1
// RUN: %
clang
-### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
x86_m16.c
1
// RUN: %
clang
-target i386 -m16 -### -c %s 2>&1 | FileCheck %s
/external/clang/test/Format/
basic.cpp
1
// RUN: grep -Ev "// *[A-Z-]+:" %s |
clang
-format -style=LLVM \
disable-format.cpp
1
// RUN: grep -Ev "// *[A-Z-]+:" %s |
clang
-format -style=none \
/external/clang/test/Frontend/
iframework.c
1
// RUN: %
clang
-fsyntax-only -iframework %S/Inputs %s -Xclang -verify
/external/clang/test/Index/
pragma-diag-reparse.c
1
#pragma
clang
diagnostic ignored "-Wtautological-compare"
6
#pragma
clang
diagnostic push
7
#pragma
clang
diagnostic ignored "-Wdeprecated-declarations"
9
#pragma
clang
diagnostic pop
/external/clang/test/Misc/
interpreter.c
1
// RUN:
clang
-interpreter %s | FileCheck %s
win32-macho.c
2
// RUN: %
clang
-fsyntax-only -target x86_64-pc-win32-macho %s
/external/clang/test/Preprocessor/
pr13851.c
2
// -Werror to the
clang
invocation. Also check the dependency output, if any.
3
// RUN: %
clang
-Werror -E -M -MF %t-M.d %s
9
// -Werror to the
clang
invocation. Also check the dependency output, if any.
10
// RUN: %
clang
-Werror -E -MM -MF %t-MM.d %s
print_line_count.c
1
/* RUN: %
clang
-E -C -P %s | FileCheck --strict-whitespace %s
/external/clang/test/SemaCXX/
captured-statements.cpp
8
#pragma
clang
__debug captured
17
#pragma
clang
__debug captured
34
#pragma
clang
__debug captured
36
#pragma
clang
__debug captured
45
#pragma
clang
__debug captured
47
#pragma
clang
__debug captured
49
#pragma
clang
__debug captured
57
#pragma
clang
_debug captured
68
#pragma
clang
__debug captured
85
#pragma
clang
_debug capture
[
all
...]
/external/clang/test/SemaObjC/
format-strings-system.h
2
#pragma
clang
system_header
/external/clang/test/Tooling/
clang-check-analyzer.cpp
1
// RUN:
clang
-check -analyze "%s" -- -c 2>&1 | FileCheck %s
clang-check-chdir.cpp
5
// RUN: echo "[{\"directory\":\"%t\",\"command\":\"
clang
-c test.cpp -I.\",\"file\":\"%t/test.cpp\"}]" | sed -e 's/\\/\//g' > %t/compile_commands.json
7
// RUN: touch "%t/
clang
-check-test.h"
8
// RUN: not
clang
-check -p "%t" "%t/test.cpp" 2>&1|FileCheck %s
11
#include "
clang
-check-test.h"
/external/clang/tools/clang-format-vs/
CMakeLists.txt
1
option(BUILD_CLANG_FORMAT_VS_PLUGIN "Build
clang
-format VS plugin" OFF)
5
"${LLVM_TOOLS_BINARY_DIR}/
clang
-format.exe"
6
"${CMAKE_CURRENT_SOURCE_DIR}/ClangFormat/
clang
-format.exe"
7
DEPENDS
clang
-format)
Completed in 479 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>