/llvm-project/clang/lib/AST/ |
H A D | ODRHash.cpp | 36 AddBoolean(true); in AddDeclarationName() 42 AddBoolean(false); in AddDeclarationName() 55 AddBoolean(Name.isEmpty()); in AddDeclarationNameImpl() 69 AddBoolean(S.isNull()); in AddDeclarationNameImpl() 70 AddBoolean(S.isKeywordSelector()); in AddDeclarationNameImpl() 71 AddBoolean(S.isUnarySelector()); in AddDeclarationNameImpl() 79 AddBoolean(II); in AddDeclarationNameImpl() 103 AddBoolean(Template); in AddDeclarationNameImpl() 114 AddBoolean(Prefix); in AddNestedNameSpecifier() 152 AddBoolean(QT in AddTemplateName() 1270 void ODRHash::AddBoolean(bool Value) { AddBoolean() function in ODRHash [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( in VisitMSDependentExistsStmt() [all...] |
H A D | DeclTemplate.cpp | 141 ID.AddBoolean(RC != nullptr); in Profile() 148 ID.AddBoolean(NTTP->isParameterPack()); in Profile() 150 ID.AddBoolean(NTTP->hasPlaceholderTypeConstraint()); in Profile() 157 ID.AddBoolean(TTP->isParameterPack()); in Profile() 158 ID.AddBoolean(TTP->hasTypeConstraint()); in Profile() 166 ID.AddBoolean(TTP->isParameterPack()); in getMinRequiredArguments()
|
H A D | TemplateName.cpp | 122 ID.AddBoolean(Final); in getKind()
|
H A D | Type.cpp | 265 ID.AddBoolean(SizeExpr != nullptr); in DependentVectorType() 433 ID.AddBoolean(IsUnsigned); in getArrayElementTypeNoTypeQual() 448 ID.AddBoolean(CountInBytes); in getDesugaredType() 449 ID.AddBoolean(OrNull); in getDesugaredType() 3986 ID.AddBoolean(IsUnqual); in DecltypeType() 4091 ID.AddBoolean(FullySubstituted); in getInterestingTagDecl() 4319 ID.AddBoolean(Final); in TemplateSpecializationType() 4445 ID.AddBoolean(isKindOf); in merge() 5196 ID.AddBoolean(IsDependent); in shouldDiagnoseFunctionCall()
|
H A D | ASTContext.cpp | 725 ID.AddBoolean(Parm->isParameterPack()); in Profile() 734 ID.AddBoolean(TTP->isParameterPack()); 736 ID.AddBoolean(true); in getCanonicalTemplateTemplateParmDecl() 739 ID.AddBoolean(false); in getCanonicalTemplateTemplateParmDecl() 745 ID.AddBoolean(NTTP->isParameterPack()); in getCanonicalTemplateTemplateParmDecl() 749 ID.AddBoolean(true); in getCanonicalTemplateTemplateParmDecl() 756 ID.AddBoolean(false); in getCanonicalTemplateTemplateParmDecl()
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 786 ID.AddBoolean(InstanceMethod); in Profile() 787 ID.AddBoolean(ChainCall); in Profile() 788 ID.AddBoolean(DelegateCall); in Profile() 789 ID.AddBoolean(NoReturn); in Profile() 790 ID.AddBoolean(ReturnsRetained); in Profile() 791 ID.AddBoolean(NoCallerSavedRegs); in Profile() 792 ID.AddBoolean(HasRegParm); in Profile() 794 ID.AddBoolean(NoCfCheck); in Profile() 795 ID.AddBoolean(CmseNSCall); in Profile() 797 ID.AddBoolean(HasExtParameterInfo in Profile() [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | TemplateName.h | 535 ID.AddBoolean(TemplateKeyword); in DependentTemplateName() 636 ID.AddBoolean(false); 643 ID.AddBoolean(true);
|
H A D | ODRHash.h | 103 void AddBoolean(bool value);
|
H A D | Type.h | 3474 ID.AddBoolean(SpelledAsLValue); 6316 ID.AddBoolean(Attrs.IsROV); 6317 ID.AddBoolean(Attrs.RawBuffer); 6370 ID.AddBoolean(ParameterPack); 6639 ID.AddBoolean(IsDependent || Template.isDependent()); 7188 ID.AddBoolean(NumExpansions.has_value()); 7809 ID.AddBoolean(isRead); 7843 ID.AddBoolean(IsUnsigned);
|
/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()
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 257 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
/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()
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 366 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
H A D | ImmutableSet.h | 881 ID.AddBoolean(X);
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 935 ID.AddBoolean(EnableNullFPSuppression); in VisitNode() 1178 ID.AddBoolean(Options.EnableNullFPSuppression); in visitNodeMaybeUnsuppress() 1730 ID.AddBoolean(Assumption); in VisitNode()
|
H A D | MemRegion.cpp | 432 ID.AddBoolean(IsVirtual); in ProfileRegion()
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 765 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom() 1774 ID.AddBoolean(isO); in getConstantFP()
|