Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DStmtProfile.cpp164 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 …]
DTemplateBase.cpp271 ID.AddBoolean(true); in Profile()
274 ID.AddBoolean(TTP->isParameterPack()); in Profile()
276 ID.AddBoolean(false); in Profile()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h622 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/
DTemplateName.h399 ID.AddBoolean(TemplateKeyword); in Profile()
500 ID.AddBoolean(false); in Profile()
507 ID.AddBoolean(true); in Profile()
DType.h2355 ID.AddBoolean(SpelledAsLValue);
3970 ID.AddBoolean(ParameterPack);
4129 ID.AddBoolean(IsDependent);
4692 ID.AddBoolean(NumExpansions.hasValue());
/external/libchrome/base/metrics/
Dhistogram_macros_local.h28 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
Dhistogram_base.h200 void AddBoolean(bool value);
Dhistogram_base.cc128 void HistogramBase::AddBoolean(bool value) { in AddBoolean() function in base::HistogramBase
Dhistogram_macros.h99 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
/external/perfetto/src/trace_processor/util/
Ddebug_annotation_parser.cc75 delegate.AddBoolean(context_name, annotation.bool_value()); in ParseDebugAnnotationValue()
185 delegate.AddBoolean(context_name, value.bool_value()); in ParseNestedValueArgs()
Dproto_to_args_parser.h85 virtual void AddBoolean(const Key& key, bool value) = 0;
Ddebug_annotation_parser_unittest.cc89 void AddBoolean(const Key& key, bool value) override { in AddBoolean() function in perfetto::trace_processor::util::__anone2123b760111::DebugAnnotationParserTest
Dproto_to_args_parser.cc252 delegate.AddBoolean(key_prefix_, field.as_bool()); in ParseSimpleField()
Dproto_to_args_parser_unittest.cc89 void AddBoolean(const Key& key, bool value) override { in AddBoolean() function in perfetto::trace_processor::util::__anonb30e1b970111::ProtoToArgsParserTest
/external/webrtc/pc/
Dstats_collector.cc112 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/
Dstats_types.h399 void AddBoolean(StatsValueName name, bool value);
Dstats_types.cc768 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { in AddBoolean() function in webrtc::StatsReport
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h265 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h259 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h166 ID.AddBoolean(IsSink); in Profile()
/external/libchrome/base/android/
Drecord_histogram.cc221 histogram->AddBoolean(sample); in JNI_RecordHistogram_RecordBooleanHistogram()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp158 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/
DFoldingSet.h324 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
DImmutableSet.h881 ID.AddBoolean(X);
/external/llvm/include/llvm/ADT/
DFoldingSet.h330 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function

12