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/llvm/lib/Target/DirectX/
H A DDXILResource.cpp222 std::string Bind = BindingPrefix.str(); in print() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h258 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/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp569 uint8_t Bind = ELF::STB_GLOBAL; in addSymbol() local
H A DELFObject.cpp717 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h380 enum class FixupKind { Bind, Rebase }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp95 internal::ASTMatchFinder::BindKind Bind, in MatchDescendantVisitor()
209 const internal::ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::MatchDescendantVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp442 StoreRef Bind(Store store, Loc LV, SVal V) override { in Bind() function in __anonfa909ae00411::RegionStoreManager
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7646 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); in MaybeBindToTemporary() local
7785 CXXBindTemporaryExpr *Bind = in ActOnDecltypeExpression() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp64 bool objdump::Bind; member in objdump