Home
last modified time | relevance | path

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

/freebsd-src/contrib/libfido2/
H A DREADME.adoc32 === Bindings subsection
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DExegesisEmitter.cpp226 std::vector<Record *> Bindings = in emitPfmCountersLookupTable() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp851 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings() argument
922 collectSubRegionBindings(SmallVectorImpl<BindingPair> &Bindings, in collectSubRegionBindings() argument
952 SmallVector<BindingPair, 32> Bindings; in removeSubRegionBindings() local
1553 SmallVector<BindingPair, 16> Bindings; getExistingLazyBinding() local
2268 SmallVector<BindingPair, 32> Bindings; getInterestingValues() local
2906 RegionBindingsRef Bindings = getRegionBindings(S); printJson() local
[all...]
H A DCallEvent.cpp462 CallEvent::BindingsTy &Bindings, in addParameterValuesToBindings() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp61 BindingArray Bindings; member
H A DDeclCXX.cpp3346 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) Create() argument
H A DASTImporter.cpp4478 SmallVector<BindingDecl *> Bindings(FromDecomp->bindings().size()); VisitVarDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp613 using Bindings = llvm::SmallVector<std::pair<const MemRegion *, SVal>, 4>; typedef
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp296 MutableArrayRef<DecompositionDeclarator::Binding> Bindings, in setDecompositionBindings() argument
[all...]
H A DSemaDeclCXX.cpp970 for (auto *B : Bindings) { in checkSimpleDecomposition() argument
886 SmallVector<BindingDecl*, 8> Bindings; ActOnDecompositionDeclarator() local
997 checkArrayLikeDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const llvm::APSInt & NumElems,QualType ElemType) checkArrayLikeDecomposition() argument
1011 checkArrayDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const ConstantArrayType * CAT) checkArrayDecomposition() argument
1019 checkVectorDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const VectorType * VT) checkVectorDecomposition() argument
1029 checkComplexDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const ComplexType * CT) checkComplexDecomposition() argument
1225 checkTupleLikeDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,VarDecl * Src,QualType DecompType,const llvm::APSInt & TupleSize) checkTupleLikeDecomposition() argument
1435 checkMemberDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const CXXRecordDecl * OrigRD) checkMemberDecomposition() argument
1547 ArrayRef<BindingDecl*> Bindings = DD->bindings(); CheckCompleteDecompositionDeclaration() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp1148 VisitVarDecl(VarDecl * D,bool InstantiatingVarTemplate,ArrayRef<BindingDecl * > * Bindings) VisitVarDecl() argument
H A DSemaDecl.cpp7559 ActOnVariableDeclarator(Scope * S,Declarator & D,DeclContext * DC,TypeSourceInfo * TInfo,LookupResult & Previous,MultiTemplateParamsArg TemplateParamLists,bool & AddToScope,ArrayRef<BindingDecl * > Bindings) ActOnVariableDeclarator() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1753 Binding *Bindings; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6839 SmallVector<DecompositionDeclarator::Binding, 32> Bindings; ParseDecompositionDeclarator() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h4166 DecompositionDecl(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) DecompositionDecl() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1819 NodeArray Bindings; global() variable