Home
last modified time | relevance | path

Searched full:encloses (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dimi,rdacm2x-gmsl.yaml20 The RDACM20 camera module encloses a Maxim Integrated MAX9271 GMSL serializer,
25 The RDACM21 camera module encloses the same serializer, coupled with an
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp299 // Returns true if S encloses T.
300 static bool encloses(StringRef s, StringRef t) { in encloses() function
310 if (encloses(mb.getBuffer(), tokens[pos - 1])) in getCurrentMB()
H A DInputSection.h231 // Get a symbol that encloses this offset from within the section. If type is
H A DInputSection.cpp281 // Find a symbol that encloses a given location.
337 // Find a symbol that encloses a given location. getObjMsg may be called in getObjMsg()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h83 /// \param ParentName Name of the function that encloses the target region.
98 /// \param ParentName Name of the function that encloses the target region.
113 /// \param ParentName Name of the function that encloses the target region.
H A DCGCleanup.cpp420 // As long as Old strictly encloses the scope's enclosing normal in PopCleanupBlocks()
1072 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in isObviouslyBranchWithoutCleanups()
1083 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
1097 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in EmitBranchThroughCleanup()
1114 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
H A DCGCleanup.h608 bool encloses(iterator other) const { return Ptr >= other.Ptr; }
H A DCGOpenMPRuntime.h324 /// \param ParentName Name of the function that encloses the target region.
1362 /// \param ParentName Name of the function that encloses the target region.
2170 /// \param ParentName Name of the function that encloses the target region.
H A DCGStmt.cpp701 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.h16 /// consists of a VPRegionBlock, denoted Top Region, which encloses any other
/freebsd/contrib/mandoc/
H A Dmdoc.71080 Encloses its arguments in square brackets.
1114 Encloses its arguments in curly braces.
1302 Encloses its arguments in
1476 It encloses its argument in the delimiters specified by the last
1763 In other sections, it only encloses its argument in angle brackets
2220 Encloses its arguments in
2338 Encloses its arguments in
/freebsd/share/man/man4/
H A Dsmp.474 The top level XML tag is <groups>, which encloses one or more <group> tags
/freebsd/contrib/ncurses/man/
H A Dcurs_mouse.3x226 window \fIwin\fP encloses this point.
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-loop.mk5 # variable 'var'. For example, '${1 2 3:L:@word@<${word}>@}' encloses each
/freebsd/sys/powerpc/ofw/
H A Dofw_machdep.c293 * Case 1: Exclusion region encloses complete in excise_reserved_regions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2351 !CurBSI->TheDecl->Encloses(CurContext)) { in getCurBlock()
2375 if (LSI->Lambda && !LSI->Lambda->Encloses(CurContext) && in getEnclosingLambda()
2403 !CurLSI->Lambda->Encloses(CurContext) && CurLSI->AfterParameterList) { in getCurLambda()
H A DSemaExprMember.cpp264 RepClass->Encloses(ContextClass)) in diagnoseInstanceReference()
H A DSemaDecl.cpp1546 } else if (IDC->Encloses(CurContext)) in PushOnScopeChains()
6106 // Check whether the qualifying scope encloses the scope of the original in diagnoseQualifiedDeclaration()
6109 if (!Cur->Encloses(DC) && !(TemplateId || IsMemberSpecialization)) { in diagnoseQualifiedDeclaration()
8213 if (RD->isLambda() && OldDC->Encloses(NewDC->getLexicalParent())) { in CheckShadow()
16970 // encloses the other). in isAcceptableTagRedeclContext()
16972 (OldDC->Encloses(NewDC) || NewDC->Encloses(OldDC))) in isAcceptableTagRedeclContext()
17289 !EnclosingNS->Encloses(ND->getDeclContext())) { in ActOnTag()
H A DSemaTemplate.cpp1923 OutermostContext->Encloses(PrevDecl->getDeclContext()))) { in CheckClassTemplate()
7910 if (!(DC->isFileContext() ? DC->Encloses(SpecializedContext) in CheckTemplateSpecializationScope()
9304 if (CurContext->Encloses(OrigContext)) in CheckExplicitInstantiationScope()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1399 bool DeclContext::Encloses(const DeclContext *DC) const { in Encloses() function in DeclContext
1401 return getPrimaryContext()->Encloses(DC); in Encloses()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp645 // If there's a current expansion that encloses this one, this one can't be in MacroExpands()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2222 /// Determine whether this declaration context encloses the
2224 bool Encloses(const DeclContext *DC) const;
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c1985 /* check to see if given window encloses given screen location */ in wenclose()
/freebsd/usr.bin/lex/
H A Dlex.13817 encloses them in parentheses.
/freebsd/contrib/sendmail/src/
H A Dsendmail.h1125 ENVELOPE *e_parent; /* the message this one encloses */

12