OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test5a
(Results
1 - 14
of
14
) sorted by null
/external/clang/test/CodeGenCXX/
vtable-key-function-arm.cpp
247
/***
Test5a
******************************************************************/
249
template <class T> struct
Test5a
{
250
Test5a
();
255
template <> inline void
Test5a
<int>::bar();
256
template <> inline void
Test5a
<int>::foo();
259
template <>
Test5a
<int>::
Test5a
() { use(typeid(
Test5a
)); }
265
template <> inline void
Test5a
<int>::bar() {}
266
template <> inline void
Test5a
<int>::foo() {
[
all
...]
/external/llvm/test/Transforms/DeadStoreElimination/
PartialStore.ll
57
declare void @
test5a
(i32*)
65
call void @
test5a
(i32* %A)
70
; CHECK-NEXT: call void @
test5a
81
call void @
test5a
(i32* %A)
86
; CHECK-NEXT: call void @
test5a
/external/clang/test/Sema/
extern-redecl.c
50
void
test5a
() {
function
/external/llvm/test/CodeGen/ARM/
pack.ll
50
; CHECK:
test5a
52
define i32 @
test5a
(i32 %X, i32 %Y) {
/external/llvm/test/CodeGen/Thumb2/
thumb2-pack.ll
59
; CHECK:
test5a
61
define i32 @
test5a
(i32 %X, i32 %Y) {
/external/llvm/test/Transforms/InstCombine/
call.ll
86
declare i32 @
test5a
()
90
; CHECK: %X = call i32 @
test5a
()
92
%X = call i32 @
test5a
( ) ; <i32> [#uses=1]
apint-shift.ll
42
; CHECK-LABEL: @
test5a
(
44
define i32 @
test5a
(i32 %A) {
crash.ll
130
define i32 @
test5a
() {
136
%r = invoke i32 @
test5a
() to label %exit unwind label %unwind
shift.ll
64
define i32 @
test5a
(i32 %A) {
65
; CHECK-LABEL: @
test5a
(
/external/llvm/test/Transforms/MemCpyOpt/
memcpy.ll
87
declare void @
test5a
(%struct.S* align 16 byval) nounwind ssp
98
call void @
test5a
(%struct.S* align 16 byval %y)
102
; CHECK: call void @
test5a
(%struct.S* byval align 16 %y)
/external/e2fsprogs/lib/ext2fs/
tst_badblocks.c
51
blk_t
test5a
[] = {
variable
310
do_test_seq(bb5,
test5a
);
/external/llvm/test/Transforms/SCCP/
ipsccp-basic.ll
113
define internal {i64,i64} @
test5a
() {
120
%a = invoke {i64,i64} @
test5a
()
/external/llvm/test/CodeGen/X86/
stack-protector.ll
551
;
test5a
: no arrays / no nested arrays
554
define void @
test5a
(i8* %a) {
556
; LINUX-I386-LABEL:
test5a
:
560
; LINUX-X64-LABEL:
test5a
:
564
; LINUX-KERNEL-X64-LABEL:
test5a
:
568
; DARWIN-X64-LABEL:
test5a
:
[
all
...]
/external/llvm/test/Transforms/ObjCARC/
basic.ll
366
; CHECK-LABEL: define void @
test5a
(
370
define void @
test5a
(i32* %x, i1 %q, i8* %y) nounwind {
[
all
...]
Completed in 674 milliseconds