Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp37 AddBoolean(true); in AddDeclarationNameInfo()
43 AddBoolean(false); in AddDeclarationNameInfo()
57 AddBoolean(Name.isEmpty()); in AddDeclarationNameInfoImpl()
71 AddBoolean(S.isNull()); in AddDeclarationNameInfoImpl()
72 AddBoolean(S.isKeywordSelector()); in AddDeclarationNameInfoImpl()
73 AddBoolean(S.isUnarySelector()); in AddDeclarationNameInfoImpl()
81 AddBoolean(II); in AddDeclarationNameInfoImpl()
106 AddBoolean(Template); in AddDeclarationNameInfoImpl()
117 AddBoolean(Prefix); in AddNestedNameSpecifier()
164 AddBoolean(QTN->hasTemplateKeyword()); in AddTemplateName()
[all …]
H A DStmtProfile.cpp105 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(S->isIfExists()); in VisitMSDependentExistsStmt()
[all …]
H A DTemplateName.cpp91 ID.AddBoolean(Final); in Profile()
124 ID.AddBoolean(Final); in Profile()
144 ID.AddBoolean(false); in Profile()
147 ID.AddBoolean(true); in Profile()
H A DDeclTemplate.cpp140 ID.AddBoolean(RC != nullptr); in Profile()
147 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
149 ID.AddBoolean(NTTP->hasPlaceholderTypeConstraint()); in Profile()
156 ID.AddBoolean(TTP->isParameterPack()); in Profile()
157 ID.AddBoolean(TTP->hasTypeConstraint()); in Profile()
165 ID.AddBoolean(TTP->isParameterPack()); in Profile()
H A DType.cpp274 ID.AddBoolean(SizeExpr != nullptr); in Profile()
444 ID.AddBoolean(IsUnsigned); in Profile()
459 ID.AddBoolean(CountInBytes); in Profile()
460 ID.AddBoolean(OrNull); in Profile()
4109 ID.AddBoolean(IsUnqual); in Profile()
4219 ID.AddBoolean(FullySubstituted); in Profile()
4413 ID.AddBoolean(Final); in Profile()
4460 ID.AddBoolean(Final); in Profile()
4591 ID.AddBoolean(isKindOf); in Profile()
5388 ID.AddBoolean(IsDependent); in Profile()
H A DTemplateBase.cpp419 ID.AddBoolean(IsCanonical); in Profile()
H A DASTContext.cpp726 ID.AddBoolean(Parm->isParameterPack()); in Profile()
735 ID.AddBoolean(TTP->isParameterPack()); in Profile()
743 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
747 ID.AddBoolean(true); in Profile()
754 ID.AddBoolean(false); in Profile()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h787 ID.AddBoolean(InstanceMethod); in Profile()
788 ID.AddBoolean(ChainCall); in Profile()
789 ID.AddBoolean(DelegateCall); in Profile()
790 ID.AddBoolean(NoReturn); in Profile()
791 ID.AddBoolean(ReturnsRetained); in Profile()
792 ID.AddBoolean(NoCallerSavedRegs); in Profile()
793 ID.AddBoolean(HasRegParm); in Profile()
795 ID.AddBoolean(NoCfCheck); in Profile()
796 ID.AddBoolean(CmseNSCall); in Profile()
798 ID.AddBoolean(HasExtParameterInfos); in Profile()
[all …]
/freebsd/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.h176 ID.AddBoolean(V->PosteriorlyOverconstrained); in Profile()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h110 void AddBoolean(bool value);
H A DTemplateName.h540 ID.AddBoolean(TemplateKeyword); in Profile()
616 ID.AddBoolean(HasTemplateKeyword); in Profile()
H A DType.h3533 ID.AddBoolean(SpelledAsLValue);
6371 ID.AddBoolean(Attrs.IsROV);
6372 ID.AddBoolean(Attrs.RawBuffer);
6556 ID.AddBoolean(ParameterPack);
6814 ID.AddBoolean(IsDependent || Template.isDependent());
7974 ID.AddBoolean(isRead);
8008 ID.AddBoolean(IsUnsigned);
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunctionInfo.h103 id.AddBoolean(required.getOpaqueData()); in Profile()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h258 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp87 ID.AddBoolean(NoError); in Profile()
88 ID.AddBoolean(FEof); in Profile()
89 ID.AddBoolean(FError); in Profile()
177 ID.AddBoolean(FilePositionIndeterminate); in Profile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h369 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
H A DImmutableSet.h885 ID.AddBoolean(X);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp931 ID.AddBoolean(EnableNullFPSuppression); in Profile()
1174 ID.AddBoolean(Options.EnableNullFPSuppression); in Profile()
1771 ID.AddBoolean(Assumption); in Profile()
H A DMemRegion.cpp433 ID.AddBoolean(IsVirtual); in ProfileRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp1911 ID.AddBoolean(Mapping.has_value()); in find()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp754 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1769 ID.AddBoolean(isO); in getConstant()