Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h155 struct Bind { struct
156 typeTemplateSel::Bind global() argument
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp102 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
414 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anonbe2d60470111::MatchChildASTVisitor
599 BindKind Bind) { in memoizedMatchesRecursively()
634 BindKind Bind) { in matchesRecursively()
673 BoundNodesTreeBuilder *Builder, BindKind Bind) override { in matchesChildOf()
682 BindKind Bind) override { in matchesDescendantOf()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.cpp222 std::string Bind = BindingPrefix.str(); in print() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h221 Bind, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp552 uint8_t Bind = ELF::STB_GLOBAL; addSymbol() local
H A DELFObject.cpp697 addSymbol(Twine Name,uint8_t Bind,uint8_t Type,SectionBase * DefinedIn,uint64_t Value,uint8_t Visibility,uint16_t Shndx,uint64_t SymbolSize) addSymbol() argument
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp216 uint8_t Bind = Sym.Weak ? STB_WEAK : STB_GLOBAL; in ELFStubBuilder() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h380 enum class FixupKind { Bind, Rebase }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp87 MatchDescendantVisitor(const internal::DynTypedMatcher * Matcher,internal::ASTMatchFinder * Finder,internal::BoundNodesTreeBuilder * Builder,internal::ASTMatchFinder::BindKind Bind,const bool ignoreUnevaluatedContext) MatchDescendantVisitor() argument
201 const internal::ASTMatchFinder::BindKind Bind; global() member in clang::ast_matchers::MatchDescendantVisitor
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp442 StoreRef Bind(Store store, Loc LV, SVal V) override { in Bind() function in __anonbdb300b20411::RegionStoreManager
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7429 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); MaybeBindToTemporary() local
7572 CXXBindTemporaryExpr *Bind = ActOnDecltypeExpression() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp64 bool objdump::Bind; member in objdump