Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp100 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
412 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anonab4d286c0111::MatchChildASTVisitor
597 BindKind Bind) { in memoizedMatchesRecursively()
632 BindKind Bind) { in matchesRecursively()
662 BoundNodesTreeBuilder *Builder, BindKind Bind) override { in matchesChildOf()
671 BindKind Bind) override { in matchesDescendantOf()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp34 internal::ASTMatchFinder::BindKind Bind) in MatchDescendantVisitor()
108 const internal::ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::MatchDescendantVisitor
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResource.cpp221 std::string Bind = BindingPrefix.str(); in print() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp535 uint8_t Bind = ELF::STB_GLOBAL; in addSymbol() local
H A DELFObject.cpp687 void SymbolTableSection::addSymbol(Twine Name, uint8_t Bind, uint8_t Type, in addSymbol()
/openbsd-src/gnu/llvm/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp216 uint8_t Bind = Sym.Weak ? STB_WEAK : STB_GLOBAL; in ELFStubBuilder() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h380 enum class FixupKind { Bind, Rebase }; enumerator
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp440 StoreRef Bind(Store store, Loc LV, SVal V) override { in Bind() function in __anon943ea7f70411::RegionStoreManager
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp7305 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); in MaybeBindToTemporary() local
7448 CXXBindTemporaryExpr *Bind = in ActOnDecltypeExpression() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp70 bool objdump::Bind; member in objdump