/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBVariablesOptions.cpp | 117 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments() 130 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments()
|
H A D | SBBlock.cpp | 242 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 D | SBFunction.cpp | 188 VariableList arguments; in GetArgumentName() local
|
H A D | SBFrame.cpp | 728 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 D | CPlusPlusNameParser.h | 34 llvm::StringRef arguments; member
|
/freebsd/contrib/openbsm/bin/auditfilterd/ |
H A D | auditfilterd_conf.c | 216 char *arguments, *module, **ap; in auditfilter_module_parse() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 628 ValueList arguments; in MakeLoadImageUtilityFunction() local 696 ValueList arguments; in DoLoadImage() local
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | parser.cpp | 261 cmdline::parsed_cmdline::arguments(void) const in arguments() function in cmdline::parsed_cmdline
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 193 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 D | CGFunctionInfo.h | 659 MutableArrayRef<ArgInfo> arguments() { in arguments() function 662 ArrayRef<ArgInfo> arguments() const { in arguments() function
|
/freebsd/contrib/kyua/utils/text/ |
H A D | templates.cpp | 144 const std::vector< std::string > arguments; member in __anon5ef3b49e0111::statement_def
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 1779 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 D | print.c | 94 arguments(KINFO *k, VARENT *ve) in arguments() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LocalizationChecker.cpp | 612 #define LSM_INSERT_SELECTOR(receiver, method_list, arguments) \ argument
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 1670 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 D | Expr.h | 3069 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 D | ThreadSafetyTIL.h | 1561 const InstrArray &arguments() const { return Args; } in arguments() function 1562 InstrArray &arguments() { return Args; } in arguments() function
|
/freebsd/contrib/ee/ |
H A D | ee.c | 2057 get_options(int numargs, char *arguments[]) in get_options()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 2027 Args arguments; in GetArguments() local 2034 void AddArguments(const Args &arguments) { in AddArguments() 3429 Args arguments = m_arguments_field->GetArguments(); in GetArguments() local
|