OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clang
(Results
201 - 225
of
1469
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/Driver/
DriverDiagnostic.h
13
#include "
clang
/Basic/Diagnostic.h"
15
namespace
clang
{
namespace
21
#include "
clang
/Basic/DiagnosticDriverKinds.inc"
26
} // end namespace
clang
/external/clang/include/clang/Frontend/
FrontendDiagnostic.h
13
#include "
clang
/Basic/Diagnostic.h"
15
namespace
clang
{
namespace
21
#include "
clang
/Basic/DiagnosticFrontendKinds.inc"
26
} // end namespace
clang
/external/clang/include/clang/Lex/
LexDiagnostic.h
13
#include "
clang
/Basic/Diagnostic.h"
15
namespace
clang
{
namespace
21
#include "
clang
/Basic/DiagnosticLexKinds.inc"
26
} // end namespace
clang
/external/clang/include/clang/Parse/
ParseDiagnostic.h
13
#include "
clang
/Basic/Diagnostic.h"
15
namespace
clang
{
namespace
21
#include "
clang
/Basic/DiagnosticParseKinds.inc"
26
} // end namespace
clang
/external/clang/include/clang/Sema/
SemaDiagnostic.h
13
#include "
clang
/Basic/Diagnostic.h"
15
namespace
clang
{
namespace
21
#include "
clang
/Basic/DiagnosticSemaKinds.inc"
26
} // end namespace
clang
/external/clang/test/CodeGen/
2009-10-20-GlobalDebug.c
2
// RUN: %
clang
-ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s
2010-02-18-Dbg-VectorType.c
1
// RUN: %
clang
-emit-llvm -S -O0 -g %s -o - | grep DW_TAG_typedef | grep float4
lineno-dbginfo.c
2
// RUN: %
clang
-S -g -include %t.h %s -emit-llvm -o %t.ll
/external/clang/test/CodeGenCXX/
apple-kext-guard-variable.cpp
1
// RUN: %
clang
-ccc-host-triple x86_64-apple-darwin10 -S -o %t.s -mkernel -Xclang -verify %s
attr-used.cpp
3
// <rdar://problem/8684363>:
clang
++ not respecting __attribute__((used)) on destructors
debug-info-ctor.cpp
1
// RUN: %
clang
-emit-llvm -g -S %s -o - | FileCheck %s
debug-info-fn-template.cpp
1
// RUN: %
clang
-emit-llvm -g -S %s -o - | FileCheck %s
debug-info-limit.cpp
1
// RUN: %
clang
-emit-llvm -g -S %s -o - | FileCheck %s
debug-info-method-spec.cpp
1
// RUN: %
clang
-fverbose-asm -cc1 -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
bitfield-gnu.m
1
// RUN: %
clang
-S -emit-llvm -fgnu-runtime -o %t %s
illegal-UTF8.m
1
// RUN: %
clang
%s -S -m64 -o -
object-incr-decr-1.m
13
// Both of these crash
clang
nicely
/external/clang/test/Driver/
arch.c
1
// RUN: %
clang
-ccc-host-triple armv7a-unknown-linux-gnueabi -S -emit-llvm %s -o - | FileCheck %s
arm-darwin-builtin.c
2
// RUX:
clang
-ccc-host-triple x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s 2> %t &&
7
// RUX:
clang
-ccc-host-triple x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t &&
11
// RUN: %
clang
-ccc-no-
clang
-ccc-host-triple x86_64-apple-darwin9 -arch arm -### -fsyntax-only %s -fbuiltin-strcat -fbuiltin-strcpy 2> %t
clang_cpp.c
2
// RUN: %
clang
-S -o - %s -include %t.h -save-temps -### 2> %t.log
exceptions.m
1
// RUN: %
clang
-ccc-host-triple x86_64-apple-darwin9 \
mg.c
1
// RUN: %
clang
-M -MG -include nonexistent-preinclude.h %s > %t
no-objc-arr.m
1
// RUN: %
clang
-Werror -fobjc-arc -fsyntax-only -fno-objc-arc -verify %s
Completed in 1157 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>