/external/clang/lib/AST/ |
D | StmtProfile.cpp | 164 ID.AddBoolean(S->isVolatile()); in VisitGCCAsmStmt() 165 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt() 202 ID.AddBoolean(S->isIfExists()); in VisitMSDependentExistsStmt() 233 ID.AddBoolean(S->hasEllipsis()); in VisitObjCAtCatchStmt() 763 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral() 843 ID.AddBoolean(S->isArrow()); in VisitMemberExpr() 848 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr() 928 ID.AddBoolean(S->usesGNUSyntax()); in VisitDesignatedInitExpr() 1248 ID.AddBoolean(S->getValue()); in VisitCXXBoolLiteralExpr() 1284 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 | 2860 ID.AddBoolean(epi.HasTrailingReturn); in Profile() 3206 ID.AddBoolean(isKindOf); in Profile()
|
D | ASTContext.cpp | 553 ID.AddBoolean(Parm->isParameterPack()); in Profile() 562 ID.AddBoolean(TTP->isParameterPack()); in Profile() 568 ID.AddBoolean(NTTP->isParameterPack()); in Profile() 571 ID.AddBoolean(true); in Profile() 578 ID.AddBoolean(false); in Profile()
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 622 ID.AddBoolean(InstanceMethod); in Profile() 623 ID.AddBoolean(ChainCall); in Profile() 624 ID.AddBoolean(NoReturn); in Profile() 625 ID.AddBoolean(ReturnsRetained); in Profile() 626 ID.AddBoolean(HasRegParm); in Profile() 629 ID.AddBoolean(HasExtParameterInfos); in Profile() 647 ID.AddBoolean(InstanceMethod); in Profile() 648 ID.AddBoolean(ChainCall); in Profile() 649 ID.AddBoolean(info.getNoReturn()); in Profile() 650 ID.AddBoolean(info.getProducesResult()); in Profile() [all …]
|
/external/clang/include/clang/AST/ |
D | TemplateName.h | 399 ID.AddBoolean(TemplateKeyword); in Profile() 500 ID.AddBoolean(false); in Profile() 507 ID.AddBoolean(true); in Profile()
|
D | Type.h | 2355 ID.AddBoolean(SpelledAsLValue); 3970 ID.AddBoolean(ParameterPack); 4129 ID.AddBoolean(IsDependent); 4692 ID.AddBoolean(NumExpansions.hasValue());
|
/external/libchrome/base/metrics/ |
D | histogram_macros.h | 157 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \ 244 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
|
D | histogram_base.h | 178 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 | 265 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
/external/libmojo/base/android/ |
D | record_histogram.cc | 210 histogram->AddBoolean(sample); in RecordBooleanHistogram()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 166 ID.AddBoolean(IsSink); in Profile()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 84 ID.AddBoolean(F->hasGC()); in profileFunction() 85 ID.AddBoolean(FTy->isVarArg()); in profileFunction()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 158 ID.AddBoolean(EnableNullFPSuppression); in Profile() 418 ID.AddBoolean(EnableNullFPSuppression); in Profile() 714 ID.AddBoolean(Assumption); in Profile()
|
D | MemRegion.cpp | 411 ID.AddBoolean(IsVirtual); in ProfileRegion()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | FoldingSet.h | 311 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | FoldingSet.h | 336 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 330 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 | 390 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom() 1183 ID.AddBoolean(isO); in getConstant()
|