OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test13
(Results
1 - 25
of
133
) sorted by null
1
2
3
4
5
6
/external/clang/test/CodeGen/
conditional.c
69
// CHECK: @
test13
72
void
test13
() {
function
switch-dce.c
220
// CHECK: @
test13
221
// CHECK: call void @
test13
(i32 97)
225
// CHECK: call void @
test13
(i32 42)
227
void
test13
(int x) {
function
229
case 42:
test13
(97); // fallthrough
231
default:
test13
(42); break;
init.c
129
void
test13
(int x) {
function
132
// CHECK: @
test13
object-size.c
102
// CHECK-LABEL: define void @
test13
103
void
test13
() {
function
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java
41
ScriptC_set_target_api_13
test13
= new ScriptC_set_target_api_13(mRS);
local
42
test13
.invoke_check(13);
/external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp
16
class
test13
: virtual test12 { virtual void f(); };
class in inherits:test12
17
class test14 : virtual
test13
{ virtual void f(); };
ast-print.cpp
145
// CHECK: void
test13
() {
150
void
test13
() {
function
alignof.cpp
41
auto
test13
() -> char(&)[__alignof__(s2.x)];
/external/llvm/test/CodeGen/AArch64/
movw-consts.ll
90
define void @
test13
() {
91
; CHECK-LABEL:
test13
:
arm64-rounding.ll
133
; CHECK:
test13
136
define float @
test13
(float %a) #1 {
/external/llvm/test/Transforms/InstSimplify/
undef.ll
108
; @
test13
110
define i64 @
test13
() {
/dalvik/dx/tests/070-dex-multianewarray/
Blort.java
75
public static float[][]
test13
() {
method in class:Blort
/dalvik/dx/tests/078-dex-local-variable-table/
Blort.java
88
public static void
test13
(long x) {
method in class:Blort
/external/clang/test/Analysis/inlining/
inline-defensive-checks.c
57
int
test13
(int *q) {
function
/external/clang/test/Parser/
char-literal-printing.c
19
char
test13
(void) { return '\n'; }
function
declarators.c
85
struct
test13
{ int a; } (test13x);
struct
/external/llvm/test/CodeGen/X86/
cmov-fp.ll
224
define float @
test13
(i32 %a, i32 %b, float %x) nounwind {
229
; SSE-LABEL:
test13
:
232
; NOSSE2-LABEL:
test13
:
235
; NOSSE1-LABEL:
test13
:
238
; NOCMOV-LABEL:
test13
:
viabs.ll
256
define <8 x i64> @
test13
(<8 x i64>* %a.ptr) nounwind {
257
; AVX2-LABEL:
test13
:
262
; AVX512-LABEL:
test13
:
/external/clang/test/CodeGenCXX/
microsoft-abi-vbtables.cpp
219
namespace
Test13
{
227
// CHECK-DAG: @"\01??_8E@
Test13
@@7BD@1@@" =
228
// CHECK-DAG: @"\01??_8E@
Test13
@@7BC@1@D@1@@" =
229
// CHECK-DAG: @"\01??_8E@
Test13
@@7BB@1@D@1@@" =
230
// CHECK-DAG: @"\01??_8E@
Test13
@@7BC@1@@" =
231
// CHECK-DAG: @"\01??_8E@
Test13
@@7BB@1@@" =
232
// CHECK-DAG: @"\01??_8D@
Test13
@@7B@" =
233
// CHECK-DAG: @"\01??_8D@
Test13
@@7BC@1@@" =
234
// CHECK-DAG: @"\01??_8D@
Test13
@@7BB@1@@" =
235
// CHECK-DAG: @"\01??_8C@
Test13
@@7B01@@"
[
all
...]
/external/llvm/test/Transforms/ConstProp/
loads.ll
173
define i1 @
test13
() {
177
; LE-LABEL: @
test13
(
180
; BE-LABEL: @
test13
(
/external/clang/test/CXX/basic/basic.start/basic.start.main/
p2.cpp
101
#elif
TEST13
/external/clang/test/Sema/
attr-deprecated.c
93
int
test13
(foo_dep *foo) __attribute__((deprecated));
c89.c
72
struct
test13
{
struct
/external/llvm/test/Transforms/InstCombine/
load.ll
92
define <16 x i8> @
test13
(<2 x i64> %x) {
/external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp
281
namespace
test13
{
namespace
289
void foo(Role<N,
test13
::Foo> &role) {
Completed in 1998 milliseconds
1
2
3
4
5
6