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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.h 173 bool checkBranches();
HexagonMCChecker.cpp 234 bool chkB = checkBranches();
270 bool HexagonMCChecker::checkBranches() {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
branches.go 14 // checkBranches checks correct use of labels and branch
21 func checkBranches(body *BlockStmt, errh ErrorHandler) {
parser.go 557 if p.mode&CheckBranches != 0 && errcnt == p.errcnt {
558 checkBranches(body, p.errh)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
branches.go 14 // checkBranches checks correct use of labels and branch
21 func checkBranches(body *BlockStmt, errh ErrorHandler) {
parser.go 557 if p.mode&CheckBranches != 0 && errcnt == p.errcnt {
558 checkBranches(body, p.errh)
    [all...]

Completed in 423 milliseconds