/freebsd-src/contrib/libfido2/ |
H A D | README.adoc | 32 === Bindings subsection
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | ExegesisEmitter.cpp | 226 std::vector<Record *> Bindings = in emitPfmCountersLookupTable() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 851 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 D | CallEvent.cpp | 462 CallEvent::BindingsTy &Bindings, in addParameterValuesToBindings() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 61 BindingArray Bindings; member
|
H A D | DeclCXX.cpp | 3346 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation LSquareLoc,QualType T,TypeSourceInfo * TInfo,StorageClass SC,ArrayRef<BindingDecl * > Bindings) Create() argument
|
H A D | ASTImporter.cpp | 4478 SmallVector<BindingDecl *> Bindings(FromDecomp->bindings().size()); VisitVarDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 613 using Bindings = llvm::SmallVector<std::pair<const MemRegion *, SVal>, 4>; typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 296 MutableArrayRef<DecompositionDeclarator::Binding> Bindings, in setDecompositionBindings() argument [all...] |
H A D | SemaDeclCXX.cpp | 970 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 D | SemaTemplateInstantiateDecl.cpp | 1148 VisitVarDecl(VarDecl * D,bool InstantiatingVarTemplate,ArrayRef<BindingDecl * > * Bindings) VisitVarDecl() argument
|
H A D | SemaDecl.cpp | 7559 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 D | DeclSpec.h | 1753 Binding *Bindings; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 6839 SmallVector<DecompositionDeclarator::Binding, 32> Bindings; ParseDecompositionDeclarator() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4166 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 D | ItaniumDemangle.h | 1819 NodeArray Bindings; global() variable
|