Searched refs:AddBoolean (Results 1 - 19 of 19) sorted by relevance
/external/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 478 ID.AddBoolean(InstanceMethod); 479 ID.AddBoolean(ChainCall); 480 ID.AddBoolean(NoReturn); 481 ID.AddBoolean(ReturnsRetained); 482 ID.AddBoolean(HasRegParm); 497 ID.AddBoolean(InstanceMethod); 498 ID.AddBoolean(ChainCall); 499 ID.AddBoolean(info.getNoReturn()); 500 ID.AddBoolean(info.getProducesResult()); 501 ID.AddBoolean(inf [all...] |
/external/clang/lib/AST/ |
H A D | StmtProfile.cpp | 163 ID.AddBoolean(S->isVolatile()); 164 ID.AddBoolean(S->isSimple()); 201 ID.AddBoolean(S->isIfExists()); 232 ID.AddBoolean(S->hasEllipsis()); 647 ID.AddBoolean(S->isExact()); 727 ID.AddBoolean(S->isArrow()); 732 ID.AddBoolean(S->isFileScope()); 812 ID.AddBoolean(S->usesGNUSyntax()); 1134 ID.AddBoolean(S->getValue()); 1170 ID.AddBoolean( [all...] |
H A D | Type.cpp | 2865 ID.AddBoolean(epi.ConsumedParameters[i]); 2868 ID.AddBoolean(epi.HasTrailingReturn); 3202 ID.AddBoolean(isKindOf);
|
H A D | ASTContext.cpp | 552 ID.AddBoolean(Parm->isParameterPack()); 561 ID.AddBoolean(TTP->isParameterPack()); 567 ID.AddBoolean(NTTP->isParameterPack()); 570 ID.AddBoolean(true); 577 ID.AddBoolean(false);
|
/external/clang/include/clang/AST/ |
H A D | TemplateName.h | 427 ID.AddBoolean(TemplateKeyword); 528 ID.AddBoolean(false); 535 ID.AddBoolean(true);
|
H A D | Type.h | 2322 ID.AddBoolean(SpelledAsLValue); 3800 ID.AddBoolean(ParameterPack); 3959 ID.AddBoolean(IsDependent); 4518 ID.AddBoolean(NumExpansions.hasValue());
|
/external/libchrome/base/metrics/ |
H A D | histogram_base.h | 136 void AddBoolean(bool value);
|
H A D | histogram_macros.h | 128 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \ 215 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
|
H A D | histogram_base.cc | 90 void HistogramBase::AddBoolean(bool value) { function in class:base::HistogramBase
|
/external/webrtc/talk/app/webrtc/ |
H A D | statscollector.cc | 125 report->AddBoolean(StatsReport::kStatsValueNameTypingNoiseState, 240 report->AddBoolean(StatsReport::kStatsValueNameBandwidthLimitedResolution, 242 report->AddBoolean(StatsReport::kStatsValueNameCpuLimitedResolution, 244 report->AddBoolean(StatsReport::kStatsValueNameViewLimitedResolution, 619 report->AddBoolean(b.name, b.value); 687 report->AddBoolean(StatsReport::kStatsValueNameInitiator,
|
H A D | statstypes.h | 362 void AddBoolean(StatsValueName name, bool value);
|
H A D | statstypes.cc | 702 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { function in class:webrtc::StatsReport
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 166 ID.AddBoolean(IsSink);
|
/external/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 266 ID.AddBoolean(AU.getPreservesAll());
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 157 ID.AddBoolean(EnableNullFPSuppression); 414 ID.AddBoolean(EnableNullFPSuppression); 710 ID.AddBoolean(Assumption);
|
H A D | MemRegion.cpp | 415 ID.AddBoolean(IsVirtual);
|
/external/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } function in class:llvm::FoldingSetNodeID
|
H A D | ImmutableSet.h | 880 ID.AddBoolean(X);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 415 ID.AddBoolean(C->isOpaque()); 1192 ID.AddBoolean(isO);
|
Completed in 1104 milliseconds