/llvm-project/libc/src/__support/File/linux/ |
H A D | stdout.cpp | 18 File *stdout = &StdOut; global() variable 23 FILE *stdout = reinterpret_cast<FILE *>(&LIBC_NAMESPACE::StdOut); global() variable
|
/llvm-project/llvm/test/tools/llvm-reduce/ |
H A D | remove-bbs-sequence.py | 10 stdout = opt.stdout.decode() variable
|
/llvm-project/libc/src/stdio/gpu/ |
H A D | stdout.cpp | 14 FILE *stdout = reinterpret_cast<FILE *>(&stub); global() variable
|
/llvm-project/llvm/utils/ |
H A D | reduce_pipeline.py | 80 stdout = opt.stdout.decode() variable 81 stdout = stdout[: stdout.rfind("\n")] variable
|
/llvm-project/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()
|
/llvm-project/openmp/runtime/tools/ |
H A D | libomputils.py | 45 def __init__(self, args, stdout, stderr, returncode): argument
|
/llvm-project/clang/docs/tools/ |
H A D | generate_formatted_state.py | 127 stdout, err = cmd.communicate() global() variable
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/ |
H A D | PrettyOutput.py | 30 stdout = Stream(sys.stdout, ctypes.windll.kernel32.GetStdHandle(-11)) variable in PrettyOutput
|
/llvm-project/llvm/utils/TableGen/jupyter/tablegen_kernel/ |
H A D | kernel.py | 299 def send_stdout(self, stdout): argument
|
/llvm-project/clang/utils/check_cfc/ |
H A D | check_cfc.py | 78 def __init__(self, msg, stdout, stderr): argument
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | PrettyOutputBase.py | 61 stdout = Stream(sys.stdout) variable in PrettyOutputBase
|
/llvm-project/clang/utils/analyzer/ |
H A D | SATestBuild.py | 109 def stdout(message: str): function [all...] |
/llvm-project/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 184 self, command, stdout, stderr, exitCode, timeoutReached, outputFiles=[] argument [all...] |
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 43 #define stdout __stdoutp global() macro 54 #define stdout global() macro
|