OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test2a
(Results
1 - 16
of
16
) sorted by null
/external/clang/test/CodeGen/
byval-memcpy-elim.c
30
void
test2a
(struct Test3S q);
34
// CHECK: call void @
test2a
36
test2a
(*q);
45
// CHECK: call void @
test2a
47
// CHECK: call void @
test2a
51
test2a
(a);
52
test2a
(b);
/external/clang/test/CodeGenCXX/
vtable-key-function-ios.cpp
84
/***
Test2a
******************************************************************/
86
struct
Test2a
{
87
Test2a
();
93
Test2a
::
Test2a
() { use(typeid(
Test2a
)); }
98
void
Test2a
::bar() {}
99
inline void
Test2a
::foo() {}
derived-to-base-conv.cpp
74
class
Test2a
{};
75
class Test2b final : public virtual
Test2a
{};
77
Test2a
&y = x;
vtable-key-function-arm.cpp
82
/***
Test2a
******************************************************************/
84
struct
Test2a
{
85
Test2a
();
91
Test2a
::
Test2a
() { use(typeid(
Test2a
)); }
97
void
Test2a
::bar() {}
98
inline void
Test2a
::foo() {}
unknown-anytype.cpp
33
float
test2a
() {
function
/external/llvm/test/Transforms/SCCP/
ipsccp-basic.ll
24
define internal i32 @
test2a
(i32 %A) {
28
%B = call i32 @
test2a
( i32 0 )
31
%C.upgrd.1 = call i32 @
test2a
(i32 1)
34
; CHECK-LABEL: define internal i32 @
test2a
(
40
%X = call i32 @
test2a
(i32 0)
44
; CHECK-NEXT: %X = call i32 @
test2a
(i32 0)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
forward_as_tuple.pass.cpp
45
test2a
(const Tuple& t)
function
69
test2a
(std::forward_as_tuple(i, c));
/external/llvm/test/CodeGen/Generic/
addr-label.ll
20
define i32 @
test2a
() nounwind {
/external/llvm/test/Transforms/InstCombine/
call.ll
20
define void @
test2a
(i8 %A) {
21
; CHECK-LABEL: @
test2a
(
30
call void bitcast (void (i8)* @
test2a
to void (i32)*)( i32 %A )
or.ll
20
define i8 @
test2a
(i8 %A) {
23
; CHECK-LABEL: @
test2a
(
/external/llvm/test/Transforms/PhaseOrdering/
PR6627.ll
54
define void @
test2a
(i8* %arrayidx) nounwind ssp {
89
; CHECK-LABEL: @
test2a
(
/external/llvm/test/Analysis/BasicAA/
modref.ll
47
define i8 @
test2a
(i8* %P) {
/external/bison/data/m4sugar/
m4sugar.m4
[
all
...]
/external/llvm/test/Transforms/ObjCARC/
allocas.ll
206
; CHECK: define void @
test2a
(i8* %x)
213
define void @
test2a
(i8* %x) {
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java
529
assertEquals("
Test2A
:Returned wrong number of formats:",
612
assertEquals("
Test2A
:Returned wrong number of formats:",
[
all
...]
/external/llvm/test/CodeGen/X86/
stack-protector.ll
150
;
test2a
: struct { [16 x i8] }
153
define void @
test2a
(i8* %a) nounwind uwtable {
155
; LINUX-I386-LABEL:
test2a
:
159
; LINUX-X64-LABEL:
test2a
:
163
; LINUX-KERNEL-X64-LABEL:
test2a
:
167
; DARWIN-X64-LABEL:
test2a
:
[
all
...]
Completed in 466 milliseconds