Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/minix/external/bsd/llvm/dist/clang/test/FixIt/
H A Dformat-darwin.m37 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit…
39 … expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit…
79 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit…
81 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit…
87 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit…
91 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit…
104 … expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit…
139 …pected-warning{{values of type 'NSInteger' should not be used as format arguments; add an explicit…
159 … expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit…
202 … expected-warning{{values of type 'SInt32' should not be used as format arguments; add an explicit…
[all …]
/minix/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser_test.cpp243 ATF_REQUIRE(cmdline.arguments().empty()); in ATF_TEST_CASE_BODY()
265 ATF_REQUIRE(cmdline.arguments().empty()); in ATF_TEST_CASE_BODY()
279 ATF_REQUIRE_EQ(4, cmdline.arguments().size()); in ATF_TEST_CASE_BODY()
280 ATF_REQUIRE_EQ("foo", cmdline.arguments()[0]); in ATF_TEST_CASE_BODY()
281 ATF_REQUIRE_EQ("-c", cmdline.arguments()[1]); in ATF_TEST_CASE_BODY()
283 ATF_REQUIRE_EQ("bar", cmdline.arguments()[3]); in ATF_TEST_CASE_BODY()
299 ATF_REQUIRE_EQ(4, cmdline.arguments().size()); in ATF_TEST_CASE_BODY()
300 ATF_REQUIRE_EQ("foo", cmdline.arguments()[0]); in ATF_TEST_CASE_BODY()
301 ATF_REQUIRE_EQ("-c", cmdline.arguments()[1]); in ATF_TEST_CASE_BODY()
303 ATF_REQUIRE_EQ("bar", cmdline.arguments()[3]); in ATF_TEST_CASE_BODY()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td21 // i32 f32 arguments get passed in integer registers if there is space.
23 // f64 arguments are split and passed through registers or through stack.
41 // The 64-bit ABI conceptually assigns all function arguments to a parameter
42 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
48 // array at fixed offsets. Integer arguments are promoted to registers when
67 // arguments:
89 // - Annotate integer arguments with zeroext or signext attributes.
99 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.
106 // Function arguments AND most return values.
117 // arguments whether they are passed in registers or not.
[all …]
/minix/external/bsd/llvm/dist/llvm/cmake/modules/
H A DLLVMParseArguments.cmake4 # The PARSE_ARGUMENTS macro will take the arguments of another macro and define
8 # rest of PARSE_ARGUMENTS are arguments from another macro to be parsed.
19 #name, prefixed with prefix_. Each variable will be filled with the arguments
21 #the end of the arguments. All options are removed from these
23 #the list of all arguments up to the first arg_name encountered.
28 # SET(arguments
35 # PARSE_ARGUMENTS(ARG "LIST1;LIST2;LIST3" "OPTION1;OPTION2;OPTION3" ${arguments})
47 # PARSE_ARGUMENTS(ARG "LIST1;LIST2;LIST3" "" ${arguments})
49 # PARSE_ARGUMENTS(ARG "" "OPTION1;OPTION2;OPTION3" ${arguments})
/minix/minix/share/beaglebone/weather/
H A Dprocessing.js13arguments.length===1){Q.push(arguments[0])}else{if(arguments.length===2){var R=arguments[0];if(typ… argument
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.td244 // Promote i8/i16 arguments to i32.
306 // Promote i8/i16 arguments to i32.
398 // Promote i8/i16 arguments to i32.
476 // Promote i8/i16 arguments to i32.
491 // Promote i8/i16 arguments to i32.
537 // Promote i8/i16 arguments to i32.
544 // Promote i8/i16 arguments to i32.
561 // puts arguments in registers.
564 // Promote i8/i16 arguments to i32.
587 // Promote i8/i16 arguments to i32.
[all …]
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dtailcall-largecode.ll15 ; clobber any of the arguments.
22 ; callee-saved registers and won't be used for passing arguments.
26 ; Pass the register arguments, in the right registers.
43 ; any of the arguments.
55 ; arguments.
57 ; Pass the register arguments, in the right registers.
H A Dfsxor-alignment.ll4 ; Don't fold the incoming stack arguments into the xorps instructions used
5 ; to do floating-point negations, because the arguments aren't vectors
/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dformat-cstrings-warning.m15 - (instancetype)initWithFormat:(NSString *)format arguments:(va_list)argList __attribute__((format(…
17 - (instancetype)initWithFormat:(NSString *)format locale:(id)locale arguments:(va_list)argList __at…
20 …(id)locale arguments:(va_list)argList __attribute__((format(__NSString__, 1, 0))); // expected-not…
36 …[pns MyRandomMethod : @"Hello%s %d %d" locale:0 arguments: argList]; // expected-warning {{using …
53 …orRef alloc, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) __attribute__((…
59 …f theString, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) __attribute__((…
H A Dobjc-cstyle-args-in-methods.m17 [foo bad:@"One", @"Two"]; // expected-error {{too few arguments to method call}}
19 [foo bad:@"One", @"Two", 3.14, @"Two"]; // expected-error {{too many arguments to method call}}
/minix/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit3.error1 YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previou…
2 YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist
21 YACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallingConv.td78 // Promote i8/i16 arguments to i32.
133 // The only i32's we have left are soft-float arguments.
136 // Integer arguments are passed in integer registers.
142 // f32 arguments are passed in single precision FP registers.
159 // N32/64 variable arguments.
160 // All arguments are passed in integer registers.
216 // Promote i8/i16 arguments to i32.
219 // Integer arguments are passed in integer registers.
278 // Integer arguments are passed in integer registers.
298 // Promote i8/i16 arguments to i32.
[all …]
/minix/external/bsd/llvm/dist/llvm/test/MC/AsmParser/
H A Dmacros-argument-parsing-diagnostics.s11 # CHECK: error: too many positional arguments
16 # CHECK: error: cannot mix positional and keyword arguments
/minix/external/bsd/llvm/dist/llvm/test/TableGen/
H A DSuperSubclassSameName.td3 // Test for template arguments that have the same name as superclass template
4 // arguments.
/minix/external/bsd/llvm/dist/llvm/test/Verifier/
H A Dvarargs-intrinsic.ll8 ; CHECK: Callsite was not defined with variable arguments!
14 ; CHECK: Intrinsic was not defined with variable arguments!
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dvarargs-spill-stack-align-nacl.ll8 ; On ARM, varargs arguments are passed in r0-r3 with the rest on the
13 ; area and varargs arguments on the stack when using 16 byte stack
29 ; arguments into it.
H A D2009-10-30.ll2 ; This test checks that the address of the varg arguments is correctly
3 ; computed when there are 5 or more regular arguments.
/minix/external/bsd/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cdb.py53 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
64 for arg, exp in zip(cmds[0].arguments, expected):
82 for arg, exp in zip(cmds[i].arguments, expected[i]['line']):
/minix/external/bsd/llvm/dist/clang/docs/
H A DDriverInternals.rst60 - Don't parse arguments more than once.
61 - Provide a few simple interfaces for efficiently searching arguments.
91 command line arguments to child processes correctly.
113 The command line argument strings are decomposed into arguments
142 line arguments). For example:
280 last of arguments corresponding to some option, or all arguments for
299 arguments. The Driver itself is intended to be invariant during
324 understand (since the Tools stop seeing some arguments the user
330 Tool argument translation is done after the arguments have been
335 the untranslated original arguments.
[all …]
/minix/crypto/external/bsd/heimdal/dist/cf/
H A Dbroken2.m43 dnl AC_BROKEN but with more arguments
5 dnl AC_BROKEN2(func, includes, arguments)
/minix/external/bsd/llvm/dist/clang/examples/clang-interpreter/
H A DREADME.txt5 1. Parsing standard compiler command line arguments using the Driver library.
7 2. Constructing a Clang compiler instance, using the appropriate arguments
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td46 // The convention is that true integer arguments that are smaller
54 // The first 5 integer arguments are passed in R2-R6. Note that R6
59 // The first 4 float and double arguments are passed in even registers F0-F6.
63 // Other arguments are passed in 8-byte-aligned 8-byte stack slots.
/minix/minix/drivers/video/fb/
H A DREADME.txt17 The arguments take the following form:
23 reading, you may omit the arguments.
/minix/external/bsd/atf/dist/atf-sh/
H A Dintegration_test.sh55 atf_test_case arguments
88 atf_add_test_case arguments
/minix/external/bsd/kyua-cli/dist/cli/
H A Dcmd_config.cpp116 if (cmdline.arguments().empty()) in run()
119 return print_some(ui, properties, cmdline.arguments()); in run()

12345678910>>...24