/external/clang/lib/AST/ |
D | StmtProfile.cpp | 163 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 …]
|
D | TemplateBase.cpp | 271 ID.AddBoolean(true); in Profile() 274 ID.AddBoolean(TTP->isParameterPack()); in Profile() 276 ID.AddBoolean(false); in Profile()
|
D | Type.cpp | 2865 ID.AddBoolean(epi.ConsumedParameters[i]); in Profile() 2868 ID.AddBoolean(epi.HasTrailingReturn); in Profile() 3202 ID.AddBoolean(isKindOf); in Profile()
|
D | ASTContext.cpp | 552 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/ |
D | CGFunctionInfo.h | 478 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/ |
D | TemplateName.h | 427 ID.AddBoolean(TemplateKeyword); in Profile() 528 ID.AddBoolean(false); in Profile() 535 ID.AddBoolean(true); in Profile()
|
D | Type.h | 2322 ID.AddBoolean(SpelledAsLValue); 3800 ID.AddBoolean(ParameterPack); 3959 ID.AddBoolean(IsDependent); 4518 ID.AddBoolean(NumExpansions.hasValue());
|
/external/libchrome/base/metrics/ |
D | histogram_macros.h | 128 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \ 215 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
|
D | histogram_base.h | 136 void AddBoolean(bool value);
|
D | histogram_base.cc | 90 void HistogramBase::AddBoolean(bool value) { in AddBoolean() function in base::HistogramBase
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector.cc | 125 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()
|
D | statstypes.h | 362 void AddBoolean(StatsValueName name, bool value);
|
D | statstypes.cc | 702 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { in AddBoolean() function in webrtc::StatsReport
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 266 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 166 ID.AddBoolean(IsSink); in Profile()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 157 ID.AddBoolean(EnableNullFPSuppression); in Profile() 414 ID.AddBoolean(EnableNullFPSuppression); in Profile() 710 ID.AddBoolean(Assumption); in Profile()
|
D | MemRegion.cpp | 415 ID.AddBoolean(IsVirtual); in ProfileRegion()
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
D | ImmutableSet.h | 880 ID.AddBoolean(X);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 415 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom() 1192 ID.AddBoolean(isO); in getConstant()
|