| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | fallible_iterator.h | 94 static fallible_iterator end(Underlying I) { in end() 106 template <typename T = Underlying> 113 template <typename T = Underlying> 195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() 214 Underlying I; 220 template <typename Underlying> 221 fallible_iterator<Underlying> make_fallible_itr(Underlying I, Error &Err) { in make_fallible_itr() 227 template <typename Underlying> 228 fallible_iterator<Underlying> make_fallible_end(Underlying E) { in make_fallible_end() 232 template <typename Underlying> [all …]
|
| H A D | BitmaskEnum.h | 90 template <typename E> std::underlying_type_t<E> Underlying(E Val) { 103 return static_cast<E>(~Underlying(Val) & Mask<E>()); 108 return static_cast<E>(Underlying(LHS) | Underlying(RHS)); 113 return static_cast<E>(Underlying(LHS) & Underlying(RHS)); 118 return static_cast<E>(Underlying(LHS) ^ Underlying(RHS));
|
| H A D | EnumeratedArray.h | 28 Underlying[IX] = V; in EnumeratedArray() 34 return Underlying[IX]; 44 ValueType Underlying[Size];
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 661 InstrProfReaderIndexBase &Underlying; member in __anon04d3a8380211::InstrProfReaderNullRemapper 664 InstrProfReaderNullRemapper(InstrProfReaderIndexBase &Underlying) in InstrProfReaderNullRemapper() argument 665 : Underlying(Underlying) {} in InstrProfReaderNullRemapper() 669 return Underlying.getRecords(FuncName, Data); in getRecords() 681 InstrProfReaderIndex<HashTableImpl> &Underlying) in InstrProfReaderItaniumRemapper() argument 682 : RemapBuffer(std::move(RemapBuffer)), Underlying(Underlying) { in InstrProfReaderItaniumRemapper() 714 for (StringRef Name : Underlying.HashTable->keys()) { in populateRemappings() 739 Error E = Underlying.getRecords(Reconstituted, Data); in getRecords() 755 return Underlying.getRecords(FuncName, Data); in getRecords() 773 InstrProfReaderIndex<HashTableImpl> &Underlying; member in llvm::InstrProfReaderItaniumRemapper
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 184 codeview::TypeIndex Underlying = Record->getUnderlyingType(); in getBuiltinType() local 187 if (!Underlying.isSimple() || in getBuiltinType() 188 Underlying.getSimpleMode() != SimpleTypeMode::Direct) { in getBuiltinType() 192 switch (Underlying.getSimpleKind()) { in getBuiltinType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 60 TagDecl *Underlying = ND->getUnderlyingType()->getAsTagDecl(); in VisitTypedefTypeLoc() local 61 return IndexCtx.handleReference(Underlying, Loc, Parent, in VisitTypedefTypeLoc()
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/custom/ |
| H A D | README.md | 45 ### Underlying library support features
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 1037 if (const TypedefType *Underlying = in VisitTypedefType() local 1039 UnderlyingType = Underlying->getDecl()->getUnderlyingType(); in VisitTypedefType() 1042 if (const ElaboratedType *Underlying = in VisitTypedefType() local 1044 UnderlyingType = Underlying->getNamedType(); in VisitTypedefType()
|
| H A D | ASTDiagnostic.cpp | 145 QualType Underlying; in Desugar() local 154 Underlying = CTy->desugar(); \ in Desugar() 167 if (isa<VectorType>(Underlying)) in Desugar() 171 if (const TagType *UTT = Underlying->getAs<TagType>()) in Desugar() 178 QT = Underlying; in Desugar()
|
| H A D | ASTContext.cpp | 4538 QualType Underlying) const { in getTypedefType() 4541 if (Underlying.isNull()) in getTypedefType() 4542 Underlying = Decl->getUnderlyingType(); in getTypedefType() 4543 QualType Canonical = getCanonicalType(Underlying); in getTypedefType() 4545 TypedefType(Type::Typedef, Decl, Underlying, Canonical); in getTypedefType() 4694 QualType TST = getTemplateSpecializationType(Name, Args, Underlying); in getTemplateSpecializationTypeInfo() 4711 QualType Underlying) const { in getTemplateSpecializationType() 4720 return getTemplateSpecializationType(Template, ArgVec, Underlying); in getTemplateSpecializationType() 4736 QualType Underlying) const { in getTemplateSpecializationType() 4747 if (!Underlying.isNull()) in getTemplateSpecializationType() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 2157 Value *Underlying = TrampMem->stripPointerCasts(); in findInitTrampolineFromAlloca() local 2158 if (Underlying != TrampMem && in findInitTrampolineFromAlloca() 2159 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem)) in findInitTrampolineFromAlloca() 2161 if (!isa<AllocaInst>(Underlying)) in findInitTrampolineFromAlloca()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3190 NamedDecl *Underlying = nullptr; variable 3250 NamedDecl *getTargetDecl() const { return Underlying; } in getTargetDecl() 3256 Underlying = ND; in setTargetDecl()
|
| H A D | ASTContext.h | 1521 QualType Underlying = QualType()) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 3594 auto *Underlying = D; in ArgumentDependentLookup() local 3596 Underlying = USD->getTargetDecl(); in ArgumentDependentLookup() 3598 if (!isa<FunctionDecl>(Underlying) && in ArgumentDependentLookup() 3599 !isa<FunctionTemplateDecl>(Underlying)) in ArgumentDependentLookup() 3624 Result.insert(Underlying); in ArgumentDependentLookup()
|
| H A D | SemaType.cpp | 9023 QualType Underlying = BaseType; in BuildUnaryTransformType() local 9039 Underlying = ED->getIntegerType(); in BuildUnaryTransformType() 9040 assert(!Underlying.isNull()); in BuildUnaryTransformType() 9042 return Context.getUnaryTransformType(BaseType, Underlying, in BuildUnaryTransformType()
|
| H A D | SemaStmt.cpp | 4427 QualType Underlying = HandlerCHT.underlying(); in ActOnCXXTryBlock() local 4428 if (auto *RD = Underlying->getAsCXXRecordDecl()) { in ActOnCXXTryBlock()
|
| H A D | TreeTransform.h | 961 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc); 966 QualType RebuildTypeOfType(QualType Underlying); 977 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc); 14447 QualType TreeTransform<Derived>::RebuildTypeOfType(QualType Underlying) { in RebuildTypeOfType() argument 14448 return SemaRef.Context.getTypeOfType(Underlying); in RebuildTypeOfType()
|
| H A D | SemaOpenMP.cpp | 16402 auto *Underlying = D; in argumentDependentLookup() local 16404 Underlying = USD->getTargetDecl(); in argumentDependentLookup() 16406 if (!isa<OMPDeclareReductionDecl>(Underlying) && in argumentDependentLookup() 16407 !isa<OMPDeclareMapperDecl>(Underlying)) in argumentDependentLookup() 16415 Underlying = USD->getTargetDecl(); in argumentDependentLookup() 16418 Lookups.back().addDecl(Underlying); in argumentDependentLookup()
|
| H A D | SemaOverload.cpp | 2116 QualType Underlying = FromEnumType->getDecl()->getIntegerType(); in IsIntegralPromotion() local 2117 return Context.hasSameUnqualifiedType(Underlying, ToType) || in IsIntegralPromotion() 2118 IsIntegralPromotion(nullptr, Underlying, ToType); in IsIntegralPromotion()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1240 llvm::DIType *Underlying = in CreateType() local 1244 return Underlying; in CreateType() 1252 return DBuilder.createTypedef(Underlying, Ty->getDecl()->getName(), in CreateType() 5015 if (const auto *Underlying = in EmitNamespaceAlias() local 5020 EmitNamespaceAlias(*Underlying), getOrCreateFile(Loc), in EmitNamespaceAlias()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1679 D->Underlying = readDeclAs<NamedDecl>(); in VisitUsingShadowDecl()
|