Home
last modified time | relevance | path

Searched refs:encloses (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.cpp890 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in isObviouslyBranchWithoutCleanups()
901 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
915 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in EmitBranchThroughCleanup()
932 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
DCGCleanup.h495 bool encloses(iterator other) const { return Ptr >= other.Ptr; } in encloses() function
DEHScopeStack.h111 bool encloses(stable_iterator I) const { return Size <= I.Size; }
DCGStmt.cpp377 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
/freebsd-10-stable/contrib/texinfo/
DChangeLog3360 * makeinfo/cmds.c (cm_math): new function that encloses @math
/freebsd-10-stable/contrib/gcc/
DChangeLog.tree-ssa4418 (tree_ssa_ccp): Likewise. Also make sure timevar_pop encloses
12087 (compute_may_aliases): Make sure timevar encloses entire routine.