HomeSort by relevance Sort by last modified time
    Searched full:curblock (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/delibs/decpp/
deAppendList.hpp 176 Block* curBlock = m_first;
178 while (curBlock)
180 Block* const delBlock = curBlock;
182 curBlock = delBlock->next;
200 Block* curBlock = m_first;
202 while (curBlock)
204 Block* const delBlock = curBlock;
206 curBlock = delBlock->next;
226 // Fetch curBlock first before allocating slot. Otherwise m_last might get updated before
227 // this thread gets chance of reading it, leading to curBlock->blockNdx > blockNdx
    [all...]
  /external/pdfium/third_party/bigint/
BigIntegerUtils.hh 64 BigInteger::Blk curBlock = 0;
67 curBlock |= (BigInteger::Blk(data[pieceNum]) << (pieceSizeInBits * pieceNumHere));
68 blocks[blockNum] = curBlock;
  /external/selinux/libsepol/src/
policydb.c 1012 avrule_block_t *curblock; local
1018 for (curblock = p->global; curblock != NULL; curblock = curblock->next) {
1019 for (decl = curblock->branch_list; decl != NULL;
1031 for (curblock = p->global; curblock != NULL; curblock = curblock->next)
3498 avrule_block_t *last_block = NULL, *curblock; local
    [all...]
expand.c 2703 avrule_block_t *curblock = state->base->global; local
2926 avrule_block_t *curblock; local
    [all...]
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 406 BasicBlock *CurBlock = SI->getParent();
407 BasicBlock *OrigBlock = CurBlock;
408 Function *F = CurBlock->getParent();
414 BranchInst::Create(Default, CurBlock);
494 BranchInst::Create(Default, CurBlock);
524 CurBlock->getInstList().erase(SI);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 307 int patternMatch(BlockT *CurBlock);
308 int patternMatchGroup(BlockT *CurBlock);
310 int serialPatternMatch(BlockT *CurBlock);
311 int ifPatternMatch(BlockT *CurBlock);
312 int switchPatternMatch(BlockT *CurBlock);
313 int loopendPatternMatch(BlockT *CurBlock);
314 int loopPatternMatch(BlockT *CurBlock);
341 void mergeIfthenelseBlock(InstrT *BranchInstr, BlockT *CurBlock,
361 BlockT *cloneBlockForPredecessor(BlockT *CurBlock, BlockT *PredBlock);
372 bool isActiveLoophead(BlockT *CurBlock);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 221 CFGBlock *CurBlock = Stack.back();
224 unsigned ID = CurBlock->getBlockID();
233 if (hasRecursiveCallInPath(FD, *CurBlock))
239 for (auto I = CurBlock->succ_begin(), E = CurBlock->succ_end(); I != E; ++I)
    [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaStmt.cpp     [all...]

Completed in 1264 milliseconds