Home
last modified time | relevance | path

Searched refs:variadic (Results 1 – 25 of 95) sorted by relevance

1234

/external/v8/test/mjsunit/es6/
Drest-params-lazy-parsing.js7 function variadic(co, ...values) { function
23 assertEquals(1, variadic.length);
26 assertEquals(90, variadic(2, 1, 2, 3, 4, 5, 6, 7, 8, 9));
27 assertEquals(74, variadic(2, 1, 2, 3, 4, 5, 6, 7, 9));
28 assertEquals(110, variadic(2, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10));
/external/clang/test/Sema/
Dvariadic-promotion.c3 void variadic(int, ...);
6 variadic(3, *f16, f32, f64); in test_floating_promotion()
Dmrtd.c16 void variadic(int a, ...);
17 void __attribute__((stdcall)) variadic(int a, ...);
/external/compiler-rt/test/ubsan/TestCases/Misc/
Dnonnull-arg.cpp30 __attribute__((nonnull)) int variadic(int x, ...) { in variadic() function
56 return variadic(42, arg); in main()
/external/llvm/test/DebugInfo/Generic/
Dvarargs.ll5 ; Test debug info for variadic function arguments.
8 ; The ... parameter of variadic should be emitted as
11 ; Normal variadic function.
/external/llvm/test/CodeGen/AArch64/
Darm64-aapcs.ll88 declare void @variadic(i32 %a, ...)
90 ; Under AAPCS variadic functions have the same calling convention as
93 call void(i32, ...) @variadic(i32 0, i64 1, double 2.0)
96 ; CHECK: bl variadic
/external/clang/test/ARCMT/
Dcxx-checking.mm92 void variadic(...); function
94 variadic(1, 17, @"Foo");
/external/clang/test/ASTMerge/
Dinterface.m14 …K: interface2.m:45:1: error: class method 'bar:' is variadic in one translation unit and not varia…
/external/llvm/test/CodeGen/X86/
Dvararg-callee-cleanup.ll18 ; We don't mangle the argument size into variadic callee cleanup functions.
46 ; If you actually return from such a thunk, it will only pop the non-variadic
/external/llvm/test/CodeGen/Thumb/
Dvargs.ll9 ; Check that space is reserved above the pushed lr for variadic argument
36 ; store variadic argument registers, then return via r3. Possibly there is a pop
/external/clang/test/SemaObjC/
Dmethod-conflict.m63 - (void)foo:(id)format {}; // expected-warning {{conflicting variadic declaration of method and its…
64 - (void)foo1:(id)format, ... {}; // expected-warning {{conflicting variadic declaration of method a…
Dformat-strings-objc.m237 …pected-error {{cannot pass object with interface type 'Foo' by value to variadic function; expecte…
238 …d-error {{cannot pass object with interface type 'Foo' by value through variadic function}} expect…
239 … expected-error {{cannot pass object with interface type 'Foo' by value through variadic function}}
241 …pected-error {{cannot pass object with interface type 'Foo' by value to variadic method; expected …
Dclass-protocol-method-match.m32 - (void) ban : (int) arg; // expected-warning {{conflicting variadic declaration of method and its …
/external/clang/test/Preprocessor/
Dmacro_variadic.cl3 #define X(...) 1 // expected-error {{variadic macros not supported in OpenCL}}
/external/clang/test/CodeGenObjC/
Ddebug-info-variadic-method.m3 // This test verifies that variadic ObjC methods get the
/external/clang/test/SemaObjCXX/
Dcrash.mm25 // expected-warning@-2 {{variadic templates are a C++11 extension}}
Dvararg-non-pod.mm24 …// expected-warning@-2{{cannot pass object of non-POD type 'C' through variadic method; call will …
/external/llvm/utils/unittest/
DCMakeLists.txt25 add_definitions("-Wno-variadic-macros")
/external/llvm/test/CodeGen/ARM/
D2013-04-21-AAPCS-VA-C.1.cp.ll2 ;Note: There are no VFP CPRCs in a variadic procedure.
/external/clang/test/Index/
Dprint-type.m14 // CHECK: ObjCInstanceMethodDecl=methodIn:andOut::5:10 (variadic) [Bycopy,] [type=] [typekind=Inval…
/external/mdnsresponder/mDNSCore/
DmDNSDebug.h109 #error Unknown variadic macros
/external/llvm/test/Transforms/ArgumentPromotion/
Dvariadic.ll3 ; Unused arguments from variadic functions cannot be eliminated as that changes
/external/llvm/test/CodeGen/Thumb2/
Dlarge-call.ll18 ; CHECK: variadic
25 …call void (i8*, i8*, i8*, ...) @variadic(i8* null, i8* null, i8* null, i32 1, double 1.234800e+03,…
29 declare void @variadic(i8*, i8*, i8*, ...)
/external/llvm/lib/Target/AVR/
DAVRCallingConv.td38 // Calling convention for variadic functions.
/external/llvm/test/CodeGen/XCore/
Dbigstructret.ll23 ; function is not variadic.

1234