Searched refs:temp_arg (Results 1 – 2 of 2) sorted by relevance
128 char *temp_arg; in main() local151 if ((temp_arg = malloc(strlen(optarg) + 2)) == NULL) in main()153 strcpy(temp_arg, optarg); in main()154 strcat(temp_arg, "\n"); in main()155 add_compunit(CU_STRING, temp_arg); in main()
2501 for (llvm::StringRef temp_arg : temp_args.GetArgumentArrayRef()) in VerifyIDs() local2502 if (auto bp_id = BreakpointID::ParseCanonicalReference(temp_arg)) in VerifyIDs()