Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp163 ID.AddBoolean(S->isVolatile()); in VisitGCCAsmStmt()
164 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt()
201 ID.AddBoolean(S->isIfExists()); in VisitMSDependentExistsStmt()
224 ID.AddBoolean(S->hasEllipsis()); in VisitObjCAtCatchStmt()
283 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral()
358 ID.AddBoolean(S->isArrow()); in VisitMemberExpr()
363 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
439 ID.AddBoolean(S->usesGNUSyntax()); in VisitDesignatedInitExpr()
750 ID.AddBoolean(S->getValue()); in VisitCXXBoolLiteralExpr()
771 ID.AddBoolean(S->isImplicit()); in VisitCXXThisExpr()
[all …]
DTemplateBase.cpp255 ID.AddBoolean(true); in Profile()
258 ID.AddBoolean(TTP->isParameterPack()); in Profile()
260 ID.AddBoolean(false); in Profile()
DType.cpp1692 ID.AddBoolean(epi.ConsumedArguments[i]); in Profile()
1695 ID.AddBoolean(epi.HasTrailingReturn); in Profile()
DASTContext.cpp388 ID.AddBoolean(Parm->isParameterPack()); in Profile()
397 ID.AddBoolean(TTP->isParameterPack()); in Profile()
403 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
406 ID.AddBoolean(true); in Profile()
413 ID.AddBoolean(false); in Profile()
/external/clang/lib/CodeGen/
DCGCall.h259 ID.AddBoolean(NoReturn); in Profile()
260 ID.AddBoolean(ReturnsRetained); in Profile()
261 ID.AddBoolean(HasRegParm); in Profile()
274 ID.AddBoolean(info.getNoReturn()); in Profile()
275 ID.AddBoolean(info.getProducesResult()); in Profile()
276 ID.AddBoolean(info.getHasRegParm()); in Profile()
/external/clang/include/clang/AST/
DTemplateName.h423 ID.AddBoolean(TemplateKeyword); in Profile()
524 ID.AddBoolean(false); in Profile()
531 ID.AddBoolean(true); in Profile()
DType.h2010 ID.AddBoolean(SpelledAsLValue);
3412 ID.AddBoolean(ParameterPack);
4150 ID.AddBoolean(NumExpansions);
/external/chromium/base/metrics/
Dhistogram.h238 counter->AddBoolean(sample); \
390 virtual void AddBoolean(bool value);
646 virtual void AddBoolean(bool value);
Dhistogram.cc127 void Histogram::AddBoolean(bool value) { in AddBoolean() function in base::Histogram
894 void BooleanHistogram::AddBoolean(bool value) { in AddBoolean() function in base::BooleanHistogram
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h166 ID.AddBoolean(IsSink); in Profile()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp84 ID.AddBoolean(F->hasGC()); in profileFunction()
85 ID.AddBoolean(FTy->isVarArg()); in profileFunction()
/external/llvm/include/llvm/ADT/
DFoldingSet.h314 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h533 ID.AddBoolean(IsPreVisit); in getHashValue()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp399 ID.AddBoolean(Assumption); in Profile()