Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp100 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor() argument
103 Bind(Bind), Matches(false) {} in MatchChildASTVisitor()
374 if (Bind != ASTMatchFinder::BK_All) { in match()
412 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anonab4d286c0111::MatchChildASTVisitor
597 BindKind Bind) { in memoizedMatchesRecursively() argument
600 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Bind); in memoizedMatchesRecursively()
619 matchesRecursively(Node, Matcher, &Result.Nodes, MaxDepth, Bind); in memoizedMatchesRecursively()
632 BindKind Bind) { in matchesRecursively() argument
645 IgnoreImplicitChildren, Bind); in matchesRecursively()
662 BoundNodesTreeBuilder *Builder, BindKind Bind) override { in matchesChildOf() argument
[all …]
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp34 internal::ASTMatchFinder::BindKind Bind) in MatchDescendantVisitor() argument
35 : Matcher(Matcher), Finder(Finder), Builder(Builder), Bind(Bind), in MatchDescendantVisitor()
98 if (Bind != internal::ASTMatchFinder::BK_All) in match()
108 const internal::ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::MatchDescendantVisitor
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResource.cpp221 std::string Bind = BindingPrefix.str(); in print() local
222 Bind += std::to_string(LowerBound); in print()
224 Bind += ",space" + std::to_string(Space); in print()
226 OS << right_justify(Bind, 15); in print()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp535 uint8_t Bind = ELF::STB_GLOBAL; in addSymbol() local
542 Bind = ELF::STB_GLOBAL; in addSymbol()
545 Bind = ELF::STB_LOCAL; in addSymbol()
548 Bind = ELF::STB_WEAK; in addSymbol()
579 SymInfo.SymbolName, Bind, Type, Sec, Value, Visibility, in addSymbol()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.h40 extern bool Bind;
/openbsd-src/gnu/llvm/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.cpp46 check::Bind,
H A DVforkChecker.cpp46 check::Bind, check::PreStmt<ReturnStmt>> {
H A DAnalysisOrderChecker.cpp40 check::Bind, check::PointerEscape, check::RegionChanges,
H A DDereferenceChecker.cpp32 check::Bind,
H A DObjCSelfInitChecker.cpp63 check::Bind > {
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h108 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h743 BoundNodesTreeBuilder *Builder, BindKind Bind) {
753 Builder, Bind);
758 BoundNodesTreeBuilder *Builder, BindKind Bind) {
768 Matcher, Builder, Bind);
798 BindKind Bind) = 0;
803 BindKind Bind) = 0;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h239 : public Checker< check::Bind,
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h380 enum class FixupKind { Bind, Rebase }; enumerator
386 bool isBind() const { return Kind == FixupKind::Bind; } in isBind()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp55 Store = Bind(Store.getStore(), I.first.castAs<Loc>(), I.second); in enterStackFrame()
H A DProgramState.cpp119 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc()
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.openbsd15 Jan 20 Bind 9 goes into the tree, 2003
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h210 class Bind {
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp7305 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); in MaybeBindToTemporary() local
7308 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind); in MaybeBindToTemporary()
7310 return Bind; in MaybeBindToTemporary()
7448 CXXBindTemporaryExpr *Bind = in ActOnDecltypeExpression() local
7450 if (Bind == TopBind) in ActOnDecltypeExpression()
7453 CXXTemporary *Temp = Bind->getTemporary(); in ActOnDecltypeExpression()
7456 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl(); in ActOnDecltypeExpression()
7460 MarkFunctionReferenced(Bind->getExprLoc(), Destructor); in ActOnDecltypeExpression()
7461 CheckDestructorAccess(Bind->getExprLoc(), Destructor, in ActOnDecltypeExpression()
7463 << Bind->getType()); in ActOnDecltypeExpression()
[all …]
/openbsd-src/usr.sbin/nsd/
H A Dnsd.conf.sample.in22 # Bind NSD server(s), configured by server-count (1-based), to a
31 # Bind xfrd to a dedicated core.
/openbsd-src/gnu/llvm/lld/ELF/
H A DOptions.td41 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind default visibility defined symbols locally for -share…
44 HelpText<"Bind default visibility defined function symbols locally for -shared">;
47 HelpText<"Bind default visibility defined STB_GLOBAL function symbols locally for -shared">;
/openbsd-src/gnu/lib/libreadline/doc/
H A Drltech.texinfo659 Bind @var{key} to @var{function} in @var{map}. Returns non-zero in the case
664 Bind @var{key} to the null function in the currently active keymap.
669 Bind @var{key} to the null function in @var{map}.
682 Bind the key sequence represented by the string @var{keyseq} to the function
688 Bind the key sequence represented by the string @var{keyseq} to the arbitrary
1081 Bind the key sequence @var{keyseq} to invoke the macro @var{macro}.
1807 initialize_readline (); /* Bind our completer. */

1234