HomeSort by relevance Sort by last modified time
    Searched refs:AddBoolean (Results 1 - 19 of 19) sorted by null

  /external/clang/include/clang/CodeGen/
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(info.getHasRegParm())
    [all...]
  /external/clang/lib/AST/
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(S->isImplicit())
    [all...]
Type.cpp     [all...]
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);
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 427 ID.AddBoolean(TemplateKeyword);
528 ID.AddBoolean(false);
535 ID.AddBoolean(true);
Type.h     [all...]
  /external/libchrome/base/metrics/
histogram_base.h 136 void AddBoolean(bool value);
histogram_macros.h 128 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
215 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
histogram_base.cc 90 void HistogramBase::AddBoolean(bool value) {
  /external/webrtc/talk/app/webrtc/
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,
    [all...]
statstypes.h 362 void AddBoolean(StatsValueName name, bool value);
statstypes.cc 702 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) {
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 266 ID.AddBoolean(AU.getPreservesAll());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 166 ID.AddBoolean(IsSink);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 157 ID.AddBoolean(EnableNullFPSuppression);
414 ID.AddBoolean(EnableNullFPSuppression);
710 ID.AddBoolean(Assumption);
    [all...]
MemRegion.cpp 415 ID.AddBoolean(IsVirtual);
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 316 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); }
ImmutableSet.h 880 ID.AddBoolean(X);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 415 ID.AddBoolean(C->isOpaque());
    [all...]

Completed in 1153 milliseconds