Home
last modified time | relevance | path

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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSValBuilder.h27 class CXXBoolLiteralExpr; variable
242 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.cc546 VISIT(CXXBoolLiteralExpr); in VisitExpr()
606 IGNORE_EXPR(CXXBoolLiteralExpr);
/external/clang/include/clang/AST/
DExprCXX.h434 class CXXBoolLiteralExpr : public Expr {
438 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : in CXXBoolLiteralExpr() function
443 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function
DRecursiveASTVisitor.h2209 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
/external/clang/lib/AST/
DASTDumper.cpp512 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
1947 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DStmtProfile.cpp1132 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr()
DStmtPrinter.cpp1846 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
DItaniumMangle.cpp3421 Out << (cast<CXXBoolLiteralExpr>(E)->getValue() ? '1' : '0'); in mangleExpression()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h1321 std::is_base_of<CXXBoolLiteralExpr, T>::value ||
DASTMatchers.h1462 CXXBoolLiteralExpr> cxxBoolLiteral;
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1324 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
3162 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
DASTWriterStmt.cpp1295 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
/external/clang/lib/Sema/
DSemaExprObjC.cpp430 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement()
433 : (isa<CXXBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()
DSemaInit.cpp4609 isa<CXXBoolLiteralExpr>(Init) && in isLibstdcxxPointerReturnFalseHack()
4610 !cast<CXXBoolLiteralExpr>(Init)->getValue() && in isLibstdcxxPointerReturnFalseHack()
DSemaStmt.cpp1337 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr()
DSemaExprCXX.cpp591 CXXBoolLiteralExpr(Kind == tok::kw_true, Context.BoolTy, OpLoc); in ActOnCXXBoolLiteral()
DSemaTemplate.cpp5518 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(), in BuildExpressionFromIntegralTemplateArgument()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1876 isa<CXXBoolLiteralExpr>(E); in isNumericLiteralExpression()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp237 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()

12