| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ODRHash.cpp | 37 AddBoolean(true); in AddDeclarationName() 43 AddBoolean(false); in AddDeclarationName() 77 AddBoolean(II); in AddDeclarationNameImpl() 112 AddBoolean(Prefix); in AddNestedNameSpecifier() 250 Hash.AddBoolean(S); in AddStmt() 268 Hash.AddBoolean(D); in AddDecl() 506 AddBoolean(TD); in AddCXXRecordDecl() 571 AddBoolean(false); in AddFunctionDecl() 578 AddBoolean(HasBody); in AddFunctionDecl() 584 AddBoolean(Body); in AddFunctionDecl() [all …]
|
| H A D | StmtProfile.cpp | 194 ID.AddBoolean(true); in VisitName() 199 ID.AddBoolean(II); in VisitIdentifierInfo() 205 ID.AddBoolean(D); in VisitDecl() 214 ID.AddBoolean(NNS); in VisitNestedNameSpecifier() 314 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt() 1311 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral() 1405 ID.AddBoolean(S->isArrow()); in VisitMemberExpr() 2028 ID.AddBoolean(S->isArray()); in VisitCXXNewExpr() 2038 ID.AddBoolean(S->isArrow()); in VisitCXXPseudoDestructorExpr() 2252 ID.AddBoolean(S->isArrow()); in VisitObjCIvarRefExpr() [all …]
|
| H A D | TemplateBase.cpp | 333 ID.AddBoolean(true); in Profile() 336 ID.AddBoolean(TTP->isParameterPack()); in Profile() 338 ID.AddBoolean(false); in Profile()
|
| H A D | DeclTemplate.cpp | 513 ID.AddBoolean(RC != nullptr); in ProfileTemplateParameterList() 520 ID.AddBoolean(NTTP->isParameterPack()); in ProfileTemplateParameterList() 526 ID.AddBoolean(TTP->isParameterPack()); in ProfileTemplateParameterList() 527 ID.AddBoolean(TTP->hasTypeConstraint()); in ProfileTemplateParameterList() 535 ID.AddBoolean(TTP->isParameterPack()); in ProfileTemplateParameterList()
|
| H A D | Type.cpp | 197 ID.AddBoolean(SizeExpr != nullptr); in Profile() 362 ID.AddBoolean(IsUnsigned); in Profile() 3427 ID.AddBoolean(epi.HasTrailingReturn); in Profile() 3785 ID.AddBoolean(isKindOf); in Profile() 4484 ID.AddBoolean(IsDependent); in Profile()
|
| H A D | ASTContext.cpp | 670 ID.AddBoolean(Parm->isParameterPack()); in Profile() 679 ID.AddBoolean(TTP->isParameterPack()); in Profile() 681 ID.AddBoolean(TC != nullptr); in Profile() 686 ID.AddBoolean(true); in Profile() 689 ID.AddBoolean(false); in Profile() 695 ID.AddBoolean(NTTP->isParameterPack()); in Profile() 698 ID.AddBoolean(true); in Profile() 705 ID.AddBoolean(false); in Profile() 714 ID.AddBoolean(RequiresClause != nullptr); in Profile()
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 750 ID.AddBoolean(InstanceMethod); in Profile() 751 ID.AddBoolean(ChainCall); in Profile() 752 ID.AddBoolean(NoReturn); in Profile() 753 ID.AddBoolean(ReturnsRetained); in Profile() 754 ID.AddBoolean(NoCallerSavedRegs); in Profile() 755 ID.AddBoolean(HasRegParm); in Profile() 757 ID.AddBoolean(NoCfCheck); in Profile() 758 ID.AddBoolean(CmseNSCall); in Profile() 778 ID.AddBoolean(InstanceMethod); in Profile() 779 ID.AddBoolean(ChainCall); in Profile() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TemplateName.h | 449 ID.AddBoolean(TemplateKeyword); in Profile() 550 ID.AddBoolean(false); in Profile() 557 ID.AddBoolean(true); in Profile()
|
| H A D | ODRHash.h | 90 void AddBoolean(bool value);
|
| H A D | Type.h | 2857 ID.AddBoolean(SpelledAsLValue); 4955 ID.AddBoolean(ParameterPack); 5210 ID.AddBoolean(IsDependent || Template.isDependent()); 5808 ID.AddBoolean(NumExpansions.has_value()); 6430 ID.AddBoolean(isRead); 6463 ID.AddBoolean(IsUnsigned);
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | DynamicTypeInfo.h | 44 ID.AddBoolean(CanBeASubClass); in Profile()
|
| H A D | ExplodedGraph.h | 185 ID.AddBoolean(IsSink); in Profile()
|
| H A D | ProgramState.h | 176 ID.AddBoolean(V->PosteriorlyOverconstrained); in Profile()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StreamChecker.cpp | 75 ID.AddBoolean(NoError); in Profile() 76 ID.AddBoolean(FEof); in Profile() 77 ID.AddBoolean(FError); in Profile() 150 ID.AddBoolean(FilePositionIndeterminate); in Profile()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.cpp | 23 ID.AddBoolean(IsDef); in Profile()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 257 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 357 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
| H A D | ImmutableSet.h | 881 ID.AddBoolean(X);
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 994 ID.AddBoolean(EnableNullFPSuppression); in Profile() 1238 ID.AddBoolean(Options.EnableNullFPSuppression); in Profile() 1630 ID.AddBoolean(Assumption); in Profile()
|
| H A D | MemRegion.cpp | 400 ID.AddBoolean(IsVirtual); in ProfileRegion()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 640 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom() 1549 ID.AddBoolean(isO); in getConstant()
|