/external/v8/test/mjsunit/es6/ |
D | rest-params-lazy-parsing.js | 7 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/ |
D | variadic-promotion.c | 3 void variadic(int, ...); 6 variadic(3, *f16, f32, f64); in test_floating_promotion()
|
D | mrtd.c | 16 void variadic(int a, ...); 17 void __attribute__((stdcall)) variadic(int a, ...);
|
/external/compiler-rt/test/ubsan/TestCases/Misc/ |
D | nonnull-arg.cpp | 30 __attribute__((nonnull)) int variadic(int x, ...) { in variadic() function 56 return variadic(42, arg); in main()
|
/external/llvm/test/DebugInfo/Generic/ |
D | varargs.ll | 5 ; 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/ |
D | arm64-aapcs.ll | 88 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/ |
D | cxx-checking.mm | 92 void variadic(...); function 94 variadic(1, 17, @"Foo");
|
/external/clang/test/ASTMerge/ |
D | interface.m | 14 …K: interface2.m:45:1: error: class method 'bar:' is variadic in one translation unit and not varia…
|
/external/llvm/test/CodeGen/X86/ |
D | vararg-callee-cleanup.ll | 18 ; 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/ |
D | vargs.ll | 9 ; 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/ |
D | method-conflict.m | 63 - (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…
|
D | format-strings-objc.m | 237 …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 …
|
D | class-protocol-method-match.m | 32 - (void) ban : (int) arg; // expected-warning {{conflicting variadic declaration of method and its …
|
/external/clang/test/Preprocessor/ |
D | macro_variadic.cl | 3 #define X(...) 1 // expected-error {{variadic macros not supported in OpenCL}}
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-variadic-method.m | 3 // This test verifies that variadic ObjC methods get the
|
/external/clang/test/SemaObjCXX/ |
D | crash.mm | 25 // expected-warning@-2 {{variadic templates are a C++11 extension}}
|
D | vararg-non-pod.mm | 24 …// expected-warning@-2{{cannot pass object of non-POD type 'C' through variadic method; call will …
|
/external/llvm/utils/unittest/ |
D | CMakeLists.txt | 25 add_definitions("-Wno-variadic-macros")
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-21-AAPCS-VA-C.1.cp.ll | 2 ;Note: There are no VFP CPRCs in a variadic procedure.
|
/external/clang/test/Index/ |
D | print-type.m | 14 // CHECK: ObjCInstanceMethodDecl=methodIn:andOut::5:10 (variadic) [Bycopy,] [type=] [typekind=Inval…
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSDebug.h | 109 #error Unknown variadic macros
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | variadic.ll | 3 ; Unused arguments from variadic functions cannot be eliminated as that changes
|
/external/llvm/test/CodeGen/Thumb2/ |
D | large-call.ll | 18 ; 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/ |
D | AVRCallingConv.td | 38 // Calling convention for variadic functions.
|
/external/llvm/test/CodeGen/XCore/ |
D | bigstructret.ll | 23 ; function is not variadic.
|