Home
last modified time | relevance | path

Searched refs:Bind (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp102 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor() argument
105 Bind(Bind), Matches(false) {} in MatchChildASTVisitor()
377 if (Bind != ASTMatchFinder::BK_All) { in match()
415 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anon17c865b50111::MatchChildASTVisitor
601 BindKind Bind) { in memoizedMatchesRecursively() argument
604 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind); in memoizedMatchesRecursively()
623 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind); in memoizedMatchesRecursively()
636 BindKind Bind) { in matchesRecursively() argument
649 IgnoreImplicitChildren, Bind); in matchesRecursively()
675 BoundNodesTreeBuilder *Builder, BindKind Bind) override { in matchesChildOf() argument
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h155 struct Bind { struct
160 #define GTEST_BIND_(TmplSel, T) TmplSel::template Bind<T>::type
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.cpp246 FormatBindingLocation Bind(RI, RTI); in prettyPrintResources() local
249 Type, Format, Dim, ID, Bind, Count); in prettyPrintResources()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h40 extern bool Bind;
/freebsd/sys/dev/agp/
H A Dagp_if.m62 # Bind a single page in the AGP aperture to a given physical address.
124 # Bind a memory region to a specific byte offset within the chipset's
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp26 class BoolAssignmentChecker : public Checker<check::Bind> {
H A DUndefinedAssignmentChecker.cpp25 : public Checker<check::Bind> {
H A DCheckerDocumentation.cpp41 check::Bind,
H A DAnalysisOrderChecker.cpp39 check::Bind, check::PointerEscape, check::RegionChanges,
H A DObjCSelfInitChecker.cpp63 check::Bind > {
H A DDereferenceChecker.cpp30 check::Bind,
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h217 Bind, enumerator
459 case OpenACCClauseKind::Bind: in printOpenACCClauseKind()
H A DOpenACCClauses.def27 VISIT_CLAUSE(Bind)
/freebsd/etc/
H A Dmaster.passwd14 bind:*:53:53::0:0:Bind Sandbox:/:/usr/sbin/nologin
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp565 uint8_t Bind = ELF::STB_GLOBAL; in addSymbol() local
572 Bind = ELF::STB_GLOBAL; in addSymbol()
575 Bind = ELF::STB_LOCAL; in addSymbol()
578 Bind = ELF::STB_WEAK; in addSymbol()
609 SymInfo.SymbolName, Bind, Type, Sec, Value, Visibility, in addSymbol()
/freebsd/crypto/openssh/
H A DTODO61 to allow people to (right/wrongfully) link against Bind directly.
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4207 /* Bind 8/9 interface */
210 /* Bind 4 interface */
218 /* Bind 8/9 interface */
221 /* Bind 4 interface w/ HFIXEDSZ */
224 /* Bind 4 interface w/o HFIXEDSZ */
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h746 BoundNodesTreeBuilder *Builder, BindKind Bind) {
756 Builder, Bind);
761 BoundNodesTreeBuilder *Builder, BindKind Bind) {
771 Matcher, Builder, Bind);
801 BindKind Bind) = 0;
806 BindKind Bind) = 0;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h116 virtual BindResult Bind(Store store, Loc loc, SVal val) = 0;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h238 : public Checker< check::Bind,
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp216 uint8_t Bind = Sym.Weak ? STB_WEAK : STB_GLOBAL; in ELFStubBuilder() local
222 DynSym.Content.add(DynStr.Content.getOffset(Sym.Name), Size, Bind, in ELFStubBuilder()
/freebsd/contrib/blocklist/
H A DREADME21 - Bind: diff/named.diff [both tcp and udp]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h384 enum class FixupKind { Bind, Rebase }; enumerator
391 bool isBind() const { return Kind == FixupKind::Bind; } in isBind()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp106 .Case("bind", OpenACCClauseKind::Bind) in getOpenACCClauseKind()
529 case OpenACCClauseKind::Bind: in getClauseParensKind()
1108 case OpenACCClauseKind::Bind: { in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h218 : OpenACCClauseWithParams(OpenACCClauseKind::Bind, BeginLoc, LParenLoc, in OpenACCBindClause()
223 : OpenACCClauseWithParams(OpenACCClauseKind::Bind, BeginLoc, LParenLoc, in OpenACCBindClause()
229 return C->getClauseKind() == OpenACCClauseKind::Bind; in classof()

123