| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 37 AddBoolean(true); in AddDeclarationNameInfo() 43 AddBoolean(false); in AddDeclarationNameInfo() 57 AddBoolean(Name.isEmpty()); in AddDeclarationNameInfoImpl() 71 AddBoolean(S.isNull()); in AddDeclarationNameInfoImpl() 72 AddBoolean(S.isKeywordSelector()); in AddDeclarationNameInfoImpl() 73 AddBoolean(S.isUnarySelector()); in AddDeclarationNameInfoImpl() 81 AddBoolean(II); in AddDeclarationNameInfoImpl() 106 AddBoolean(Template); in AddDeclarationNameInfoImpl() 117 AddBoolean(Prefix); in AddNestedNameSpecifier() 164 AddBoolean(QTN->hasTemplateKeyword()); in AddTemplateName() [all …]
|
| H A D | StmtProfile.cpp | 105 ID.AddBoolean(NTTP->isParameterPack()); in VisitDecl() 139 ID.AddBoolean(TTP->isParameterPack()); in VisitDecl() 147 ID.AddBoolean(TTP->isParameterPack()); in VisitDecl() 210 ID.AddBoolean(true); in VisitName() 215 ID.AddBoolean(II); in VisitIdentifierInfo() 221 ID.AddBoolean(D); in VisitDecl() 230 ID.AddBoolean(NNS); in VisitNestedNameSpecifier() 329 ID.AddBoolean(S->isVolatile()); in VisitGCCAsmStmt() 330 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt() 370 ID.AddBoolean(S->isIfExists()); in VisitMSDependentExistsStmt() [all …]
|
| H A D | TemplateName.cpp | 91 ID.AddBoolean(Final); in Profile() 124 ID.AddBoolean(Final); in Profile() 144 ID.AddBoolean(false); in Profile() 147 ID.AddBoolean(true); in Profile()
|
| H A D | DeclTemplate.cpp | 140 ID.AddBoolean(RC != nullptr); in Profile() 147 ID.AddBoolean(NTTP->isParameterPack()); in Profile() 149 ID.AddBoolean(NTTP->hasPlaceholderTypeConstraint()); in Profile() 156 ID.AddBoolean(TTP->isParameterPack()); in Profile() 157 ID.AddBoolean(TTP->hasTypeConstraint()); in Profile() 165 ID.AddBoolean(TTP->isParameterPack()); in Profile()
|
| H A D | Type.cpp | 274 ID.AddBoolean(SizeExpr != nullptr); in Profile() 444 ID.AddBoolean(IsUnsigned); in Profile() 459 ID.AddBoolean(CountInBytes); in Profile() 460 ID.AddBoolean(OrNull); in Profile() 4109 ID.AddBoolean(IsUnqual); in Profile() 4219 ID.AddBoolean(FullySubstituted); in Profile() 4413 ID.AddBoolean(Final); in Profile() 4460 ID.AddBoolean(Final); in Profile() 4591 ID.AddBoolean(isKindOf); in Profile() 5388 ID.AddBoolean(IsDependent); in Profile()
|
| H A D | TemplateBase.cpp | 419 ID.AddBoolean(IsCanonical); in Profile()
|
| H A D | ASTContext.cpp | 726 ID.AddBoolean(Parm->isParameterPack()); in Profile() 735 ID.AddBoolean(TTP->isParameterPack()); in Profile() 743 ID.AddBoolean(NTTP->isParameterPack()); in Profile() 747 ID.AddBoolean(true); in Profile() 754 ID.AddBoolean(false); in Profile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 787 ID.AddBoolean(InstanceMethod); in Profile() 788 ID.AddBoolean(ChainCall); in Profile() 789 ID.AddBoolean(DelegateCall); in Profile() 790 ID.AddBoolean(NoReturn); in Profile() 791 ID.AddBoolean(ReturnsRetained); in Profile() 792 ID.AddBoolean(NoCallerSavedRegs); in Profile() 793 ID.AddBoolean(HasRegParm); in Profile() 795 ID.AddBoolean(NoCfCheck); in Profile() 796 ID.AddBoolean(CmseNSCall); in Profile() 798 ID.AddBoolean(HasExtParameterInfos); in Profile() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | DynamicTypeInfo.h | 44 ID.AddBoolean(CanBeASubClass); in Profile()
|
| H A D | ExplodedGraph.h | 186 ID.AddBoolean(IsSink); in Profile()
|
| H A D | ProgramState.h | 176 ID.AddBoolean(V->PosteriorlyOverconstrained); in Profile()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ODRHash.h | 110 void AddBoolean(bool value);
|
| H A D | TemplateName.h | 540 ID.AddBoolean(TemplateKeyword); in Profile() 616 ID.AddBoolean(HasTemplateKeyword); in Profile()
|
| H A D | Type.h | 3533 ID.AddBoolean(SpelledAsLValue); 6371 ID.AddBoolean(Attrs.IsROV); 6372 ID.AddBoolean(Attrs.RawBuffer); 6556 ID.AddBoolean(ParameterPack); 6814 ID.AddBoolean(IsDependent || Template.isDependent()); 7974 ID.AddBoolean(isRead); 8008 ID.AddBoolean(IsUnsigned);
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunctionInfo.h | 103 id.AddBoolean(required.getOpaqueData()); in Profile()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.cpp | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 258 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StreamChecker.cpp | 87 ID.AddBoolean(NoError); in Profile() 88 ID.AddBoolean(FEof); in Profile() 89 ID.AddBoolean(FError); in Profile() 177 ID.AddBoolean(FilePositionIndeterminate); in Profile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 369 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
| H A D | ImmutableSet.h | 885 ID.AddBoolean(X);
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 931 ID.AddBoolean(EnableNullFPSuppression); in Profile() 1174 ID.AddBoolean(Options.EnableNullFPSuppression); in Profile() 1771 ID.AddBoolean(Assumption); in Profile()
|
| H A D | MemRegion.cpp | 433 ID.AddBoolean(IsVirtual); in ProfileRegion()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1911 ID.AddBoolean(Mapping.has_value()); in find()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 754 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom() 1769 ID.AddBoolean(isO); in getConstant()
|