OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test13
(Results
1 - 25
of
53
) sorted by null
1
2
3
/external/clang/test/CodeGen/
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;
conditional.c
69
// CHECK: @
test13
72
void
test13
() {
function
init.c
129
void
test13
(int x) {
function
132
// CHECK: @
test13
/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);
/dalvik/dx/tests/070-dex-multianewarray/
Blort.java
75
public static float[][]
test13
() {
method in class:Blort
/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(); };
alignof.cpp
41
auto
test13
() -> char(&)[__alignof__(s2.x)];
ast-print.cpp
145
// CHECK: void
test13
() {
150
void
test13
() {
function
openmp_default_simd_align.cpp
39
auto
test13
() -> char(&)[__builtin_omp_required_simd_align(decltype(s2.x))];
linkage2.cpp
139
namespace
test13
{
namespace
/dalvik/dx/tests/078-dex-local-variable-table/
Blort.java
88
public static void
test13
(long x) {
method in class:Blort
/external/clang/test/Parser/
char-literal-printing.c
19
char
test13
(void) { return '\n'; }
function
declarators.c
86
struct
test13
{ int a; } (test13x);
struct
/external/clang/test/Sema/
c89.c
72
struct
test13
{
struct
asm.c
125
void
test13
(void) {
function
attr-deprecated.c
93
int
test13
(foo_dep *foo) __attribute__((deprecated));
block-misc.c
121
void *
test13
= ^{
exprs.c
130
void
test13
(
function
return.c
81
int
test13
() {
function
scope-check.c
196
void
test13
(int n, void *p) {
switch.c
240
int
test13
(my_type_t t) {
function
/external/clang/test/Analysis/inlining/
inline-defensive-checks.c
57
int
test13
(int *q) {
function
/external/clang/test/CodeGenCXX/
eh.cpp
321
namespace
test13
{
namespace
mangle-template.cpp
173
namespace
test13
{
namespace
/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 787 milliseconds
1
2
3