Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h27 class CXXBoolLiteralExpr; variable
234 nonloc::ConcreteInt makeBoolVal(const CXXBoolLiteralExpr *boolean);
/external/clang/lib/StaticAnalyzer/Core/
DEnvironment.cpp91 return svalBuilder.makeBoolVal(cast<CXXBoolLiteralExpr>(S)); in getSVal()
DSValBuilder.cpp90 nonloc::ConcreteInt SValBuilder::makeBoolVal(const CXXBoolLiteralExpr *boolean){ in makeBoolVal()
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp100 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { in VisitCXXBoolLiteralExpr()
/external/clang/include/clang/Basic/
DStmtNodes.td105 def CXXBoolLiteralExpr : DStmt<Expr>;
/external/clang/lib/Analysis/
DThreadSafety.cpp451 isa<CXXBoolLiteralExpr>(Exp) || in buildSExpr()
1571 if (CXXBoolLiteralExpr *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) { in getMutexIDs()
1595 } else if (CXXBoolLiteralExpr *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp764 if (const CXXBoolLiteralExpr *BE = dyn_cast<CXXBoolLiteralExpr>(Arg)) in rewriteToNumberLiteral()
/external/v8/tools/gcmole/
Dgcmole.cc551 VISIT(CXXBoolLiteralExpr); in VisitExpr()
613 IGNORE_EXPR(CXXBoolLiteralExpr);
/external/clang/include/clang/AST/
DExprCXX.h422 class CXXBoolLiteralExpr : public Expr {
426 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : in CXXBoolLiteralExpr() function
431 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function
DRecursiveASTVisitor.h2145 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, { })
/external/clang/lib/AST/
DASTDumper.cpp269 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
1627 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DStmtProfile.cpp748 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr()
DStmtPrinter.cpp1279 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DItaniumMangle.cpp2873 Out << (cast<CXXBoolLiteralExpr>(E)->getValue() ? '1' : '0'); in mangleExpression()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1087 llvm::is_base_of<CXXBoolLiteralExpr,
DASTMatchers.h947 CXXBoolLiteralExpr> boolLiteral;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1181 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
2059 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1163 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
/external/clang/lib/Sema/
DSemaExprObjC.cpp369 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement()
372 : (isa<CXXBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()
DSemaStmt.cpp1264 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr()
DSemaExprCXX.cpp485 return Owned(new (Context) CXXBoolLiteralExpr(Kind == tok::kw_true, in ActOnCXXBoolLiteral()
DSemaTemplate.cpp4649 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(), in BuildExpressionFromIntegralTemplateArgument()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2071 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, { })
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1860 isa<CXXBoolLiteralExpr>(E); in isNumericLiteralExpression()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp194 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()

12