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.h27 class CXXBoolLiteralExpr; variable
242 nonloc::ConcreteInt makeBoolVal(const CXXBoolLiteralExpr *boolean);
/external/lldb/include/lldb/Core/
DClangForward.h41 class CXXBoolLiteralExpr; variable
/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp90 nonloc::ConcreteInt SValBuilder::makeBoolVal(const CXXBoolLiteralExpr *boolean){ in makeBoolVal()
260 return makeBoolVal(cast<CXXBoolLiteralExpr>(E)); in getConstantVal()
/external/clang/include/clang/Basic/
DStmtNodes.td106 def CXXBoolLiteralExpr : DStmt<Expr>;
/external/clang/unittests/Tooling/
DRecursiveASTVisitorTest.cpp150 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { in VisitCXXBoolLiteralExpr()
/external/clang/lib/Analysis/
DThreadSafety.cpp446 isa<CXXBoolLiteralExpr>(Exp) || in buildSExpr()
1636 if (CXXBoolLiteralExpr *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs()
1659 } 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/chromium_org/v8/tools/gcmole/
Dgcmole.cc546 VISIT(CXXBoolLiteralExpr); in VisitExpr()
606 IGNORE_EXPR(CXXBoolLiteralExpr);
/external/clang/include/clang/AST/
DExprCXX.h427 class CXXBoolLiteralExpr : public Expr {
431 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : in CXXBoolLiteralExpr() function
436 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function
DDataRecursiveASTVisitor.h2170 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
DRecursiveASTVisitor.h2192 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
/external/clang/lib/AST/
DASTDumper.cpp331 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
1830 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DStmtProfile.cpp894 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr()
DStmtPrinter.cpp1566 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DItaniumMangle.cpp3105 Out << (cast<CXXBoolLiteralExpr>(E)->getValue() ? '1' : '0'); in mangleExpression()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1141 CXXBoolLiteralExpr> boolLiteral;
DASTMatchersInternal.h1427 std::is_base_of<CXXBoolLiteralExpr, T>::value ||
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1281 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
2535 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1244 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
/external/clang/lib/Sema/
DSemaExprObjC.cpp373 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement()
376 : (isa<CXXBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()
DSemaInit.cpp4339 isa<CXXBoolLiteralExpr>(Init) && in isLibstdcxxPointerReturnFalseHack()
4340 !cast<CXXBoolLiteralExpr>(Init)->getValue() && in isLibstdcxxPointerReturnFalseHack()
DSemaStmt.cpp1316 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1828 isa<CXXBoolLiteralExpr>(E); in isNumericLiteralExpression()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp195 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()

12