HomeSort by relevance Sort by last modified time
    Searched defs:Branches (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 80 struct branch_info * Branches;
547 s->Branches, s->CurrentBranchDepth, s->BranchesReserved, 1);
549 branch = &s->Branches[s->CurrentBranchDepth++];
566 branch = &s->Branches[s->CurrentBranchDepth - 1];
578 branch = &s->Branches[s->CurrentBranchDepth - 1];
radeon_emulate_branches.c 52 struct branch_info * Branches;
64 s->Branches, s->BranchCount, s->BranchReserved, 1);
68 branch = &s->Branches[s->BranchCount++];
73 * it at ENDIF time and it might be overwritten in both branches. */
93 rc_error(s->C, "Encountered ELSE outside of branches");
99 branch = &s->Branches[s->BranchCount - 1];
204 rc_error(s->C, "Encountered ENDIF outside of branches");
210 branch = &s->Branches[s->BranchCount - 1];
305 * Remove branch instructions; instead, execute both branches
  /external/llvm/include/llvm/Support/
GCOV.h 379 : Name(Name), LogicalLines(0), LinesExec(0), Branches(0),
387 uint32_t Branches;
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h     [all...]

Completed in 182 milliseconds