HomeSort by relevance Sort by last modified time
    Searched refs:current_branch (Results 1 - 6 of 6) sorted by null

  /external/bison/build-aux/
gnu-web-doc-update 137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 396 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
413 if (current_block != current_branch->if_block) {
414 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
417 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
419 current_branch->has_else = 1;
420 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block);
430 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
435 if (current_block != current_branch->if_block
436 && current_block != current_branch->else_bloc
    [all...]
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 313 current_branch = _RunCommand(
315 if current_branch != 'master':
  /external/pcre/dist/
pcre_compile.c     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]
hydrogen-instructions.h     [all...]

Completed in 439 milliseconds