Home
last modified time | relevance | path

Searched defs:cwd (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project/flang/test/Semantics/
H A Dgetcwd.f904 subroutine bad_kind_error(cwd, status) argument
5 CHARACTER(len=255) :: cwd local
16 subroutine bad_apply_form(cwd) argument
17 CHARACTER(len=255) :: cwd local
25 subroutine good_subroutine(cwd, status) argument
26 CHARACTER(len=255) :: cwd local
31 subroutine good_function(cwd, status) argument
32 CHARACTER(len=255) :: cwd local
/llvm-project/flang/test/Lower/Intrinsics/
H A Dgetcwd.f905 subroutine cwd_only(cwd) argument
6 CHARACTER(len=255) :: cwd local
23 subroutine all_arguments(cwd, status) argument
24 CHARACTER(len=255) :: cwd local
H A Dgetcwd-optional.f908 subroutine test(cwd, status) argument
9 CHARACTER(len=255) :: cwd local
H A Dgetcwd-function.f907 CHARACTER(len=255) :: cwd local
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dclang.py43 def get_arguments(command, cwd): argument
182 def get_triple_arch(command, cwd): argument
H A D__init__.py60 def run_command(command, cwd=None): argument
H A Dintercept.py216 def abspath(cwd, name): argument
/llvm-project/lldb/test/API/tools/lldb-dap/launch/
H A Dmain.c10 char *cwd = getcwd(NULL, 0); main() local
/llvm-project/libc/test/integration/src/unistd/
H A Dgetcwd_test.cpp26 char *cwd = LIBC_NAMESPACE::getcwd(nullptr, 0); in TEST_MAIN() local
/llvm-project/libc/src/unistd/linux/
H A Dgetcwd.cpp47 auto cwd = internal::strdup(pathbuf); variable
/llvm-project/clang/test/CodeGen/
H A D2003-11-27-ConstructorCast.c4 long cwd; member
H A D2003-11-27-UnionCtorInitialization.c4 long cwd; member
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
H A Dabsolute.pass.cpp38 const fs::path cwd = fs::current_path(); in basic_test() local
/llvm-project/lldb/test/API/lua_api/
H A DTestLuaAPI.py67 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): argument
/llvm-project/flang/unittests/Frontend/
H A DCompilerInstanceTest.cpp39 llvm::SmallString<64> cwd; in TEST() local
H A DFrontendActionTest.cpp57 llvm::SmallString<256> cwd; in SetUp() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
H A Dproximate.pass.cpp53 const path cwd = fs::current_path(); in basic_test() local
/llvm-project/flang/test/Evaluate/
H A Dtest_folding.py68 cwd = os.getcwd() variable
/llvm-project/llvm/utils/lit/lit/
H A DTestRunner.py90 def __init__(self, cwd, env): argument
213 def expand_glob(arg, cwd): argument
219 def expand_glob_expressions(args, cwd) argument
1035 executeScriptInternal( test, litConfig, tmpBase, commands, cwd, debug=True ) global() argument
1160 executeScript(test, litConfig, tmpBase, commands, cwd) global() argument
[all...]
H A DShCommands.py52 def resolve(self, cwd): argument
H A Dutil.py357 command, cwd=None, env=None, input=None, timeout=0, redirect_stderr=False argument
/llvm-project/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp311 char cwd[PATH_MAX]; in main() local
/llvm-project/llvm/utils/git/
H A Dpre-push.py84 shell( cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, ignore_errors=False, text=True, print_raw_stderr=False, ) global() argument
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DCommand.cpp93 mlir::Location loc, mlir::Value cwd) { in genGetCwd()
/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c36 static char const *cwd = NULL; variable

123