HomeSort by relevance Sort by last modified time
    Searched refs:Block (Results 351 - 375 of 648) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.0.0-alpha3/
gradle-core-2.0.0-alpha3.jar 
  /external/valgrind/drd/tests/
tsan_unittest.cpp 487 // test05: FP. Synchronization via CondVar, but waiter does not block. {{{1
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle-core/1.5.0/
gradle-core-1.5.0.jar 
  /external/v8/src/ast/
prettyprinter.cc 93 void CallPrinter::VisitBlock(Block* node) {
235 void CallPrinter::VisitDoExpression(DoExpression* node) { Find(node->block()); }
496 void PrettyPrinter::VisitBlock(Block* node) {
772 PrintStatements(node->block()->statements());
1281 void AstPrinter::VisitBlock(Block* node) {
1283 node->ignore_completion_value() ? "BLOCK NOCOMPLETIONS" : "BLOCK";
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-alpha1/
gradle-core-1.4.0-alpha1.jar 
  /external/clang/include/clang/AST/
Decl.h 63 // Contains a memory block after the class, used for type source information,
826 /// declared in the same block scope. This controls whether we should merge
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 70 // Otherwise, make a new block to hold the code.
103 // Remember the block we came in on.
110 assert(outgoing && "expression emission cleared block!");
114 // for noreturn functions has to enter a new block with no
115 // predecessors. We want to kill that block and mark the current
120 // block, because *statement* emission does sometimes create
349 // simplify this block (we would need to remove it from the scope map
370 // Fall out of the current block (if necessary).
378 // Place the block after the current block, if possible, or else a
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 141 // - Per-block splitting.
252 /// Cached per-block interference maps
    [all...]
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 219 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Block, OS)
  /external/pdfium/third_party/lcms2-2.6/src/
lcms2_internal.h 366 cmsUInt8Number* Block;
446 // Returns the block assigned to the specific zone.
    [all...]
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.vert.h 54 Decorate 87(gl_PerVertex) Block
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 279 for (const BigBuffer::Block& block : buffer) {
280 if (!outputStream.Write(block.buffer.get(), block.size)) {
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-beta3/
gradle-core-1.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-beta5/
gradle-core-1.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.4.0-beta6/
gradle-core-1.4.0-beta6.jar 
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 327 #pragma mark Block Data Transfer...
330 // block data transfer...
  /external/clang/lib/AST/
DeclBase.cpp 636 case Block:
789 /// code context that is not a closure (a lambda, block, etc.).
953 case Decl::Block:
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaStmt.cpp 810 // FIXME: Remove the default statement from the switch block so that
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 545 const CFGBlock &Block = *SFC->getCallSiteBlock();
546 CFGElement Source = Block[SFC->getIndex()];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 85 // For each block.
487 DEBUG(dbgs() << "Loop Doesn't have unique exit block\n");
648 // inner block i.e. outer header will branch to either inner preheader and
662 // We do not have any basic block in between now make sure the outer header
721 static bool containsSafePHI(BasicBlock *Block, bool isOuterLoopExitBlock) {
722 for (auto I = Block->begin(); isa<PHINode>(I); ++I) {
724 // Reduction lcssa phi will have only 1 incoming block that from loop latch.
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java     [all...]
  /external/valgrind/helgrind/
hg_errors.c 897 if (xe->XE.Race.data_addrinfo.Addr.Block.alloc_tinfo.tnr) {
901 == xe->XE.Race.data_addrinfo.Addr.Block.alloc_tinfo.tnr) {
    [all...]
  /external/deqp/framework/common/
tcuAstcUtil.cpp 183 DECOMPRESS_RESULT_VALID_BLOCK = 0, //!< Decompressed valid block
189 // A helper for getting bits from a 128-bit block.
302 // Data from an ASTC block's "block mode" part (i.e. bits [0,10]).
523 throw InternalError("Infinity or NaN color component in HDR void extent block in ASTC texture (behavior undefined by ASTC specification)");
    [all...]

Completed in 1350 milliseconds

<<11121314151617181920>>