Home
last modified time | relevance | path

Searched defs:Bindings (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/libfido2/
H A DREADME.adoc32 === Bindings subsection
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp178 std::vector<Record *> Bindings = emitPfmCountersLookupTable() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp851 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings()
922 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings()
952 SmallVector<BindingPair, 32> Bindings; in removeSubRegionBindings() local
1553 SmallVector<BindingPair, 16> Bindings; in getExistingLazyBinding() local
2268 SmallVector<BindingPair, 32> Bindings; in getInterestingValues() local
2907 RegionBindingsRef Bindings = getRegionBindings(S); in printJson() local
H A DCallEvent.cpp462 CallEvent::BindingsTy &Bindings, in addParameterValuesToBindings()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp61 BindingArray Bindings; member
H A DDeclCXX.cpp3380 ArrayRef<BindingDecl *> Bindings) { in Create()
H A DASTImporter.cpp4558 SmallVector<BindingDecl *> Bindings(FromDecomp->bindings().size()); in VisitVarDecl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp613 using Bindings = llvm::SmallVector<std::pair<const MemRegion *, SVal>, 4>; typedef
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp296 MutableArrayRef<DecompositionDeclarator::Binding> Bindings, in setDecompositionBindings()
H A DSemaDeclCXX.cpp872 SmallVector<BindingDecl*, 8> Bindings; in ActOnDecompositionDeclarator() local
958 Sema &S, ArrayRef<BindingDecl *> Bindings, ValueDecl *Src, in checkSimpleDecomposition() argument
985 ArrayRef<BindingDecl *> Bindings, in checkArrayLikeDecomposition() argument
999 checkArrayDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const ConstantArrayType * CAT) checkArrayDecomposition() argument
1007 checkVectorDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const VectorType * VT) checkVectorDecomposition() argument
1017 checkComplexDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const ComplexType * CT) checkComplexDecomposition() argument
1213 checkTupleLikeDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,VarDecl * Src,QualType DecompType,const llvm::APSInt & TupleSize) checkTupleLikeDecomposition() argument
1423 checkMemberDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const CXXRecordDecl * OrigRD) checkMemberDecomposition() argument
1535 ArrayRef<BindingDecl*> Bindings = DD->bindings(); CheckCompleteDecompositionDeclaration() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp1189 ArrayRef<BindingDecl*> *Bindings) { in VisitVarDecl()
H A DSemaDecl.cpp7359 bool &AddToScope, ArrayRef<BindingDecl *> Bindings) { in ActOnVariableDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1802 Binding *Bindings; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp7253 SmallVector<DecompositionDeclarator::Binding, 32> Bindings; in ParseDecompositionDeclarator() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4180 ArrayRef<BindingDecl *> Bindings) in DecompositionDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1818 NodeArray Bindings; variable