Searched refs:AddBoolean (Results 1 - 19 of 19) sorted by relevance

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h478 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 DStmtProfile.cpp163 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 DType.cpp2865 ID.AddBoolean(epi.ConsumedParameters[i]);
2868 ID.AddBoolean(epi.HasTrailingReturn);
3202 ID.AddBoolean(isKindOf);
H A DASTContext.cpp552 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 DTemplateName.h427 ID.AddBoolean(TemplateKeyword);
528 ID.AddBoolean(false);
535 ID.AddBoolean(true);
H A DType.h2322 ID.AddBoolean(SpelledAsLValue);
3800 ID.AddBoolean(ParameterPack);
3959 ID.AddBoolean(IsDependent);
4518 ID.AddBoolean(NumExpansions.hasValue());
/external/libchrome/base/metrics/
H A Dhistogram_base.h136 void AddBoolean(bool value);
H A Dhistogram_macros.h128 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
215 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
H A Dhistogram_base.cc90 void HistogramBase::AddBoolean(bool value) { function in class:base::HistogramBase
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc125 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 Dstatstypes.h362 void AddBoolean(StatsValueName name, bool value);
H A Dstatstypes.cc702 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { function in class:webrtc::StatsReport
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h166 ID.AddBoolean(IsSink);
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h266 ID.AddBoolean(AU.getPreservesAll());
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp157 ID.AddBoolean(EnableNullFPSuppression);
414 ID.AddBoolean(EnableNullFPSuppression);
710 ID.AddBoolean(Assumption);
H A DMemRegion.cpp415 ID.AddBoolean(IsVirtual);
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } function in class:llvm::FoldingSetNodeID
H A DImmutableSet.h880 ID.AddBoolean(X);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp415 ID.AddBoolean(C->isOpaque());
1192 ID.AddBoolean(isO);

Completed in 1104 milliseconds