Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp162 ID.AddBoolean(S->isVolatile()); in VisitGCCAsmStmt()
163 ID.AddBoolean(S->isSimple()); in VisitGCCAsmStmt()
200 ID.AddBoolean(S->isIfExists()); in VisitMSDependentExistsStmt()
231 ID.AddBoolean(S->hasEllipsis()); in VisitObjCAtCatchStmt()
562 ID.AddBoolean(S->isExact()); in VisitFloatingLiteral()
638 ID.AddBoolean(S->isArrow()); in VisitMemberExpr()
643 ID.AddBoolean(S->isFileScope()); in VisitCompoundLiteralExpr()
723 ID.AddBoolean(S->usesGNUSyntax()); in VisitDesignatedInitExpr()
1034 ID.AddBoolean(S->getValue()); in VisitCXXBoolLiteralExpr()
1065 ID.AddBoolean(S->isImplicit()); in VisitCXXThisExpr()
[all …]
DTemplateBase.cpp273 ID.AddBoolean(true); in Profile()
276 ID.AddBoolean(TTP->isParameterPack()); in Profile()
278 ID.AddBoolean(false); in Profile()
DType.cpp1792 ID.AddBoolean(epi.ConsumedParameters[i]); in Profile()
1795 ID.AddBoolean(epi.HasTrailingReturn); in Profile()
DASTContext.cpp551 ID.AddBoolean(Parm->isParameterPack()); in Profile()
560 ID.AddBoolean(TTP->isParameterPack()); in Profile()
566 ID.AddBoolean(NTTP->isParameterPack()); in Profile()
569 ID.AddBoolean(true); in Profile()
576 ID.AddBoolean(false); in Profile()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h470 ID.AddBoolean(InstanceMethod); in Profile()
471 ID.AddBoolean(ChainCall); in Profile()
472 ID.AddBoolean(NoReturn); in Profile()
473 ID.AddBoolean(ReturnsRetained); in Profile()
474 ID.AddBoolean(HasRegParm); in Profile()
489 ID.AddBoolean(InstanceMethod); in Profile()
490 ID.AddBoolean(ChainCall); in Profile()
491 ID.AddBoolean(info.getNoReturn()); in Profile()
492 ID.AddBoolean(info.getProducesResult()); in Profile()
493 ID.AddBoolean(info.getHasRegParm()); in Profile()
/external/clang/include/clang/AST/
DTemplateName.h427 ID.AddBoolean(TemplateKeyword); in Profile()
528 ID.AddBoolean(false); in Profile()
535 ID.AddBoolean(true); in Profile()
DType.h2173 ID.AddBoolean(SpelledAsLValue);
3596 ID.AddBoolean(ParameterPack);
3751 ID.AddBoolean(IsDecltypeAuto);
3752 ID.AddBoolean(IsDependent);
4315 ID.AddBoolean(NumExpansions.hasValue());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h166 ID.AddBoolean(IsSink); in Profile()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp157 ID.AddBoolean(EnableNullFPSuppression); in Profile()
414 ID.AddBoolean(EnableNullFPSuppression); in Profile()
710 ID.AddBoolean(Assumption); in Profile()
DMemRegion.cpp415 ID.AddBoolean(IsVirtual); in ProfileRegion()
/external/llvm/include/llvm/ADT/
DFoldingSet.h317 void AddBoolean(bool B) { AddInteger(B ? 1U : 0U); } in AddBoolean() function
DImmutableSet.h880 ID.AddBoolean(X);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp405 ID.AddBoolean(nuw); in AddBinaryNodeIDCustom()
406 ID.AddBoolean(nsw); in AddBinaryNodeIDCustom()
407 ID.AddBoolean(exact); in AddBinaryNodeIDCustom()
436 ID.AddBoolean(C->isOpaque()); in AddNodeIDCustom()
1176 ID.AddBoolean(isO); in getConstant()