HomeSort by relevance Sort by last modified time
    Searched refs:Blocks (Results 51 - 65 of 65) sorted by null

1 23

  /external/clang/lib/AST/
CommentSema.cpp 553 ArrayRef<BlockContentComment *> Blocks) {
554 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
    [all...]
  /external/chromium_org/v8/src/
lithium.h 293 bool Blocks(LOperand* operand) const {
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 122 SmallVector<BlockExpr *, 32> Blocks;
    [all...]
RewriteModernObjC.cpp 131 SmallVector<BlockExpr *, 32> Blocks;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 54 typedef struct Blocks Blocks;
75 * store the interiors of `%rep...%endrep' blocks, which are
78 * blocks are signified by having a NULL `name' field.
453 * Tokens are allocated in blocks to improve speed
457 struct Blocks {
458 Blocks *next;
462 static Blocks blocks = { NULL, NULL }; variable
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 415 if (LangOpts.Blocks) {
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 375 // In addition, in blocks in non-C++ modes, if all of the return
    [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 286 /// implicit fall-throughs without extra basic blocks.
310 // A list of blocks that end with a "goto" that must be backpatched to their
647 Block = NULL; // the EXIT block is empty. Create all other blocks lazily.
712 /// createBlock - Used to lazily create blocks that are connected
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 444 ; final coefficients are cut into four blocks:
449 ; Blocks A and C are straight calculation through the various stages. In
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 698 (*===-- Basic Blocks ------------------------------------------------------===*)
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 532 milliseconds

1 23