Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
77 AddBoolean(II); in AddDeclarationNameImpl()
101 AddBoolean(Template); in AddDeclarationNameImpl()
112 AddBoolean(Prefix); in AddNestedNameSpecifier()
249 Hash.AddBoolean(S); in AddStmt()
[all …]
H A DStmtProfile.cpp97 ID.AddBoolean(NTTP->isParameterPack()); in VisitDecl()
120 ID.AddBoolean(TTP->isParameterPack()); in VisitDecl()
128 ID.AddBoolean(TTP->isParameterPack()); in VisitDecl()
190 ID.AddBoolean(true); in VisitName()
195 ID.AddBoolean(II); in VisitIdentifierInfo()
201 ID.AddBoolean(D); in VisitDecl()
210 ID.AddBoolean(NNS); in VisitNestedNameSpecifier()
309 ID.AddBoolean(S->isVolatile()); in VisitGCCAsmStmt()
310 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt()
350 ID.AddBoolean(S->isIfExists()); in VisitMSDependentExistsStmt()
[all …]
H A DTemplateBase.cpp330 ID.AddBoolean(true); in Profile()
333 ID.AddBoolean(TTP->isParameterPack()); in Profile()
335 ID.AddBoolean(false); in Profile()
H A DDeclTemplate.cpp502 ID.AddBoolean(RC != nullptr); in ProfileTemplateParameterList()
509 ID.AddBoolean(NTTP->isParameterPack()); in ProfileTemplateParameterList()
515 ID.AddBoolean(TTP->isParameterPack()); in ProfileTemplateParameterList()
516 ID.AddBoolean(TTP->hasTypeConstraint()); in ProfileTemplateParameterList()
524 ID.AddBoolean(TTP->isParameterPack()); in ProfileTemplateParameterList()
H A DType.cpp197 ID.AddBoolean(SizeExpr != 0); in Profile()
362 ID.AddBoolean(IsUnsigned); in Profile()
3371 ID.AddBoolean(epi.HasTrailingReturn); in Profile()
3715 ID.AddBoolean(isKindOf); in Profile()
4414 ID.AddBoolean(IsDependent); in Profile()
H A DASTContext.cpp664 ID.AddBoolean(Parm->isParameterPack()); in Profile()
673 ID.AddBoolean(TTP->isParameterPack()); in Profile()
675 ID.AddBoolean(TC != nullptr); in Profile()
680 ID.AddBoolean(true); in Profile()
683 ID.AddBoolean(false); in Profile()
689 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
692 ID.AddBoolean(true); in Profile()
699 ID.AddBoolean(false); in Profile()
708 ID.AddBoolean(RequiresClause != nullptr); in Profile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h736 ID.AddBoolean(InstanceMethod); in Profile()
737 ID.AddBoolean(ChainCall); in Profile()
738 ID.AddBoolean(NoReturn); in Profile()
739 ID.AddBoolean(ReturnsRetained); in Profile()
740 ID.AddBoolean(NoCallerSavedRegs); in Profile()
741 ID.AddBoolean(HasRegParm); in Profile()
743 ID.AddBoolean(NoCfCheck); in Profile()
744 ID.AddBoolean(CmseNSCall); in Profile()
746 ID.AddBoolean(HasExtParameterInfos); in Profile()
764 ID.AddBoolean(InstanceMethod); in Profile()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h434 ID.AddBoolean(TemplateKeyword); in Profile()
535 ID.AddBoolean(false); in Profile()
542 ID.AddBoolean(true); in Profile()
H A DODRHash.h90 void AddBoolean(bool value);
H A DType.h2779 ID.AddBoolean(SpelledAsLValue);
4830 ID.AddBoolean(ParameterPack);
5077 ID.AddBoolean(IsDependent);
5675 ID.AddBoolean(NumExpansions.hasValue());
6298 ID.AddBoolean(isRead);
6331 ID.AddBoolean(IsUnsigned);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h44 ID.AddBoolean(CanBeASubClass); in Profile()
H A DExplodedGraph.h187 ID.AddBoolean(IsSink); in Profile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp70 ID.AddBoolean(NoError); in Profile()
71 ID.AddBoolean(FEof); in Profile()
72 ID.AddBoolean(FError); in Profile()
145 ID.AddBoolean(FilePositionIndeterminate); in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.cpp23 ID.AddBoolean(IsDef); in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassManagers.h258 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h332 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
H A DImmutableSet.h894 ID.AddBoolean(X);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp935 ID.AddBoolean(EnableNullFPSuppression); in Profile()
1232 ID.AddBoolean(EnableNullFPSuppression); in Profile()
1635 ID.AddBoolean(Assumption); in Profile()
H A DMemRegion.cpp397 ID.AddBoolean(IsVirtual); in ProfileRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp602 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1448 ID.AddBoolean(isO); in getConstant()