Home
last modified time | relevance | path

Searched refs:current_branch (Results 1 - 7 of 7) sorted by relevance

/third_party/rust/crates/once_cell/xtask/src/
H A Dmain.rs72 let current_branch = cmd!(sh, "git branch --show-current").read()?; in main()
74 let dry_run = sh.var("CI").is_err() || has_tag || current_branch != "master"; in main()
/third_party/node/deps/v8/src/compiler/
H A Dbranch-elimination.cc429 Node* current_branch, bool is_true_branch, bool in_new_block) { in UpdateConditions()
435 current_branch, is_true_branch); in UpdateConditions()
438 prev_conditions.AddCondition(zone_, current_condition, current_branch, in UpdateConditions()
427 UpdateConditions( Node* node, ControlPathConditions prev_conditions, Node* current_condition, Node* current_branch, bool is_true_branch, bool in_new_block) UpdateConditions() argument
H A Dbranch-elimination.h117 Node* current_condition, Node* current_branch,
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py566 current_branch = _RunCommand(['git', 'rev-parse', '--abbrev-ref', 'HEAD'])[0].splitlines()[0]
567 if current_branch != 'main':
/third_party/pcre2/pcre2/src/
H A Dpcre2_intmodedep.h703 PCRE2_UCHAR *current_branch; member
H A Dpcre2_compile.c8130 bc.current_branch = code; in compile_regex()
8338 bc.current_branch = last_branch = code; in compile_regex()
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2933 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_else() local
2936 assert(!current_branch->loop_entry_block); in ac_build_else()
2941 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block); in ac_build_else()
2942 set_basicblock_name(current_branch->next_block, "else", label_id); in ac_build_else()
2944 current_branch->next_block = endif_block; in ac_build_else()
2965 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_endif() local
2967 assert(!current_branch->loop_entry_block); in ac_build_endif()
2969 emit_default_branch(ctx->builder, current_branch->next_block); in ac_build_endif()
2970 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block); in ac_build_endif()
2971 set_basicblock_name(current_branch in ac_build_endif()
[all...]

Completed in 28 milliseconds