Home
last modified time | relevance | path

Searched refs:call_exect (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A Dmain.c180 void call_exect() { in call_exect() function
287 call_exect(); in main()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c117 static int call_exect(const char *path, char *const argv[], char *const envp[]);
196 return call_exect(path, argv, envp); in exect()
345 static int call_exect(const char *path, char *const argv[], in call_exect() function