Home
last modified time | relevance | path

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

/freebsd/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.cpp242 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables()
296 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables()
H A DSBFunction.cpp188 VariableList arguments; in GetArgumentName() local
H A DSBFrame.cpp728 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables()
757 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables()
790 const bool arguments = options.GetIncludeArguments(); in GetVariables() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h34 llvm::StringRef arguments; member
/freebsd/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c216 char *arguments, *module, **ap; in auditfilter_module_parse() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp628 ValueList arguments; in MakeLoadImageUtilityFunction() local
696 ValueList arguments; in DoLoadImage() local
/freebsd/contrib/kyua/utils/cmdline/
H A Dparser.cpp261 cmdline::parsed_cmdline::arguments(void) const in arguments() function in cmdline::parsed_cmdline
/freebsd/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/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h659 MutableArrayRef<ArgInfo> arguments() { in arguments() function
662 ArrayRef<ArgInfo> arguments() const { in arguments() function
/freebsd/contrib/kyua/utils/text/
H A Dtemplates.cpp144 const std::vector< std::string > arguments; member in __anon5ef3b49e0111::statement_def
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1779 ValueList arguments; in GetClassInfoUtilityFunctionImpl() local
1947 ValueList arguments; in GetClassInfoUtilityFunctionImpl() local
2050 ValueList arguments = get_class_info_function->GetArgumentValues(); in UpdateISAToDescriptorMap() local
2318 ValueList arguments = in UpdateISAToDescriptorMap() local
/freebsd/bin/ps/
H A Dprint.c94 arguments(KINFO *k, VARENT *ve) in arguments() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp612 #define LSM_INSERT_SELECTOR(receiver, method_list, arguments) \ argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1670 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
1671 const_arg_range arguments() const { in arguments() function
3621 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
3628 const_arg_range arguments() const { in arguments() function
H A DExpr.h3069 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
3070 const_arg_range arguments() const { in arguments() function
/freebsd/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/contrib/ee/
H A Dee.c2057 get_options(int numargs, char *arguments[]) in get_options()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp2027 Args arguments; in GetArguments() local
2034 void AddArguments(const Args &arguments) { in AddArguments()
3429 Args arguments = m_arguments_field->GetArguments(); in GetArguments() local