Searched refs:block (Results 401 - 425 of 533) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp158 // Better be in a block declared in global scope.
167 llvm_unreachable("Unknown context for block static var decl");
525 const BlockDecl *block = be->getBlockDecl(); local
526 for (BlockDecl::capture_const_iterator i = block->capture_begin(),
527 e = block->capture_end(); i != e; ++i) {
871 // A normal fixed sized variable becomes an alloca in the entry block,
938 // Push a cleanup block and restore the stack there.
985 const BlockDecl *block = be->getBlockDecl(); local
986 for (BlockDecl::capture_const_iterator i = block->capture_begin(),
987 e = block
[all...]
H A DCGStmt.cpp67 // Otherwise, make a new block to hold the code.
99 // Remember the block we came in on.
106 assert(outgoing && "expression emission cleared block!");
110 // for noreturn functions has to enter a new block with no
111 // predecessors. We want to kill that block and mark the current
116 // block, because *statement* emission does sometimes create
242 // simplify this block (we would need to remove it from the scope map
263 // Fall out of the current block (if necessary).
271 // Place the block after the current block, i
297 EmitBlockAfterUses(llvm::BasicBlock *block) argument
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dtree.h852 #define TREE_BLOCK(NODE) (EXPR_CHECK (NODE)->exp.block)
1178 In a BLOCK node, nonzero if reorder_blocks has already seen this block.
1187 In a BLOCK, this means that the block contains variables that are used. */
1672 tree block;
1769 /* PHI_NODEs for each basic block are chained together in a single linked
1770 list. The head of the list is linked from the block annotation, and
1796 /* Basic block to that the phi node belongs. */
1834 #define BLOCK_VARS(NODE) (BLOCK_CHECK (NODE)->block.vars)
1835 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
1836 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block
1666 tree block; local
[all...]
/freebsd-10.0-release/contrib/apr-util/buckets/
H A Dapr_brigade.c306 apr_read_type_e block,
319 rv = apr_bucket_read(e, &str, &len, block);
/freebsd-10.0-release/contrib/libpcap/
H A Dgrammar.y203 pcap_strcasecmp(action, "block") == 0)
254 struct block *b;
256 struct block *rblk;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h41 /// at the statement and block-level. The analyses themselves must implement
147 /// Inform the CoreEngine that a basic block was aborted because
149 void addAbortedBlock(const ExplodedNode *node, const CFGBlock *block) { argument
150 blocksAborted.push_back(std::make_pair(block, node));
194 /// \brief Returns the number of times the current basic block has been
H A DSValBuilder.h202 DefinedSVal getBlockPointer(const BlockDecl *block, CanQualType locTy,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp203 DefinedSVal SValBuilder::getBlockPointer(const BlockDecl *block, argument
207 MemMgr.getBlockTextRegion(block, locTy, locContext->getAnalysisDeclContext());
431 // Just pass through function and block pointers.
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dp2041si.dtsi782 inbound-block@0 {
783 compatible = "fsl,rman-inbound-block";
790 inbound-block@1000 {
791 compatible = "fsl,rman-inbound-block";
794 inbound-block@2000 {
795 compatible = "fsl,rman-inbound-block";
798 inbound-block@3000 {
799 compatible = "fsl,rman-inbound-block";
H A Dp3041si.dtsi783 inbound-block@0 {
784 compatible = "fsl,rman-inbound-block";
791 inbound-block@1000 {
792 compatible = "fsl,rman-inbound-block";
795 inbound-block@2000 {
796 compatible = "fsl,rman-inbound-block";
799 inbound-block@3000 {
800 compatible = "fsl,rman-inbound-block";
H A Dp5020si.dtsi776 inbound-block@0 {
777 compatible = "fsl,rman-inbound-block";
784 inbound-block@1000 {
785 compatible = "fsl,rman-inbound-block";
788 inbound-block@2000 {
789 compatible = "fsl,rman-inbound-block";
792 inbound-block@3000 {
793 compatible = "fsl,rman-inbound-block";
/freebsd-10.0-release/sys/boot/i386/boot0/
H A Dboot0ext.S81 * Notice that this is also used to point to the values embedded in the block,
92 * If what the bios gives us is bad, use the '0' in the block instead, as well.
126 * as the bootable flag is after it in the block)
189 * to the "next drive" location in the loaded block in case we
402 xchgb %al,0x2(%si) # Set the block count in the
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot1.S99 push %cx # block
350 sub %al,0x2(%bp) # block count
/freebsd-10.0-release/tools/regression/pjdfstest/tests/unlink/
H A D00.t35 expect block lstat ${n0} type
/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dkern.c344 arg4.block = msg->lm_wait ? 1 : 0;
369 arg.block = msg->lm_wait ? 1 : 0;
H A Dtest.c333 arg.block = 0;
/freebsd-10.0-release/contrib/bzip2/
H A Dbzlib_private.h9 lossless, block-sorting data compression.
209 /* for doing the block sorting */
217 UChar* block; member in struct:__anon764
235 /* map of bytes used in block */
244 /* block and combined CRCs */
393 /* map of bytes used in block */
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl46 #### argument block layout relative to &tp[num-1], a.k.a. $num
62 stmdb sp!,{r0,r2} @ sp points at argument block
/freebsd-10.0-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile16 bcache.c bfd-target.c block.c blockframe.c breakpoint.c \
/freebsd-10.0-release/sys/arm/xscale/ixp425/
H A Dixp425_npe.c155 IxNpeDlNpeMgrDownloadMapBlockEntry block; member in union:__anon5938
164 /* used to access an instruction or data block in a microcode image */
171 /* used to access each Context Reg entry state-information block */
177 /* used to access a state-information block in a microcode image */
677 /* for each state-info context register entry in block */
737 * Read Download Map, checking each block type and calling
743 /* calculate pointer to block to be downloaded */
745 downloadMap->entry[i].block.offset;
746 switch (downloadMap->entry[i].block.type) {
767 "unknown block typ
[all...]
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c315 int block = 8 / ring_num; local
316 int extra = 8 - (block * ring_num);
328 if (extra && (num == block + 1)) {
332 } else if (!extra && (num == block)) {
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dexpprint.c33 #include "block.h"
110 struct block *b;
112 b = exp->elts[pc + 1].block;
928 gdb_print_host_address (exp->elts[elt].block, stream);
H A Dgdbtypes.h30 struct block;
1170 extern struct type *lookup_typename (char *, struct block *, int);
1173 struct block *);
H A Dobjc-lang.c44 #include "block.h"
80 block BLOCK. If NOERR is nonzero, return zero if NAME is not
84 lookup_struct_typedef (char *name, struct block *block, int noerr) argument
88 sym = lookup_symbol (name, block, STRUCT_DOMAIN, 0,
1284 struct block *block = NULL; local
1304 block = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), STATIC_BLOCK);
1315 if ((SYMBOL_VALUE_ADDRESS (msymbol) < BLOCK_START (block)) ||
1316 (SYMBOL_VALUE_ADDRESS (msymbol) >= BLOCK_END (block)))
1395 find_imps(struct symtab *symtab, struct block *block, char *method, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug) argument
[all...]
/freebsd-10.0-release/contrib/libarchive/cpio/
H A Dcpio.c617 blocks == 1 ? "block" : "blocks");
1001 blocks == 1 ? "block" : "blocks");
1017 const void *block; local
1021 r = archive_read_data_block(ar, &block, &size, &offset);
1029 r = (int)archive_write_data_block(aw, block, size, offset);
1077 blocks == 1 ? "block" : "blocks");
1212 blocks == 1 ? "block" : "blocks");

Completed in 375 milliseconds

<<11121314151617181920>>