Home
last modified time | relevance | path

Searched refs:AddBoolean (Results 1 – 25 of 28) 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()
DType.cpp2860 ID.AddBoolean(epi.HasTrailingReturn); in Profile()
3206 ID.AddBoolean(isKindOf); 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/webrtc/talk/app/webrtc/
Dstatscollector.cc125 report->AddBoolean(StatsReport::kStatsValueNameTypingNoiseState, in SetAudioProcessingStats()
240 report->AddBoolean(StatsReport::kStatsValueNameBandwidthLimitedResolution, in ExtractStats()
242 report->AddBoolean(StatsReport::kStatsValueNameCpuLimitedResolution, in ExtractStats()
244 report->AddBoolean(StatsReport::kStatsValueNameViewLimitedResolution, in ExtractStats()
619 report->AddBoolean(b.name, b.value); in AddConnectionInfoReport()
687 report->AddBoolean(StatsReport::kStatsValueNameInitiator, in ExtractSessionInfo()
Dstatstypes.h362 void AddBoolean(StatsValueName name, bool value);
Dstatstypes.cc702 void StatsReport::AddBoolean(StatsReport::StatsValueName name, bool value) { in AddBoolean() function in webrtc::StatsReport
/external/libchrome/base/metrics/
Dhistogram_macros_local.h28 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
Dhistogram_base.h200 void AddBoolean(bool value);
Dhistogram_macros.h99 STATIC_HISTOGRAM_POINTER_BLOCK(name, AddBoolean(sample), \
Dhistogram_base.cc128 void HistogramBase::AddBoolean(bool value) { in AddBoolean() function in base::HistogramBase
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h265 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLegacyPassManagers.h265 ID.AddBoolean(AU.getPreservesAll()); in Profile()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h166 ID.AddBoolean(IsSink); in Profile()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp84 ID.AddBoolean(F->hasGC()); in profileFunction()
85 ID.AddBoolean(FTy->isVarArg()); in profileFunction()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp158 ID.AddBoolean(EnableNullFPSuppression); in Profile()
418 ID.AddBoolean(EnableNullFPSuppression); in Profile()
714 ID.AddBoolean(Assumption); in Profile()
DMemRegion.cpp411 ID.AddBoolean(IsVirtual); in ProfileRegion()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DFoldingSet.h311 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
/external/llvm/include/llvm/ADT/
DFoldingSet.h330 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
DImmutableSet.h880 ID.AddBoolean(X);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h336 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DFoldingSet.h325 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
DImmutableSet.h883 ID.AddBoolean(X);

12