Home
last modified time | relevance | path

Searched defs:current_branch (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/once_cell/xtask/src/
Dmain.rs72 let current_branch = cmd!(sh, "git branch --show-current").read()?; in main() localVariable
/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.cc429 Node* current_branch, bool is_true_branch, bool in_new_block) { in UpdateConditions()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c2933 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_else() local
2965 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_endif() local
/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h703 PCRE2_UCHAR *current_branch; member