Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp37 AddBoolean(true); in AddDeclarationName()
43 AddBoolean(false); in AddDeclarationName()
56 AddBoolean(Name.isEmpty()); in AddDeclarationNameImpl()
70 AddBoolean(S.isNull()); in AddDeclarationNameImpl()
71 AddBoolean(S.isKeywordSelector()); in AddDeclarationNameImpl()
72 AddBoolean(S.isUnarySelector()); in AddDeclarationNameImpl()
80 AddBoolean(II); in AddDeclarationNameImpl()
104 AddBoolean(Template); in AddDeclarationNameImpl()
115 AddBoolean(Prefix); in AddNestedNameSpecifier()
153 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 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.cpp238 ID.AddBoolean(SizeExpr != nullptr); in Profile()
400 ID.AddBoolean(IsUnsigned); in Profile()
415 ID.AddBoolean(CountInBytes); in Profile()
416 ID.AddBoolean(OrNull); in Profile()
3936 ID.AddBoolean(IsUnqual); in Profile()
4251 ID.AddBoolean(Final); in Profile()
4376 ID.AddBoolean(isKindOf); in Profile()
5088 ID.AddBoolean(IsDependent); in Profile()
H A DASTContext.cpp693 ID.AddBoolean(Parm->isParameterPack()); in Profile()
702 ID.AddBoolean(TTP->isParameterPack()); in Profile()
704 ID.AddBoolean(true); in Profile()
707 ID.AddBoolean(false); in Profile()
713 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
717 ID.AddBoolean(true); in Profile()
724 ID.AddBoolean(false); in Profile()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h769 ID.AddBoolean(InstanceMethod); in Profile()
770 ID.AddBoolean(ChainCall); in Profile()
771 ID.AddBoolean(DelegateCall); in Profile()
772 ID.AddBoolean(NoReturn); in Profile()
773 ID.AddBoolean(ReturnsRetained); in Profile()
774 ID.AddBoolean(NoCallerSavedRegs); in Profile()
775 ID.AddBoolean(HasRegParm); in Profile()
777 ID.AddBoolean(NoCfCheck); in Profile()
778 ID.AddBoolean(CmseNSCall); in Profile()
780 ID.AddBoolean(HasExtParameterInfos); in Profile()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h476 ID.AddBoolean(TemplateKeyword); in Profile()
577 ID.AddBoolean(false); in Profile()
584 ID.AddBoolean(true); in Profile()
H A DType.h3436 ID.AddBoolean(SpelledAsLValue);
6187 ID.AddBoolean(ParameterPack);
6448 ID.AddBoolean(IsDependent || Template.isDependent());
6997 ID.AddBoolean(NumExpansions.has_value());
7618 ID.AddBoolean(isRead);
7652 ID.AddBoolean(IsUnsigned);
/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.h177 ID.AddBoolean(V->PosteriorlyOverconstrained); 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.h257 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.h366 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
H A DImmutableSet.h881 ID.AddBoolean(X);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1024 ID.AddBoolean(EnableNullFPSuppression); in Profile()
1267 ID.AddBoolean(Options.EnableNullFPSuppression); in Profile()
1819 ID.AddBoolean(Assumption); in Profile()
H A DMemRegion.cpp424 ID.AddBoolean(IsVirtual); in ProfileRegion()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp729 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1730 ID.AddBoolean(isO); in getConstant()