Searched refs:arguments (Results 126 - 135 of 135) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp90 // Default arguments are evaluated each time the function is
91 // called. The order of evaluation of function arguments is
191 // FIXME: If the call to this decl is using any of its default arguments, we
307 // Default arguments are only permitted in C++
372 /// arguments in the declarator, which is not a function declaration
374 /// arguments. This routine should be invoked for every declarator
389 // This is a function declaration. It can have default arguments, but
391 // arguments.
447 // Find the previous declaration for the purpose of default arguments.
461 // Ignore default arguments o
[all...]
H A DTreeTransform.h55 /// template arguments for their corresponding template parameters; a similar
85 /// to substitute template arguments for their corresponding template
227 /// determine which kinds of call arguments get dropped. By default,
234 /// given set of parameter packs into separate arguments by repeatedly
250 /// expand the corresponding pack expansions into separate arguments. When
254 /// pack expansion after all of the expanded arguments. This is used
258 /// \param NumExpansions The number of separate arguments that will be in
267 /// are to be instantiated with arguments of different lengths), false
332 /// template arguments.
419 /// function-call arguments, an
[all...]
H A DSemaChecking.cpp119 // Highlight all the excess arguments.
165 // All arguments should be wide string literals.
166 for (Expr *Arg : TheCall->arguments()) {
194 /// Check the number of arguments and set the result type to
289 // First two arguments should be integers.
400 // - Evaluate strlen of strcpy arguments, use as object size.
751 // With four arguments, there is only one form that the function could be
752 // called in: no events and no variable arguments.
793 // check remaining common arguments.
918 // The call with 2 arguments shoul
[all...]
H A DSemaDecl.cpp726 // See if II is a class template that the user forgot to pass arguments to.
5716 // Check that there are no default arguments other than in the parameters
7981 // Struct for holding all of the extra arguments needed by
8492 // __kernel function arguments declared to be a pointer of a type can point
9058 // function that takes no arguments, not a function that takes a
9260 // Function template with explicit template arguments.
9380 // list. This will check and merge default template arguments.
10634 // In C++, check default arguments now that we have merged decls. Unless
11120 for (auto Arg: E->arguments())
11213 // Parameters arguments ar
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dconfigure399 # global $as_val. Take advantage of shells that can avoid forks. The arguments
1503 # Check all directory arguments for consistency.
1860 YFLAGS The list of arguments that will be passed by default to $YACC.
3268 # arguments. Must try -L first in case configure is actually a
7600 # find the maximum length of command line arguments
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
7602 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
7620 # no limit to the length of command line arguments.
7722 # massive amounts of additional arguments before passing them to the
8814 # Allow CC to be a program name with arguments
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp517 for (const Expr *Arg : E->arguments()) {
705 // Create an worker function with no arguments.
1417 // arguments, and wakes up the workers. The workers first check to see if
1419 // parallel threads. The activated workers load the variable arguments and
1485 // wrapper takes two arguments:
1505 // wrapper takes two arguments:
2554 // Create a private scope that will globalize the arguments
4094 /// same warp. It takes the following arguments as input:
4551 /// and controls the arguments which are passed to this function.
4553 /// with the correct arguments whe
[all...]
H A DCGExpr.cpp3080 // information block, followed by a sequence of intptr_t arguments
3088 // Emit handler arguments and create handler function type.
4968 // C++17 requires that we evaluate arguments to a call using assignment syntax
4969 // right-to-left, and that we evaluate arguments to certain other operators
4994 EmitCallArgs(Args, dyn_cast<FunctionProtoType>(FnType), E->arguments(),
5003 // promotions are performed]. If the number of arguments does not
5007 // types of the arguments after promotion are not compatible with
5010 // prototype, and the types of the arguments after promotion are
5016 // of the promoted arguments.
H A DCGBuiltin.cpp278 /// function MakeAtomicCmpXchgValue since it expects the arguments to be
539 "arguments have the same integer width?)");
901 /// parameters can be passed as variadic arguments, but we always pass none.
1183 /// Get the argument type for arguments to os_log_helper.
1297 "__builtin_os_log_format takes at least 2 arguments");
2304 // Ordered comparisons: we know the arguments to these are matching scalar
3230 for (const Expr *Arg : E->arguments()) {
3909 // Create a temporary array to hold the sizes of local pointer arguments
3922 // Each of the following arguments specifies the size of the corresponding
3940 // No events passed, but has variadic arguments
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure399 # global $as_val. Take advantage of shells that can avoid forks. The arguments
1372 # Check all directory arguments for consistency.
1620 --with-libregex-libs libregex link command arguments
3041 # arguments. Must try -L first in case configure is actually a
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking number of arguments to el_init()" >&5
7772 $as_echo_n "checking number of arguments to el_init()... " >&6; }
8141 # for constant arguments. Useless!
15515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking number of arguments to gettimeofday()" >&5
15516 $as_echo_n "checking number of arguments to gettimeofday()... " >&6; }
15905 # find the maximum length of command line arguments
[all...]
/freebsd-11-stable/contrib/apr/
H A Dconfigure396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
1376 # Check all directory arguments for consistency.
2972 # order to expand this macro's arguments, not AU_DEFUN's.
2991 # order to expand this macro's arguments, not AU_DEFUN's.
3271 # order to expand this macro's arguments, not AU_DEFUN's.
3290 # order to expand this macro's arguments, not AU_DEFUN's.
3309 # order to expand this macro's arguments, not AU_DEFUN's.
3328 # order to expand this macro's arguments, not AU_DEFUN's.
3347 # order to expand this macro's arguments, not AU_DEFUN's.
3450 # order to expand this macro's arguments, no
[all...]

Completed in 533 milliseconds

123456