| /llvm-project-15.0.7/llvm/test/CodeGen/X86/GC/ |
| H A D | ocaml-gc.ll | 4 ; CHECK-NEXT: .file "<stdin>" 7 ; CHECK: .globl "caml<stdin>__code_begin" 8 ; CHECK-NEXT: "caml<stdin>__code_begin": 10 ; CHECK-NEXT: .globl "caml<stdin>__data_begin" 11 ; CHECK-NEXT: "caml<stdin>__data_begin": 16 ; CHECK: .globl "caml<stdin>__code_end" 17 ; CHECK-NEXT: "caml<stdin>__code_end": 19 ; CHECK-NEXT: .globl "caml<stdin>__data_end" 20 ; CHECK-NEXT: "caml<stdin>__data_end": 22 ; CHECK-NEXT: .globl "caml<stdin>__frametable" [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/Inputs/ |
| H A D | flush-output.py | 15 '--output-style=GNU'], stdout=subprocess.PIPE, stdin=subprocess.PIPE) 18 cmd.stdin.write(b'0\n') 19 cmd.stdin.flush() 21 cmd.stdin.write(b'bad\n') 22 cmd.stdin.flush()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | global-region-invalidation-errno.c | 28 fscanf(stdin, "%d", &i); in testErrnoSystem() 30 fscanf(stdin, "%d", &i); // errno gets invalidated here. in testErrnoSystem() 35 fscanf(stdin, "%d", &i); // errno gets invalidated here. in testErrnoSystem() 43 fscanf(stdin, "%d", &i); in testErrnoInternal()
|
| H A D | taint-tester.c | 93 fscanf(stdin, "%s %d", s, &t); in fscanfTest() 114 fscanf(stdin, "%d", &i); in stdinTest1() 118 FILE *p = stdin; in stdinTest2() 137 FILE **ppp = &stdin; in stdinTest3() 147 fscanf(stdin, "%d", &i); in stdinTest4() 154 int i = getw(stdin); // expected-warning + {{tainted}} in getwTest() 166 while ((read = getline(&line, &len, stdin)) != -1) { in getlineTest()
|
| H A D | redefined_system.c | 9 char stdin(void); 16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi(); in foo()
|
| H A D | taint-tester.cpp | 6 extern FILE *stdin; 24 while ((read = T.getline(&line, &len, stdin)) != -1) { in getlineTest()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/ |
| H A D | err34-c.c | 9 extern FILE *stdin; 34 fscanf(stdin, "%lld", &ll); in f1() 38 fscanf(stdin, "%llu", &ull); in f1() 42 fscanf(stdin, "%ju", &uim); in f1() 46 fscanf(stdin, "%lg", &d); in f1()
|
| H A D | err34-c.cpp | 5 extern FILE *stdin; 16 using ::FILE; using ::stdin; 28 std::fscanf(std::stdin, "%lld", &ll); in f1()
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | extract_symbols.py | 34 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 36 process.stdin.close() 47 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 51 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 53 process.stdin.close() 68 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 70 process.stdin.close() 98 stdout=subprocess.PIPE, stdin=subprocess.PIPE, 100 process.stdin.close() 378 stdin=subprocess.PIPE, [all …]
|
| H A D | extract-section.py | 22 reading_source = sys.stdin.buffer 28 msvcrt.setformat(sys.stdin.fileno(), os.O_BINARY) 29 reading_source = sys.stdin 36 proc = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | git-clang-format | 329 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE) 330 p.stdin.close() 440 p = subprocess.Popen(cmd, stdin=subprocess.PIPE) 442 p.stdin.write(to_bytes('%s\0' % line)) 443 p.stdin.close() 467 git_show = subprocess.Popen(git_show_cmd, stdin=subprocess.PIPE, 469 git_show.stdin.close() 479 clang_format_stdin = clang_format.stdin 587 stdin = kwargs.pop('stdin', '') 593 stdin=subprocess.PIPE) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/io/ |
| H A D | main.c | 6 if (fgets(line, sizeof(line), stdin)) { in main() 10 if (fgets(line, sizeof(line), stdin)) { in main() 14 if (fgets(line, sizeof(line), stdin)) { in main()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ |
| H A D | cmdline.test | 18 HELP: --addresses-from-stdin 25 RUN: not llvm-gsymutil --addresses-from-stdin --address 0x12345678 | FileCheck --check-prefix=INCOM… 26 RUN: not llvm-gsymutil --addresses-from-stdin llvm-gsymutil | FileCheck --check-prefix=INCOMPATIBLE… 27 …: error: no input files or addresses can be specified when using the --addresses-from-stdin option.
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | time-trace.s | 11 # RUN: | %python -c 'import json, sys; json.dump(json.loads(sys.stdin.read()), sys.stdout, sort_k… 17 # RUN: | %python -c 'import json, sys; json.dump(json.loads(sys.stdin.read()), sys.stdout, sort_k… 22 # RUN: | %python -c 'import json, sys; json.dump(json.loads(sys.stdin.read()), sys.stdout, sort_k…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | stdin.test | 1 ## Show that llvm-size reads stdin if the input file is '-'. 7 # BERKELEY: 1 2 4 7 7 <stdin> 8 # SYSV: <stdin> :
|
| /llvm-project-15.0.7/llvm/utils/git/ |
| H A D | pre-push.py | 84 def shell(cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, argument 100 stdin=subprocess.PIPE, 102 stdout, stderr = p.communicate(input=stdin) 217 lines = sys.stdin.readlines() 218 sys.stdin = open('/dev/tty', 'r')
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | cv-def-range.s | 19 .cv_loc 0 1 3 0 is_stmt 0 # <stdin>:3:0 27 .cv_loc 0 1 4 7 # <stdin>:4:7 29 .cv_loc 0 1 5 3 # <stdin>:5:3 32 .cv_loc 0 1 6 1 # <stdin>:6:1
|
| H A D | cv-inline-linetable-unreachable.s | 20 .cv_loc 0 1 7 0 is_stmt 0 # <stdin>:7:0 24 .cv_loc 1 1 4 3 # <stdin>:4:3 55 .long 4099 # Inlined function f starts at <stdin>:3
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | clang-include-fixer.el | 118 (let ((stdin (current-buffer)) 127 :sentinel (clang-include-fixer--sentinel stdin stdout stderr 137 (let* ((stdin (current-buffer)) 145 (clang-include-fixer--sentinel stdin stdout nil 165 (defun clang-include-fixer--sentinel (stdin stdout stderr callback) 171 (cl-check-type stdin buffer-live) 182 (with-current-buffer stdin
|
| /llvm-project-15.0.7/llvm/test/FileCheck/match-time-error-propagation/ |
| H A D | matched-expected-pattern.txt | 11 ERR-NEXT:<stdin>:1:1: note: found here 14 ERR-NEXT:<stdin>:1:1: note: with "122+1" equal to "123" 17 ERR-NEXT:<stdin>:1:5: note: captured var "STR" 20 ERR-NEXT:<stdin>:1:9: error: unable to represent numeric value
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/launch/ |
| H A D | main.cpp | 9 fgets (buffer, sizeof (buffer), stdin); in main() 13 fgets (buffer, sizeof (buffer), stdin); in main()
|
| /llvm-project-15.0.7/llvm/test/Support/ |
| H A D | interrupts.test | 13 proc = subprocess.Popen([sys.argv[2]], stdout=subprocess.PIPE, stdin=subprocess.PIPE) 15 proc.stdin.write(b'foo\n') 16 proc.stdin.flush()
|
| /llvm-project-15.0.7/llvm/utils/count/ |
| H A D | count.c | 31 NumRead = fread(Buffer, 1, sizeof(Buffer), stdin); in main() 38 if (!feof(stdin)) { in main()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
| H A D | popen_spawn.py | 40 kwargs = dict(bufsize=0, stdin=subprocess.PIPE, 142 return self.proc.stdin.write(b) 146 self.proc.stdin.write(b) 188 self.proc.stdin.close()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonReadline.cpp | 37 static char *simple_readline(FILE *stdin, FILE *stdout, const char *prompt) { in simple_readline() argument 38 rl_instream = stdin; in simple_readline()
|