/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | InitLLVM.cpp | 24 InitLLVM::InitLLVM(int &Argc, const char **&Argv, in InitLLVM() argument 26 : StackPrinter(Argc, Argv) { in InitLLVM() 29 sys::PrintStackTraceOnErrorSignal(Argv[0]); in InitLLVM() 37 // write them back to the Argv vector. in InitLLVM() 42 std::string Banner = std::string(Argv[0]) + ": "; in InitLLVM() 52 Argv = Args.data(); in InitLLVM()
|
H A D | CommandLine.cpp | 1113 SmallVectorImpl<const char *> &Argv, bool MarkEOLs, in ExpandResponseFiles() 1129 FileStack.push_back({"", Argv.size()}); in ExpandResponseFiles() 1131 // Don't cache Argv.size() because it can change. in ExpandResponseFiles() 1132 for (unsigned I = 0; I != Argv.size();) { in ExpandResponseFiles() 1139 const char *Arg = Argv[I]; in ExpandResponseFiles() 1210 Argv.erase(Argv.begin() + I); in ExpandResponseFiles() 1211 Argv.insert(Argv.begin() + I, ExpandedArgv.begin(), ExpandedArgv.end()); in ExpandResponseFiles() 1214 // If successful, the top of the file stack will mark the end of the Argv in ExpandResponseFiles() 1112 ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer, SmallVectorImpl<const char *> &Argv, bool MarkEOLs, bool RelativeNames, llvm::vfs::FileSystem &FS, llvm::Optional<llvm::StringRef> CurrentDir) ExpandResponseFiles() argument 1223 readConfigFile(StringRef CfgFile, StringSaver &Saver, SmallVectorImpl<const char *> &Argv) readConfigFile() argument [all...] |
/third_party/node/test/fuzzers/ |
H A D | fuzz_helper.h | 1 struct Argv { struct 3 Argv() : Argv({"node", "-p", "process.version"}) {} in Argv() function 5 Argv(const std::initializer_list<const char*> &args) { in Argv() function 26 ~Argv() { in ~Argv()
|
H A D | fuzz_env.cc | 75 Argv argv; in EnvTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceBrowserCompileServer.cpp | 133 std::vector<const char *> Argv; in onInitCallback() local 135 Argv.reserve(CLArgsLen + 1); in onInitCallback() 136 Argv.push_back(ProgramName); in onInitCallback() 142 Argv.push_back(CLArgs[i]); in onInitCallback() 146 Argv.emplace_back(Arg.c_str()); in onInitCallback() 153 Argv.size(), Argv.data()); in onInitCallback()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | InitLLVM.h | 36 InitLLVM(int &Argc, const char **&Argv, 38 InitLLVM(int &Argc, char **&Argv, bool InstallPipeSignalExitHandler = true) in InitLLVM() argument 39 : InitLLVM(Argc, const_cast<const char **&>(Argv), in InitLLVM()
|
H A D | CommandLine.h | 2054 /// \param [out] Argv Array to which the read options are added. 2062 SmallVectorImpl<const char *> &Argv); 2065 /// StringSaver and tokenization strategy. Argv should contain the command line 2066 /// before expansion and will be modified in place. If requested, Argv will 2074 /// \param [in,out] Argv Command line into which to expand response files. 2076 /// with nullptrs in the Argv vector. 2085 SmallVectorImpl<const char *> &Argv, bool MarkEOLs = false,
|
/third_party/node/test/cctest/ |
H A D | test_environment.cc | 43 Argv argv; in TEST_F() 104 Argv argv; in TEST_F() 137 const Argv argv; in TEST_F() 159 const Argv argv; in TEST_F() 188 const Argv argv; in TEST_F() 215 const Argv argv; in TEST_F() 225 const Argv argv; in TEST_F() 238 const Argv argv; in TEST_F() 249 const Argv argv; in TEST_F() 260 const Argv arg in TEST_F() [all...] |
H A D | node_test_fixture.h | 15 struct Argv { struct 17 Argv() : Argv({"node", "-p", "process.version"}) {} in Argv() function 19 Argv(const std::initializer_list<const char*> &args) { in Argv() function 40 ~Argv() { in ~Argv() 154 const Argv& argv, in Env()
|
H A D | test_base_object_ptr.cc | 48 const Argv argv; in TEST_F() 63 const Argv argv; in TEST_F() 82 const Argv argv; in TEST_F() 100 const Argv argv; in TEST_F() 133 const Argv argv; in TEST_F() 172 const Argv argv; in TEST_F()
|
H A D | test_linked_binding.cc | 30 const Argv argv; in TEST_F() 68 const Argv argv; in TEST_F() 113 const Argv argv; in TEST_F() 136 const Argv argv; in TEST_F() 187 const Argv argv; in TEST_F() 215 const Argv argv; in TEST_F() 274 const Argv argv; in TEST_F() 309 const Argv argv; in TEST_F() 343 const Argv argv; in TEST_F()
|
H A D | test_node_postmortem_metadata.cc | 95 const Argv argv; in TEST_F() 116 const Argv argv; in TEST_F() 127 const Argv argv; in TEST_F() 138 const Argv argv; in TEST_F() 172 const Argv argv; in TEST_F()
|
H A D | test_report.cc | 62 const Argv argv; in TEST_F() 93 const Argv argv; in TEST_F()
|
H A D | test_platform.cc | 45 const Argv argv; in TEST_F() 115 const Argv argv; in TEST_F()
|
H A D | test_node_crypto_env.cc | 20 Argv argv; in TEST_F()
|
H A D | test_node_api.cc | 24 Argv argv; in TEST_F()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtilDarwin.cpp | 100 const char *Argv[] = {"sh", "-c", CommandCStr, NULL}; in ExecuteCommand() local 104 (char *const *)Argv, Environ); in ExecuteCommand()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 861 char* const* Argv() { return &args_[0]; } in Argv() function in testing::internal::Arguments 1044 status = fdio_spawn_etc(child_job, FDIO_SPAWN_CLONE_ALL, args.Argv()[0], in AssumeRole() 1045 args.Argv(), nullptr, 2, spawn_actions, in AssumeRole() 1198 char* const* Argv() { return &args_[0]; } in Argv() function in testing::internal::Arguments 1425 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]); in AssumeRole()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 862 char* const* Argv() { in Argv() function in testing::internal::Arguments 1056 child_job, FDIO_SPAWN_CLONE_ALL, args.Argv()[0], args.Argv(), nullptr, in AssumeRole() 1213 char* const* Argv() { in Argv() function in testing::internal::Arguments 1451 const pid_t child_pid = ExecDeathTestSpawnChild(args.Argv(), pipe_fd[0]); in AssumeRole()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 949 SmallVectorImpl<const char *> &Argv, in ExpandResponseFiles() 954 // Don't cache Argv.size() because it can change. in ExpandResponseFiles() 955 for (unsigned I = 0; I != Argv.size();) { in ExpandResponseFiles() 956 const char *Arg = Argv[I]; in ExpandResponseFiles() 983 Argv.erase(Argv.begin() + I); in ExpandResponseFiles() 984 Argv.insert(Argv.begin() + I, ExpandedArgv.begin(), ExpandedArgv.end()); in ExpandResponseFiles() 948 ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer, SmallVectorImpl<const char *> &Argv, bool MarkEOLs, bool RelativeNames) ExpandResponseFiles() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | CommandLine.h | 1826 /// StringSaver and tokenization strategy. Argv should contain the command line 1827 /// before expansion and will be modified in place. If requested, Argv will 1835 /// \param [in,out] Argv Command line into which to expand response files. 1837 /// with nullptrs in the Argv vector. 1842 SmallVectorImpl<const char *> &Argv,
|