HomeSort by relevance Sort by last modified time
    Searched refs:blockID (Results 1 - 25 of 43) sorted by null

1 2

  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
InInitBlockCriterion.java 15 public final int blockID;
19 public InInitBlockCriterion(int blockID, boolean isStatic) {
20 this.blockID = blockID;
38 return indexInSource == blockID;
53 + " initializer with index " + blockID;
Criteria.java 449 public final static Criterion inStaticInit(int blockID) {
450 return new InInitBlockCriterion(blockID, true);
453 public final static Criterion inInstanceInit(int blockID) {
454 return new InInitBlockCriterion(blockID, false);
  /external/clang/lib/Analysis/
ReachableCode.cpp 321 unsigned blockID = B->getBlockID();
322 if (!Reachable[blockID]) {
323 Reachable.set(blockID);
376 unsigned blockID = block->getBlockID();
377 if (Reachable[blockID] || Visited[blockID])
379 Visited[blockID] = true;
389 unsigned blockID = PredBlock->getBlockID();
390 if (Visited[blockID]) {
394 if (!Reachable[blockID]) {
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/specification/
IndexFileSpecification.java 273 private void parseStaticInit(CriterionList clist, String className, int blockID, ABlock block) {
274 clist = clist.add(Criteria.inStaticInit(blockID));
278 parseBlock(clist, className, "static init number " + blockID + "()", block);
281 private void parseInstanceInit(CriterionList clist, String className, int blockID, ABlock block) {
282 clist = clist.add(Criteria.inInstanceInit(blockID));
283 parseBlock(clist, className, "instance init number " + blockID + "()", block);
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp 324 int32_t blockID,
327 if (blockID >= numRSBlocks)
338 if (blockID < numRsBlocksInGroup1) {
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
ThreadSafetyTIL.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 466 SS << BB->blockID();
808 SS << "BB_" << E->blockID() << ":";
810 SS << " BB_" << E->parent()->blockID();
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]

Completed in 518 milliseconds

1 2