Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/argdumper/
H A Dargdumper.cpp18 JSONArray::SP arguments(new JSONArray()); in main() local
/freebsd-12.1/stand/lua/
H A Dcli.lua129 function cli.arguments(...) function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBVariablesOptions.cpp103 void SBVariablesOptions::SetIncludeArguments(bool arguments) { in SetIncludeArguments()
112 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments()
H A DSBBlock.cpp199 lldb::SBValueList SBBlock::GetVariables(lldb::SBFrame &frame, bool arguments, in GetVariables()
251 lldb::SBValueList SBBlock::GetVariables(lldb::SBTarget &target, bool arguments, in GetVariables()
H A DSBFunction.cpp174 VariableList arguments; in GetArgumentName() local
H A DSBFrame.cpp902 SBValueList SBFrame::GetVariables(bool arguments, bool locals, bool statics, in GetVariables()
929 lldb::SBValueList SBFrame::GetVariables(bool arguments, bool locals, in GetVariables()
959 const bool arguments = options.GetIncludeArguments(); in GetVariables() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h36 llvm::StringRef arguments; member
/freebsd-12.1/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd_conf.c216 char *arguments, *module, **ap; in auditfilter_module_parse() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h583 llvm::ArrayRef<TemplateArgumentLoc> arguments() const { in arguments() function
632 llvm::ArrayRef<TemplateArgumentLoc> arguments() const { in arguments() function
H A DExprCXX.h1394 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
1395 const_arg_range arguments() const { in arguments() function
3233 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
3240 const_arg_range arguments() const { in arguments() function
H A DExpr.h2590 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
2591 const_arg_range arguments() const { in arguments() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h586 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
587 const_arg_range arguments() const { in arguments() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1011 ValueList arguments; in MakeLoadImageUtilityFunction() local
1075 ValueList arguments; in DoLoadImage() local
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc852 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments()
1133 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments()
/freebsd-12.1/contrib/gcc/cp/
H A Dinit.c682 tree arguments = TREE_VALUE (mem_inits); in emit_mem_initializers() local
848 construct_virtual_base (tree vbase, tree arguments) in construct_virtual_base()
H A Ddecl2.c2880 tree arguments; in generate_ctor_or_dtor_function() local
H A Dparser.c9215 tree arguments; in cp_parser_template_id() local
15353 tree arguments = NULL_TREE; in cp_parser_attribute_list() local
16536 tree arguments; in cp_parser_enclosed_template_argument_list() local
/freebsd-12.1/bin/ps/
H A Dprint.c104 arguments(KINFO *k, VARENT *ve) in arguments() function
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dutil.c153 const char *arguments[7] = { 0 }; in svn_cl__merge_file_externally() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1310 ValueList arguments; in UpdateISAToDescriptorMapDynamic() local
1565 ValueList arguments; in UpdateISAToDescriptorMapSharedCache() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp617 #define LSM_INSERT_SELECTOR(receiver, method_list, arguments) \ argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1553 const InstrArray &arguments() const { return Args; } in arguments() function
1554 InstrArray &arguments() { return Args; } in arguments() function
/freebsd-12.1/contrib/ee/
H A Dee.c2064 get_options(numargs, arguments) /* get arguments from command line */ in get_options() argument
/freebsd-12.1/contrib/gcc/
H A Dbuiltins.c1376 expand_builtin_apply (rtx function, rtx arguments, rtx argsize) in expand_builtin_apply()
H A Dtree.h3057 tree arguments; member