Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp162 ID.AddBoolean(S->isVolatile()); in VisitGCCAsmStmt()
163 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt()
200 ID.AddBoolean(S->isIfExists()); in VisitMSDependentExistsStmt()
231 ID.AddBoolean(S->hasEllipsis()); in VisitObjCAtCatchStmt()
516 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral()
592 ID.AddBoolean(S->isArrow()); in VisitMemberExpr()
597 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
677 ID.AddBoolean(S->usesGNUSyntax()); in VisitDesignatedInitExpr()
988 ID.AddBoolean(S->getValue()); in VisitCXXBoolLiteralExpr()
1019 ID.AddBoolean(S->isImplicit()); in VisitCXXThisExpr()
[all …]
H A DTemplateBase.cpp273 ID.AddBoolean(true); in Profile()
276 ID.AddBoolean(TTP->isParameterPack()); in Profile()
278 ID.AddBoolean(false); in Profile()
H A DType.cpp1798 ID.AddBoolean(epi.ConsumedParameters[i]); in Profile()
1801 ID.AddBoolean(epi.HasTrailingReturn); in Profile()
H A DASTContext.cpp551 ID.AddBoolean(Parm->isParameterPack()); in Profile()
560 ID.AddBoolean(TTP->isParameterPack()); in Profile()
566 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
569 ID.AddBoolean(true); in Profile()
576 ID.AddBoolean(false); in Profile()
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h470 ID.AddBoolean(InstanceMethod); in Profile()
471 ID.AddBoolean(ChainCall); in Profile()
472 ID.AddBoolean(NoReturn); in Profile()
473 ID.AddBoolean(ReturnsRetained); in Profile()
474 ID.AddBoolean(HasRegParm); in Profile()
489 ID.AddBoolean(InstanceMethod); in Profile()
490 ID.AddBoolean(ChainCall); in Profile()
491 ID.AddBoolean(info.getNoReturn()); in Profile()
492 ID.AddBoolean(info.getProducesResult()); in Profile()
493 ID.AddBoolean(info.getHasRegParm()); in Profile()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h427 ID.AddBoolean(TemplateKeyword); in Profile()
528 ID.AddBoolean(false); in Profile()
535 ID.AddBoolean(true); in Profile()
H A DType.h2172 ID.AddBoolean(SpelledAsLValue);
3596 ID.AddBoolean(ParameterPack);
3751 ID.AddBoolean(IsDecltypeAuto);
3752 ID.AddBoolean(IsDependent);
4315 ID.AddBoolean(NumExpansions.hasValue());
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h168 ID.AddBoolean(IsSink); in Profile()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp158 ID.AddBoolean(EnableNullFPSuppression); in Profile()
415 ID.AddBoolean(EnableNullFPSuppression); in Profile()
711 ID.AddBoolean(Assumption); in Profile()
H A DMemRegion.cpp415 ID.AddBoolean(IsVirtual); in ProfileRegion()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
H A DImmutableSet.h856 ID.AddBoolean(X);
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp389 ID.AddBoolean(nuw); in AddBinaryNodeIDCustom()
390 ID.AddBoolean(nsw); in AddBinaryNodeIDCustom()
391 ID.AddBoolean(exact); in AddBinaryNodeIDCustom()
420 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1160 ID.AddBoolean(isO); in getConstant()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp242 ID.AddBoolean(IsOverridable); in Profile()