| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 100 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 D | UnsafeBufferUsage.cpp | 34 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 D | DXILResource.cpp | 221 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 D | ELFObjcopy.cpp | 535 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 D | MachODump.h | 40 extern bool Bind;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BoolAssignmentChecker.cpp | 26 class BoolAssignmentChecker : public Checker< check::Bind > {
|
| H A D | UndefinedAssignmentChecker.cpp | 25 : public Checker<check::Bind> {
|
| H A D | CheckerDocumentation.cpp | 46 check::Bind,
|
| H A D | VforkChecker.cpp | 46 check::Bind, check::PreStmt<ReturnStmt>> {
|
| H A D | AnalysisOrderChecker.cpp | 40 check::Bind, check::PointerEscape, check::RegionChanges,
|
| H A D | DereferenceChecker.cpp | 32 check::Bind,
|
| H A D | ObjCSelfInitChecker.cpp | 63 check::Bind > {
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Store.h | 108 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 743 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 D | RetainCountChecker.h | 239 : public Checker< check::Bind,
|
| /openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 216 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 D | MachO.h | 380 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 D | Store.cpp | 55 Store = Bind(Store.getStore(), I.first.castAs<Loc>(), I.second); in enterStackFrame()
|
| H A D | ProgramState.cpp | 119 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc()
|
| /openbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.openbsd | 15 Jan 20 Bind 9 goes into the tree, 2003
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Checker.h | 210 class Bind {
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7305 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 D | nsd.conf.sample.in | 22 # 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 D | Options.td | 41 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 D | rltech.texinfo | 659 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. */
|