Home
last modified time | relevance | path

Searched defs:stdout (Results 1 – 14 of 14) sorted by relevance

/llvm-project/libc/src/__support/File/linux/
H A Dstdout.cpp18 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 Dremove-bbs-sequence.py10 stdout = opt.stdout.decode() variable
/llvm-project/libc/src/stdio/gpu/
H A Dstdout.cpp14 FILE *stdout = reinterpret_cast<FILE *>(&stub); global() variable
/llvm-project/llvm/utils/
H A Dreduce_pipeline.py80 stdout = opt.stdout.decode() variable
81 stdout = stdout[: stdout.rfind("\n")] variable
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonReadline.cpp37 static char *simple_readline(FILE *stdin, FILE *stdout, const char *prompt) { in simple_readline()
/llvm-project/openmp/runtime/tools/
H A Dlibomputils.py45 def __init__(self, args, stdout, stderr, returncode): argument
/llvm-project/clang/docs/tools/
H A Dgenerate_formatted_state.py127 stdout, err = cmd.communicate() global() variable
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/
H A DPrettyOutput.py30 stdout = Stream(sys.stdout, ctypes.windll.kernel32.GetStdHandle(-11)) variable in PrettyOutput
/llvm-project/llvm/utils/TableGen/jupyter/tablegen_kernel/
H A Dkernel.py299 def send_stdout(self, stdout): argument
/llvm-project/clang/utils/check_cfc/
H A Dcheck_cfc.py78 def __init__(self, msg, stdout, stderr): argument
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DPrettyOutputBase.py61 stdout = Stream(sys.stdout) variable in PrettyOutputBase
/llvm-project/clang/utils/analyzer/
H A DSATestBuild.py109 def stdout(message: str): function
[all...]
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py184 self, command, stdout, stderr, exitCode, timeoutReached, outputFiles=[] argument
[all...]
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp43 #define stdout __stdoutp global() macro
54 #define stdout global() macro