/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 222 std::string Bind = BindingPrefix.str(); in print() local 223 Bind += std::to_string(LowerBound); in print() 225 Bind += ",space" + std::to_string(Space); in print() 227 OS << right_justify(Bind, 15); in print()
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 155 struct Bind { struct 160 #define GTEST_BIND_(TmplSel, T) TmplSel::template Bind<T>::type
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 258 Bind, enumerator 410 case OpenACCClauseKind::Bind: in printOpenACCClauseKind()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.h | 40 extern bool Bind;
|
/freebsd/sys/dev/agp/ |
H A D | agp_if.m | 62 # 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/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 569 uint8_t Bind = ELF::STB_GLOBAL; in addSymbol() local 576 Bind = ELF::STB_GLOBAL; in addSymbol() 579 Bind = ELF::STB_LOCAL; in addSymbol() 582 Bind = ELF::STB_WEAK; in addSymbol() 613 SymInfo.SymbolName, Bind, Type, Sec, Value, Visibility, in addSymbol()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 26 class BoolAssignmentChecker : public Checker<check::Bind> {
|
H A D | CheckerDocumentation.cpp | 42 check::Bind,
|
H A D | AnalysisOrderChecker.cpp | 40 check::Bind, check::PointerEscape, check::RegionChanges,
|
H A D | DereferenceChecker.cpp | 32 check::Bind,
|
/freebsd/etc/ |
H A D | master.passwd | 14 bind:*:53:53::0:0:Bind Sandbox:/:/usr/sbin/nologin
|
/freebsd/crypto/openssh/ |
H A D | TODO | 61 to allow people to (right/wrongfully) link against Bind directly.
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap.m4 | 207 /* 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/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 108 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 739 BoundNodesTreeBuilder *Builder, BindKind Bind) { 749 Builder, Bind); 754 BoundNodesTreeBuilder *Builder, BindKind Bind) { 764 Matcher, Builder, Bind); 794 BindKind Bind) = 0; 799 BindKind Bind) = 0;
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 101 .Case("bind", OpenACCClauseKind::Bind) in getOpenACCClauseKind() 525 case OpenACCClauseKind::Bind: in getClauseParensKind() 989 case OpenACCClauseKind::Bind: { in ParseOpenACCClauseParams()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/blocklist/ |
H A D | README | 21 - Bind: diff/named.diff [both tcp and udp]
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 95 internal::ASTMatchFinder::BindKind Bind, in MatchDescendantVisitor() argument 97 : Matcher(Matcher), Finder(Finder), Builder(Builder), Bind(Bind), in MatchDescendantVisitor() 199 if (Bind != internal::ASTMatchFinder::BK_All) in match() 209 const internal::ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::MatchDescendantVisitor
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SDPatternMatch.h | 231 explicit ValueType_bind(EVT &Bind) : BindVT(Bind) {} in ValueType_bind()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 43 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind default visibility defined symbols locally for -share… 46 HelpText<"Bind default visibility defined STB_GLOBAL symbols locally for -shared">; 49 HelpText<"Bind default visibility defined function symbols locally for -shared">; 52 HelpText<"Bind default visibility defined STB_GLOBAL function symbols locally for -shared">;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7646 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); in MaybeBindToTemporary() local 7649 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind); in MaybeBindToTemporary() 7651 return Bind; in MaybeBindToTemporary() 7785 CXXBindTemporaryExpr *Bind = in ActOnDecltypeExpression() local 7787 if (Bind == TopBind) in ActOnDecltypeExpression() 7790 CXXTemporary *Temp = Bind->getTemporary(); in ActOnDecltypeExpression() 7793 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl(); in ActOnDecltypeExpression() 7797 MarkFunctionReferenced(Bind->getExprLoc(), Destructor); in ActOnDecltypeExpression() 7798 CheckDestructorAccess(Bind->getExprLoc(), Destructor, in ActOnDecltypeExpression() 7800 << Bind->getType()); in ActOnDecltypeExpression() [all …]
|