Home
last modified time | relevance | path

Searched refs:CXXBoolLiteralExpr (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h28 class CXXBoolLiteralExpr; variable
247 nonloc::ConcreteInt makeBoolVal(const CXXBoolLiteralExpr *boolean);
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTestExprVisitor.cpp58 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { in VisitCXXBoolLiteralExpr()
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp90 nonloc::ConcreteInt SValBuilder::makeBoolVal(const CXXBoolLiteralExpr *boolean){ in makeBoolVal()
277 return makeBoolVal(cast<CXXBoolLiteralExpr>(E)); in getConstantVal()
/external/clang/include/clang/Basic/
DStmtNodes.td113 def CXXBoolLiteralExpr : DStmt<Expr>;
/external/clang/lib/Analysis/
DThreadSafety.cpp1290 if (CXXBoolLiteralExpr *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs()
1312 } else if (CXXBoolLiteralExpr *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue()
DReachableCode.cpp44 isa<CXXBoolLiteralExpr>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) || in isTrivialExpression()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp764 if (const CXXBoolLiteralExpr *BE = dyn_cast<CXXBoolLiteralExpr>(Arg)) in rewriteToNumberLiteral()
/external/v8/tools/gcmole/
Dgcmole.cc578 VISIT(CXXBoolLiteralExpr); in VisitExpr()
638 IGNORE_EXPR(CXXBoolLiteralExpr);
/external/clang/include/clang/AST/
DExprCXX.h471 class CXXBoolLiteralExpr : public Expr {
475 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : in CXXBoolLiteralExpr() function
480 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function
DRecursiveASTVisitor.h2312 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
/external/clang/lib/AST/
DASTDumper.cpp530 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
2094 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DStmtProfile.cpp1246 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr()
DASTDiagnostic.cpp1786 if (isa<CXXBoolLiteralExpr>(E)) in HasExtraInfo()
DStmtPrinter.cpp1974 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DASTImporter.cpp251 Expr *VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E);
5868 Expr *ASTNodeImporter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
5874 CXXBoolLiteralExpr(E->getValue(), T, Importer.Import(E->getLocation())); in VisitCXXBoolLiteralExpr()
DItaniumMangle.cpp3813 Out << (cast<CXXBoolLiteralExpr>(E)->getValue() ? '1' : '0'); in mangleExpression()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1394 std::is_base_of<CXXBoolLiteralExpr, T>::value ||
DASTMatchers.h1649 CXXBoolLiteralExpr> cxxBoolLiteral;
/external/clang/lib/Sema/
DSemaExprObjC.cpp428 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement()
431 : (isa<CXXBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()
DSemaInit.cpp4727 isa<CXXBoolLiteralExpr>(Init) && in isLibstdcxxPointerReturnFalseHack()
4728 !cast<CXXBoolLiteralExpr>(Init)->getValue() && in isLibstdcxxPointerReturnFalseHack()
DSemaStmt.cpp1342 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1340 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
3529 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1316 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1877 isa<CXXBoolLiteralExpr>(E); in isNumericLiteralExpression()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp237 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()

12