Searched refs:Args (Results 1 - 25 of 139) sorted by relevance

123456

/macosx-10.10.1/gpatch-3/patch/
H A Dbasename.h3 # define PARAMS(Args) Args
5 # define PARAMS(Args) ()
H A Dquote.h5 # define PARAMS(Args) Args
7 # define PARAMS(Args) ()
H A Ddirname.h22 # define PARAMS(Args) Args
24 # define PARAMS(Args) ()
H A Dbackupfile.h49 # define PARAMS(Args) Args
51 # define PARAMS(Args) ()
H A Dquotearg.h45 # define PARAMS(Args) Args
47 # define PARAMS(Args) ()
H A Dxalloc.h23 # define PARAMS(Args) Args
25 # define PARAMS(Args) ()
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dhard-locale.h10 # define PARAMS(Args) Args
12 # define PARAMS(Args) ()
H A Dexclude.h23 # define PARAMS(Args) Args
25 # define PARAMS(Args) ()
H A Ddirname.h22 # define PARAMS(Args) Args
24 # define PARAMS(Args) ()
H A Dinttostr.h52 # define PARAMS(Args) Args
54 # define PARAMS(Args) ()
H A Dstrtoimax.c35 # define PARAMS(Args) Args
37 # define PARAMS(Args) ()
H A Dxalloc.h23 # define PARAMS(Args) Args
25 # define PARAMS(Args) ()
H A Dxstrtol.h27 # define PARAMS(Args) Args
29 # define PARAMS(Args) ()
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DVariadicFunctionTest.cpp19 std::string StringCatImpl(ArrayRef<const std::string *> Args) { argument
21 for (unsigned i = 0, e = Args.size(); i < e; ++i)
22 S += *Args[i];
42 long SumImpl(ArrayRef<const int *> Args) { argument
44 for (unsigned i = 0, e = Args.size(); i < e; ++i)
45 Result += *Args[i];
59 int StringAppendImpl(std::string *Dest, ArrayRef<const std::string *> Args) { argument
61 for (unsigned i = 0, e = Args.size(); i < e; ++i) {
62 Chars += Args[i]->size();
63 *Dest += *Args[
88 CountInRangeImpl(int *NumInRange, int Low, int High, ArrayRef<const int *> Args) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dhash-string.h23 # define PARAMS(Args) Args
25 # define PARAMS(Args) ()
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dhash-string.h23 # define PARAMS(Args) Args
25 # define PARAMS(Args) ()
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp303 const std::vector<GenericValue> &Args) {
304 assert(Args.size() == 1);
305 TheInterpreter->addAtExitHandler((Function*)GVTOP(Args[0]));
314 const std::vector<GenericValue> &Args) {
315 TheInterpreter->exitCalled(Args[0]);
322 const std::vector<GenericValue> &Args) {
333 const std::vector<GenericValue> &Args) {
334 char *OutputBuffer = (char *)GVTOP(Args[0]);
335 const char *FmtStr = (const char *)GVTOP(Args[1]);
372 sprintf(Buffer, FmtBuf, uint32_t(Args[ArgN
302 lle_X_atexit(FunctionType *FT, const std::vector<GenericValue> &Args) argument
313 lle_X_exit(FunctionType *FT, const std::vector<GenericValue> &Args) argument
321 lle_X_abort(FunctionType *FT, const std::vector<GenericValue> &Args) argument
332 lle_X_sprintf(FunctionType *FT, const std::vector<GenericValue> &Args) argument
414 lle_X_printf(FunctionType *FT, const std::vector<GenericValue> &Args) argument
431 char *Args[10]; local
447 char *Args[10]; local
460 lle_X_fprintf(FunctionType *FT, const std::vector<GenericValue> &Args) argument
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dpaxlib.h41 single argument of the form ((0, errno, _("FORMAT"), Args...)). errno
44 #define WARN(Args) \
45 error Args
46 #define ERROR(Args) \
47 (error Args, exit_status = PAXEXIT_FAILURE)
48 #define FATAL_ERROR(Args) \
49 (error Args, fatal_exit ())
50 #define USAGE_ERROR(Args) \
51 (error Args, usage (PAXEXIT_FAILURE))
/macosx-10.10.1/llvmCore-3425.0.34/tools/bugpoint/
H A DOptimizerDriver.cpp161 SmallVector<const char*, 8> Args; local
164 Args.push_back("valgrind");
165 Args.push_back("--error-exitcode=1");
166 Args.push_back("-q");
167 Args.push_back(tool.c_str());
169 Args.push_back(Opt.c_str());
171 Args.push_back("-o");
172 Args.push_back(OutputFilename.c_str());
174 Args.push_back(OptArgs[i].c_str());
185 Args
[all...]
H A DToolRunner.h53 const std::vector<std::string> *Args);
63 const std::vector<std::string> &Args,
93 const std::vector<std::string> *Args = 0,
97 const std::vector<std::string> *Args = 0,
102 const std::vector<std::string> *Args=0);
105 const std::vector<std::string> *Args=0);
142 const std::vector<std::string> &Args,
163 const std::vector<std::string> *Args)
166 if (Args) ToolArgs = *Args;
162 CBE(const sys::Path &llcPath, GCC *Gcc, const std::vector<std::string> *Args) argument
208 LLC(const std::string &llcPath, GCC *Gcc, const std::vector<std::string> *Args, bool useIntegratedAssembler) argument
[all...]
H A DToolRunner.cpp57 const char **Args,
72 for (unsigned i = 0; Args[i]; ++i)
73 errs() << " " << Args[i];
79 sys::Program::ExecuteAndWait(ProgramPath, Args, 0, redirects,
90 const char **Args,
104 for (unsigned i = 0; Args[i]; ++i)
105 errs() << " " << Args[i];
111 int ReturnCode = sys::Program::ExecuteAndWait(RemoteClientPath, Args,
118 for (const char **Arg = Args; *Arg; ++Arg)
137 static std::string ProcessFailure(sys::Path ProgPath, const char** Args, argument
56 RunProgramWithTimeout(const sys::Path &ProgramPath, const char **Args, const sys::Path &StdInFile, const sys::Path &StdOutFile, const sys::Path &StdErrFile, unsigned NumSeconds = 0, unsigned MemoryLimit = 0, std::string *ErrMsg = 0) argument
89 RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath, const char **Args, const sys::Path &StdInFile, const sys::Path &StdOutFile, const sys::Path &StdErrFile, unsigned NumSeconds = 0, unsigned MemoryLimit = 0) argument
178 LLI(const std::string &Path, const std::vector<std::string> *Args) argument
197 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
274 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs = std::vector<std::string>(), const std::vector<std::string> &SharedLibs = std::vector<std::string>(), unsigned Timeout = 0, unsigned MemoryLimit = 0) argument
343 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
380 lexCommand(std::string &Message, const std::string &CommandLine, std::string &CmdPath, std::vector<std::string> Args) argument
419 std::vector<std::string> Args; local
435 std::vector<std::string> Args; local
495 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &ArgsForGCC, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
521 createLLC(const char *Argv0, std::string &Message, const std::string &GCCBinary, const std::vector<std::string> *Args, const std::vector<std::string> *GCCArgs, bool UseIntegratedAssembler) argument
551 JIT(const std::string &Path, const std::vector<std::string> *Args) argument
571 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &GCCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
613 createJIT(const char *Argv0, std::string &Message, const std::vector<std::string> *Args) argument
630 IsARMArchitecture(std::vector<const char*> Args) argument
643 ExecuteProgram(const std::string &ProgramFile, const std::vector<std::string> &Args, FileType fileType, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &ArgsForGCC, unsigned Timeout, unsigned MemoryLimit) argument
875 create(std::string &Message, const std::string &GCCBinary, const std::vector<std::string> *Args) argument
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DNeverDestroyed.h50 template<typename... Args>
51 NeverDestroyed(Args&&... args)
53 MaybeRelax<T>(new (asPtr()) T(std::forward<Args>(args)...));
82 template<typename... Args>
83 void construct(Args&&... args)
91 MaybeRelax<T>(new (asPtr()) T(std::forward<Args>(args)...));
/macosx-10.10.1/JavaScriptCore-7600.1.17/replay/
H A DInputCursor.h50 template <class InputType, class... Args> inline
51 void appendInput(Args&&... args)
53 InputType* rawInput = WTF::safeCast<InputType*>(new InputType(std::forward<Args>(args)...));
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp119 std::vector<ExprAST*> Args; member in class:CallExprAST
122 : Callee(callee), Args(args) {}
131 std::vector<std::string> Args; member in class:PrototypeAST
134 : Name(name), Args(args) {}
197 std::vector<ExprAST*> Args; local
202 Args.push_back(Arg);
215 return new CallExprAST(IdName, Args);
389 if (CalleeF->arg_size() != Args.size())
393 for (unsigned i = 0, e = Args.size(); i != e; ++i) {
394 ArgsV.push_back(Args[
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DProfileDataLoader.cpp114 SmallVector<char, 8> Args(ArgLength+4);
116 ReadProfilingData<char>(ToolName, F, Args.data(), (ArgLength+3) & ~3);
119 CommandLines.push_back(std::string(&Args[0], &Args[ArgLength]));

Completed in 289 milliseconds

123456