Home
last modified time | relevance | path

Searched refs:va_func (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/FunctionAttrs/
Dout-of-bounds-iterator-bug.ll5 ; Inferring readonly for %x *is* actually correct, since @va_func is marked
7 ; we _need_ the readonly on @va_func to trigger the problematic code path). It
15 define void @va_func(i32* readonly %b, ...) readonly nounwind {
16 ; CHECK-LABEL: define void @va_func(i32* nocapture readonly %b, ...)
28 call void(i32*,...) @va_func(i32* null, i32 0, i32 0, i32 0, i32* %x)
/external/llvm/test/Transforms/DeadArgElim/
Dvariadic_safety.ll5 define internal i32 @va_func(i32 %a, i32 %b, ...) {
15 ; va_arg implementation already present in va_func won't be expecting
20 %res = call i32(i32, i32, ...) @va_func(i32 %in, i32 %in, [6 x i32] undef, i32* byval %stacked)
22 ; CHECK: call i32 (i32, i32, ...) @va_func(i32 undef, i32 %in, [6 x i32] undef, i32* byval %stacked)
/external/clang/test/CodeGenCXX/
Daarch64-cxxabi.cpp76 void va_func(__builtin_va_list l) { in va_func() function