Home
last modified time | relevance | path

Searched refs:AddBoolean (Results 1 – 20 of 20) 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()
232 ID.AddBoolean(S->hasEllipsis()); in VisitObjCAtCatchStmt()
647 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral()
727 ID.AddBoolean(S->isArrow()); in VisitMemberExpr()
732 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
812 ID.AddBoolean(S->usesGNUSyntax()); in VisitDesignatedInitExpr()
1134 ID.AddBoolean(S->getValue()); in VisitCXXBoolLiteralExpr()
1170 ID.AddBoolean(S->isImplicit()); in VisitCXXThisExpr()
[all …]
DTemplateBase.cpp271 ID.AddBoolean(true); in Profile()
274 ID.AddBoolean(TTP->isParameterPack()); in Profile()
276 ID.AddBoolean(false); in Profile()
DType.cpp2865 ID.AddBoolean(epi.ConsumedParameters[i]); in Profile()
2868 ID.AddBoolean(epi.HasTrailingReturn); in Profile()
3202 ID.AddBoolean(isKindOf); in Profile()
DASTContext.cpp552 ID.AddBoolean(Parm->isParameterPack()); in Profile()
561 ID.AddBoolean(TTP->isParameterPack()); in Profile()
567 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
570 ID.AddBoolean(true); in Profile()
577 ID.AddBoolean(false); in Profile()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h478 ID.AddBoolean(InstanceMethod); in Profile()
479 ID.AddBoolean(ChainCall); in Profile()
480 ID.AddBoolean(NoReturn); in Profile()
481 ID.AddBoolean(ReturnsRetained); in Profile()
482 ID.AddBoolean(HasRegParm); in Profile()
497 ID.AddBoolean(InstanceMethod); in Profile()
498 ID.AddBoolean(ChainCall); in Profile()
499 ID.AddBoolean(info.getNoReturn()); in Profile()
500 ID.AddBoolean(info.getProducesResult()); in Profile()
501 ID.AddBoolean(info.getHasRegParm()); in Profile()
/external/clang/include/clang/AST/
DTemplateName.h427 ID.AddBoolean(TemplateKeyword); in Profile()
528 ID.AddBoolean(false); in Profile()
535 ID.AddBoolean(true); in Profile()
DType.h2322 ID.AddBoolean(SpelledAsLValue);
3800 ID.AddBoolean(ParameterPack);
3959 ID.AddBoolean(IsDependent);
4518 ID.AddBoolean(NumExpansions.hasValue());
/external/libchrome/base/metrics/
Dhistogram_macros.h128 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
215 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
Dhistogram_base.h136 void AddBoolean(bool value);
Dhistogram_base.cc90 void HistogramBase::AddBoolean(bool value) { in AddBoolean() function in base::HistogramBase
/external/webrtc/talk/app/webrtc/
Dstatscollector.cc125 report->AddBoolean(StatsReport::kStatsValueNameTypingNoiseState, in SetAudioProcessingStats()
240 report->AddBoolean(StatsReport::kStatsValueNameBandwidthLimitedResolution, in ExtractStats()
242 report->AddBoolean(StatsReport::kStatsValueNameCpuLimitedResolution, in ExtractStats()
244 report->AddBoolean(StatsReport::kStatsValueNameViewLimitedResolution, in ExtractStats()
619 report->AddBoolean(b.name, b.value); in AddConnectionInfoReport()
687 report->AddBoolean(StatsReport::kStatsValueNameInitiator, in ExtractSessionInfo()
Dstatstypes.h362 void AddBoolean(StatsValueName name, bool value);
Dstatstypes.cc702 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { in AddBoolean() function in webrtc::StatsReport
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h266 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h166 ID.AddBoolean(IsSink); in Profile()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp157 ID.AddBoolean(EnableNullFPSuppression); in Profile()
414 ID.AddBoolean(EnableNullFPSuppression); in Profile()
710 ID.AddBoolean(Assumption); in Profile()
DMemRegion.cpp415 ID.AddBoolean(IsVirtual); in ProfileRegion()
/external/llvm/include/llvm/ADT/
DFoldingSet.h316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
DImmutableSet.h880 ID.AddBoolean(X);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp415 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1192 ID.AddBoolean(isO); in getConstant()