/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ODRHash.cpp | 37 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 D | StmtProfile.cpp | 97 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 D | TemplateBase.cpp | 330 ID.AddBoolean(true); in Profile() 333 ID.AddBoolean(TTP->isParameterPack()); in Profile() 335 ID.AddBoolean(false); in Profile()
|
H A D | DeclTemplate.cpp | 502 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 D | Type.cpp | 197 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 D | ASTContext.cpp | 664 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 D | CGFunctionInfo.h | 736 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 D | TemplateName.h | 434 ID.AddBoolean(TemplateKeyword); in Profile() 535 ID.AddBoolean(false); in Profile() 542 ID.AddBoolean(true); in Profile()
|
H A D | ODRHash.h | 90 void AddBoolean(bool value);
|
H A D | Type.h | 2779 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 D | DynamicTypeInfo.h | 44 ID.AddBoolean(CanBeASubClass); in Profile()
|
H A D | ExplodedGraph.h | 187 ID.AddBoolean(IsSink); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StreamChecker.cpp | 70 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 D | GIMatchDagOperands.cpp | 23 ID.AddBoolean(IsDef); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 258 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 332 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
H A D | ImmutableSet.h | 894 ID.AddBoolean(X);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 935 ID.AddBoolean(EnableNullFPSuppression); in Profile() 1232 ID.AddBoolean(EnableNullFPSuppression); in Profile() 1635 ID.AddBoolean(Assumption); in Profile()
|
H A D | MemRegion.cpp | 397 ID.AddBoolean(IsVirtual); in ProfileRegion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 602 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom() 1448 ID.AddBoolean(isO); in getConstant()
|