Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h155 struct Bind { struct
156 typedef Tmpl<T> type;
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp102 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
415 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anon17c865b50111::MatchChildASTVisitor
601 BindKind Bind) { in memoizedMatchesRecursively()
636 BindKind Bind) { in matchesRecursively()
675 BoundNodesTreeBuilder *Builder, BindKind Bind) override { in matchesChildOf()
684 BindKind Bind) override { in matchesDescendantOf()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrettyPrinter.cpp246 FormatBindingLocation Bind(RI, RTI); in prettyPrintResources() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h217 Bind, enumerator
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp216 uint8_t Bind = Sym.Weak ? STB_WEAK : STB_GLOBAL; in ELFStubBuilder() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h384 enum class FixupKind { Bind, Rebase }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp565 uint8_t Bind = ELF::STB_GLOBAL; in addSymbol() local
H A DELFObject.cpp714 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6667 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); in MaybeBindToTemporary() local
6806 CXXBindTemporaryExpr *Bind = in ActOnDecltypeExpression() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp593 BindResult Bind(Store store, Loc LV, SVal V) override { in Bind() function in __anonfa909ae00911::RegionStoreManager
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp60 bool objdump::Bind; member in objdump