Searched refs:enclosing (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-gimplify.c122 tree enclosing; local
124 for (enclosing = gimple_current_bind_expr ();
125 enclosing; enclosing = TREE_CHAIN (enclosing))
126 if (BIND_EXPR_BLOCK (enclosing))
129 enclosing = BIND_EXPR_BLOCK (enclosing);
130 BLOCK_SUBBLOCKS (enclosing) = chainon (BLOCK_SUBBLOCKS (enclosing), bloc
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dxcofflink.c493 relocs which may have been cached for the enclosing section. */
507 asection *enclosing;
509 enclosing = xcoff_section_data (abfd, sec)->enclosing;
511 if (enclosing != NULL
512 && (coff_section_data (abfd, enclosing) == NULL
513 || coff_section_data (abfd, enclosing)->relocs == NULL)
515 && enclosing->reloc_count > 0)
517 if (_bfd_coff_read_internal_relocs (abfd, enclosing, TRUE,
523 if (enclosing !
504 asection *enclosing; local
1142 asection *enclosing; local
1302 asection *enclosing; local
1396 asection *enclosing; local
4070 asection *enclosing; local
[all...]
H A Dlibcoff-in.h213 asection *enclosing; member in struct:xcoff_section_tdata
214 /* The lineno_count field for the enclosing section, because we are
H A Dlibcoff.h217 asection *enclosing; member in struct:xcoff_section_tdata
218 /* The lineno_count field for the enclosing section, because we are
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md172 * It is still possible to treat numbers and booleans as strings by enclosing them in double quotes.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp380 // As long as Old strictly encloses the scope's enclosing normal
625 EHScope &enclosing = *EHStack.find(Scope.getEnclosingNormalCleanup()); local
626 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing));
722 // to the enclosing cleanup
780 // If there aren't any enclosing cleanups, we can resolve all
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex662 % @group ... @end group forces ... to be all on one page, by enclosing
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex686 % @group ... @end group forces ... to be all on one page, by enclosing
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex663 % @group ... @end group forces ... to be all on one page, by enclosing

Completed in 269 milliseconds