Home
last modified time | relevance | path

Searched defs:arguments (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/stand/lua/
H A Dcli.lua245 function cli.arguments(...) global() function
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp117 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments()
130 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments()
H A DSBBlock.cpp232 GetVariables(lldb::SBFrame & frame,bool arguments,bool locals,bool statics,lldb::DynamicValueType use_dynamic) GetVariables() argument
286 GetVariables(lldb::SBTarget & target,bool arguments,bool locals,bool statics) GetVariables() argument
H A DSBFunction.cpp174 VariableList arguments; GetArgumentName() local
H A DSBFrame.cpp728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables() argument
757 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables() argument
790 const bool arguments = options.GetIncludeArguments(); in GetVariables() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h34 llvm::StringRef arguments; member
/freebsd-src/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c216 char *arguments, *module, **ap; in auditfilter_module_parse() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp628 ValueList arguments; in MakeLoadImageUtilityFunction() local
696 ValueList arguments; in DoLoadImage() local
[all...]
/freebsd-src/contrib/kyua/utils/cmdline/
H A Dparser.cpp261 cmdline::parsed_cmdline::arguments(void) const in arguments() function in cmdline::parsed_cmdline
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp193 const OptionValueArgs *arguments = value->GetAsArgs(); in GetPropertyAtIndexAsArgs() local
224 OptionValueArgs *arguments = value->GetAsArgs(); in SetPropertyAtIndexFromArgs() local
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h648 MutableArrayRef<ArgInfo> arguments() { arguments() function
651 ArrayRef<ArgInfo> arguments() const { arguments() function
[all...]
/freebsd-src/contrib/kyua/utils/text/
H A Dtemplates.cpp144 const std::vector< std::string > arguments; member in __anon6f4d59300111::statement_def
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1803 ValueList arguments; GetClassInfoUtilityFunctionImpl() local
1971 ValueList arguments; GetClassInfoUtilityFunctionImpl() local
2074 ValueList arguments = get_class_info_function->GetArgumentValues(); UpdateISAToDescriptorMap() local
2342 ValueList arguments = UpdateISAToDescriptorMap() local
[all...]
/freebsd-src/bin/ps/
H A Dprint.c95 arguments(KINFO *k, VARENT *ve) arguments() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1462 llvm::iterator_range<arg_iterator> arguments() { in arguments() function
1466 llvm::iterator_range<const_arg_iterator> arguments() const { in arguments() function
H A DExprCXX.h1654 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } arguments() function
1655 const_arg_range arguments() const { arguments() function
3584 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } arguments() function
3591 const_arg_range arguments() const { arguments() function
[all...]
H A DExpr.h3035 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } arguments() function
3036 const_arg_range arguments() const { arguments() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp612 #define LSM_INSERT_SELECTOR(receiver, method_list, arguments) \ argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1561 const InstrArray &arguments() const { return Args; } in arguments() function
1562 InstrArray &arguments() { return Args; } in arguments() function
/freebsd-src/contrib/ee/
H A Dee.c2057 get_options(int numargs, char *arguments[]) in get_options()
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2027 Args arguments; in GetArguments() local
2034 void AddArguments(const Args &arguments) { in AddArguments() argument
3429 Args arguments = m_arguments_field->GetArguments(); in GetArguments() local