| /freebsd-13.1/contrib/llvm-project/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() 249 Hash.AddBoolean(S); in AddStmt() 267 Hash.AddBoolean(D); in AddDecl() 505 AddBoolean(TD); in AddCXXRecordDecl() 570 AddBoolean(false); in AddFunctionDecl() 577 AddBoolean(HasBody); in AddFunctionDecl() 583 AddBoolean(Body); in AddFunctionDecl() [all …]
|
| H A D | StmtProfile.cpp | 190 ID.AddBoolean(true); in VisitName() 195 ID.AddBoolean(II); in VisitIdentifierInfo() 201 ID.AddBoolean(D); in VisitDecl() 210 ID.AddBoolean(NNS); in VisitNestedNameSpecifier() 310 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt() 1236 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral() 1330 ID.AddBoolean(S->isArrow()); in VisitMemberExpr() 1970 ID.AddBoolean(S->isArray()); in VisitCXXNewExpr() 1980 ID.AddBoolean(S->isArrow()); in VisitCXXPseudoDestructorExpr() 2194 ID.AddBoolean(S->isArrow()); in VisitObjCIvarRefExpr() [all …]
|
| H A D | TemplateBase.cpp | 331 ID.AddBoolean(true); in Profile() 334 ID.AddBoolean(TTP->isParameterPack()); in Profile() 336 ID.AddBoolean(false); in Profile()
|
| H A D | DeclTemplate.cpp | 503 ID.AddBoolean(RC != nullptr); in ProfileTemplateParameterList() 510 ID.AddBoolean(NTTP->isParameterPack()); in ProfileTemplateParameterList() 516 ID.AddBoolean(TTP->isParameterPack()); in ProfileTemplateParameterList() 517 ID.AddBoolean(TTP->hasTypeConstraint()); in ProfileTemplateParameterList() 525 ID.AddBoolean(TTP->isParameterPack()); in ProfileTemplateParameterList()
|
| H A D | Type.cpp | 197 ID.AddBoolean(SizeExpr != 0); in Profile() 362 ID.AddBoolean(IsUnsigned); in Profile() 3375 ID.AddBoolean(epi.HasTrailingReturn); in Profile() 3720 ID.AddBoolean(isKindOf); in Profile() 4419 ID.AddBoolean(IsDependent); in Profile()
|
| H A D | ASTContext.cpp | 664 ID.AddBoolean(Parm->isParameterPack()); in Profile() 673 ID.AddBoolean(TTP->isParameterPack()); in Profile() 675 ID.AddBoolean(TC != nullptr); in Profile() 680 ID.AddBoolean(true); in Profile() 683 ID.AddBoolean(false); in Profile() 689 ID.AddBoolean(NTTP->isParameterPack()); in Profile() 692 ID.AddBoolean(true); in Profile() 699 ID.AddBoolean(false); in Profile() 708 ID.AddBoolean(RequiresClause != nullptr); in Profile()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 736 ID.AddBoolean(InstanceMethod); in Profile() 737 ID.AddBoolean(ChainCall); in Profile() 738 ID.AddBoolean(NoReturn); in Profile() 739 ID.AddBoolean(ReturnsRetained); in Profile() 740 ID.AddBoolean(NoCallerSavedRegs); in Profile() 741 ID.AddBoolean(HasRegParm); in Profile() 743 ID.AddBoolean(NoCfCheck); in Profile() 744 ID.AddBoolean(CmseNSCall); in Profile() 764 ID.AddBoolean(InstanceMethod); in Profile() 765 ID.AddBoolean(ChainCall); in Profile() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateName.h | 434 ID.AddBoolean(TemplateKeyword); in Profile() 535 ID.AddBoolean(false); in Profile() 542 ID.AddBoolean(true); in Profile()
|
| H A D | ODRHash.h | 90 void AddBoolean(bool value);
|
| H A D | Type.h | 2779 ID.AddBoolean(SpelledAsLValue); 4830 ID.AddBoolean(ParameterPack); 5077 ID.AddBoolean(IsDependent); 5675 ID.AddBoolean(NumExpansions.hasValue()); 6298 ID.AddBoolean(isRead); 6331 ID.AddBoolean(IsUnsigned);
|
| /freebsd-13.1/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 | 187 ID.AddBoolean(IsSink); in Profile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StreamChecker.cpp | 74 ID.AddBoolean(NoError); in Profile() 75 ID.AddBoolean(FEof); in Profile() 76 ID.AddBoolean(FError); in Profile() 149 ID.AddBoolean(FilePositionIndeterminate); in Profile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.cpp | 23 ID.AddBoolean(IsDef); in Profile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | LegacyPassManagers.h | 258 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 332 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
| H A D | ImmutableSet.h | 894 ID.AddBoolean(X);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 937 ID.AddBoolean(EnableNullFPSuppression); in Profile() 1185 ID.AddBoolean(Options.EnableNullFPSuppression); in Profile() 1577 ID.AddBoolean(Assumption); in Profile()
|
| H A D | MemRegion.cpp | 397 ID.AddBoolean(IsVirtual); in ProfileRegion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 603 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom() 1448 ID.AddBoolean(isO); in getConstant()
|