Searched refs:compilerExecInfo (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/ |
H A D | crash_builds_test.go | 18 shouldAutocrash: func(env, *config, *command, compilerExecInfo) bool { 38 shouldAutocrash: func(env, *config, *command, compilerExecInfo) bool { 59 shouldAutocrash: func(env, *config, *command, compilerExecInfo) bool { 111 shouldAutocrash: func(env, *config, *command, compilerExecInfo) bool { 163 shouldAutocrash: func(env, *config, *command, compilerExecInfo) bool { 216 shouldAutocrash: func(env, *config, *command, compilerExecInfo) bool {
|
H A D | crash_builds.go | 38 func shouldAutocrashPostExec(env env, cfg *config, originalCmd *command, runInfo compilerExecInfo) … argument 69 type compilerExecInfo struct { struct 82 shouldAutocrash func(env, *config, *command, compilerExecInfo) bool 115 crash := autocrashAllowed && preds.shouldAutocrash(env, cfg, originalCmd, compilerExecInfo{
|