Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp37 AddBoolean(true); in AddDeclarationName()
43 AddBoolean(false); in AddDeclarationName()
80 AddBoolean(II); in AddDeclarationNameImpl()
115 AddBoolean(Prefix); in AddNestedNameSpecifier()
263 Hash.AddBoolean(S); in AddStmt()
281 Hash.AddBoolean(D); in AddDecl()
594 AddBoolean(TD); in AddCXXRecordDecl()
708 AddBoolean(false); in AddFunctionDecl()
715 AddBoolean(HasBody); in AddFunctionDecl()
721 AddBoolean(Body); in AddFunctionDecl()
[all …]
H A DStmtProfile.cpp210 ID.AddBoolean(true); in VisitName()
215 ID.AddBoolean(II); in VisitIdentifierInfo()
221 ID.AddBoolean(D); in VisitDecl()
230 ID.AddBoolean(NNS); in VisitNestedNameSpecifier()
330 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt()
1365 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral()
1459 ID.AddBoolean(S->isArrow()); in VisitMemberExpr()
2097 ID.AddBoolean(S->isArray()); in VisitCXXNewExpr()
2107 ID.AddBoolean(S->isArrow()); in VisitCXXPseudoDestructorExpr()
2325 ID.AddBoolean(S->isArrow()); in VisitObjCIvarRefExpr()
[all …]
H A DDeclTemplate.cpp133 ID.AddBoolean(RC != nullptr); in Profile()
140 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
142 ID.AddBoolean(NTTP->hasPlaceholderTypeConstraint()); in Profile()
149 ID.AddBoolean(TTP->isParameterPack()); in Profile()
150 ID.AddBoolean(TTP->hasTypeConstraint()); in Profile()
158 ID.AddBoolean(TTP->isParameterPack()); in Profile()
H A DTemplateName.cpp99 ID.AddBoolean(Final); in Profile()
H A DType.cpp223 ID.AddBoolean(SizeExpr != nullptr); in Profile()
384 ID.AddBoolean(IsUnsigned); in Profile()
3784 ID.AddBoolean(IsUnqual); in Profile()
4022 ID.AddBoolean(Final); in Profile()
4146 ID.AddBoolean(isKindOf); in Profile()
4843 ID.AddBoolean(IsDependent); in Profile()
H A DASTContext.cpp690 ID.AddBoolean(Parm->isParameterPack()); in Profile()
699 ID.AddBoolean(TTP->isParameterPack()); in Profile()
701 ID.AddBoolean(true); in Profile()
704 ID.AddBoolean(false); in Profile()
710 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
714 ID.AddBoolean(true); in Profile()
721 ID.AddBoolean(false); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h758 ID.AddBoolean(InstanceMethod); in Profile()
759 ID.AddBoolean(ChainCall); in Profile()
760 ID.AddBoolean(DelegateCall); in Profile()
761 ID.AddBoolean(NoReturn); in Profile()
762 ID.AddBoolean(ReturnsRetained); in Profile()
764 ID.AddBoolean(HasRegParm); in Profile()
766 ID.AddBoolean(NoCfCheck); in Profile()
767 ID.AddBoolean(CmseNSCall); in Profile()
785 ID.AddBoolean(InstanceMethod); in Profile()
786 ID.AddBoolean(ChainCall); in Profile()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h475 ID.AddBoolean(TemplateKeyword); in Profile()
576 ID.AddBoolean(false); in Profile()
583 ID.AddBoolean(true); in Profile()
H A DODRHash.h103 void AddBoolean(bool value);
H A DType.h3039 ID.AddBoolean(SpelledAsLValue);
5273 ID.AddBoolean(ParameterPack);
5534 ID.AddBoolean(IsDependent || Template.isDependent());
6083 ID.AddBoolean(NumExpansions.has_value());
6704 ID.AddBoolean(isRead);
6738 ID.AddBoolean(IsUnsigned);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h44 ID.AddBoolean(CanBeASubClass); in Profile()
H A DExplodedGraph.h186 ID.AddBoolean(IsSink); in Profile()
H A DProgramState.h177 ID.AddBoolean(V->PosteriorlyOverconstrained); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h257 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp77 ID.AddBoolean(NoError); in Profile()
78 ID.AddBoolean(FEof); in Profile()
79 ID.AddBoolean(FError); in Profile()
152 ID.AddBoolean(FilePositionIndeterminate); in Profile()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h358 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
H A DImmutableSet.h881 ID.AddBoolean(X);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1020 ID.AddBoolean(EnableNullFPSuppression); in Profile()
1263 ID.AddBoolean(Options.EnableNullFPSuppression); in Profile()
1815 ID.AddBoolean(Assumption); in Profile()
H A DMemRegion.cpp424 ID.AddBoolean(IsVirtual); in ProfileRegion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp725 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1706 ID.AddBoolean(isO); in getConstant()