Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst367 .. _arc.objects.operands.consumed:
369 Consumed parameters
424 Retained return values
475 Unretained return values
507 Bridged casts
1153 .. _arc.method-families:
/minix3/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser.cpp261 cmdline::parsed_cmdline::arguments(void) const in arguments() function in cmdline::parsed_cmdline
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h399 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
400 arg_const_range arguments() const { in arguments() function
/minix3/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp143 const std::vector< std::string > arguments; member in __anon3c0a02ba0111::statement_def
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc864 void AddArguments(const ::std::vector<Str>& arguments) { in AddArguments()
/minix3/minix/share/beaglebone/weather/
H A Dprocessing.js13 …log("Processing.js: "+N)}}return G}();var w=function(N){var O=new XMLHttpRequest;O.open("GET",N,fa… function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1570 const InstrArray &arguments() const { return Args; } in arguments() function
1571 InstrArray &arguments() { return Args; } in arguments() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1177 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
1178 arg_const_range arguments() const { in arguments() function
H A DExpr.h2250 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } in arguments() function
2251 arg_const_range arguments() const { in arguments() function
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2648 def arguments(self): member in CompileCommand