/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()
|
/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_local.h | 28 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
|
D | histogram_base.h | 200 void AddBoolean(bool value);
|
D | histogram_base.cc | 128 void HistogramBase::AddBoolean(bool value) { in AddBoolean() function in base::HistogramBase
|
D | histogram_macros.h | 99 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
|
/external/perfetto/src/trace_processor/util/ |
D | debug_annotation_parser.cc | 75 delegate.AddBoolean(context_name, annotation.bool_value()); in ParseDebugAnnotationValue() 185 delegate.AddBoolean(context_name, value.bool_value()); in ParseNestedValueArgs()
|
D | proto_to_args_parser.h | 85 virtual void AddBoolean(const Key& key, bool value) = 0;
|
D | debug_annotation_parser_unittest.cc | 89 void AddBoolean(const Key& key, bool value) override { in AddBoolean() function in perfetto::trace_processor::util::__anone2123b760111::DebugAnnotationParserTest
|
D | proto_to_args_parser.cc | 252 delegate.AddBoolean(key_prefix_, field.as_bool()); in ParseSimpleField()
|
D | proto_to_args_parser_unittest.cc | 89 void AddBoolean(const Key& key, bool value) override { in AddBoolean() function in perfetto::trace_processor::util::__anonb30e1b970111::ProtoToArgsParserTest
|
/external/webrtc/pc/ |
D | stats_collector.cc | 112 report->AddBoolean(StatsReport::kStatsValueNameTypingNoiseState, in SetAudioProcessingStats() 336 report->AddBoolean(StatsReport::kStatsValueNameBandwidthLimitedResolution, in ExtractStats() 338 report->AddBoolean(StatsReport::kStatsValueNameCpuLimitedResolution, in ExtractStats() 340 report->AddBoolean(StatsReport::kStatsValueNameHasEnteredLowResolution, in ExtractStats() 730 report->AddBoolean(b.name, b.value); in AddConnectionInfoReport() 821 report->AddBoolean(StatsReport::kStatsValueNameInitiator, in ExtractSessionInfo()
|
/external/webrtc/api/ |
D | stats_types.h | 399 void AddBoolean(StatsValueName name, bool value);
|
D | stats_types.cc | 768 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 259 ID.AddBoolean(AU.getPreservesAll()); in Profile()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 166 ID.AddBoolean(IsSink); in Profile()
|
/external/libchrome/base/android/ |
D | record_histogram.cc | 221 histogram->AddBoolean(sample); in JNI_RecordHistogram_RecordBooleanHistogram()
|
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 324 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|
D | ImmutableSet.h | 881 ID.AddBoolean(X);
|
/external/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 330 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
|