Home
last modified time | relevance | path

Searched refs:AddBoolean (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp37 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 DStmtProfile.cpp194 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 DTemplateBase.cpp333 ID.AddBoolean(true); in Profile()
336 ID.AddBoolean(TTP->isParameterPack()); in Profile()
338 ID.AddBoolean(false); in Profile()
H A DDeclTemplate.cpp513 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 DType.cpp197 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 DASTContext.cpp670 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 DCGFunctionInfo.h750 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 DTemplateName.h449 ID.AddBoolean(TemplateKeyword); in Profile()
550 ID.AddBoolean(false); in Profile()
557 ID.AddBoolean(true); in Profile()
H A DODRHash.h90 void AddBoolean(bool value);
H A DType.h2857 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 DDynamicTypeInfo.h44 ID.AddBoolean(CanBeASubClass); in Profile()
H A DExplodedGraph.h185 ID.AddBoolean(IsSink); in Profile()
H A DProgramState.h176 ID.AddBoolean(V->PosteriorlyOverconstrained); in Profile()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp75 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 DGIMatchDagOperands.cpp23 ID.AddBoolean(IsDef); in Profile()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLegacyPassManagers.h257 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DFoldingSet.h357 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
H A DImmutableSet.h881 ID.AddBoolean(X);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp994 ID.AddBoolean(EnableNullFPSuppression); in Profile()
1238 ID.AddBoolean(Options.EnableNullFPSuppression); in Profile()
1630 ID.AddBoolean(Assumption); in Profile()
H A DMemRegion.cpp400 ID.AddBoolean(IsVirtual); in ProfileRegion()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp640 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1549 ID.AddBoolean(isO); in getConstant()