/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SValBuilder.h | 27 class CXXBoolLiteralExpr; variable 242 nonloc::ConcreteInt makeBoolVal(const CXXBoolLiteralExpr *boolean);
|
/external/lldb/include/lldb/Core/ |
D | ClangForward.h | 41 class CXXBoolLiteralExpr; variable
|
/external/clang/unittests/Tooling/ |
D | RecursiveASTVisitorTestExprVisitor.cpp | 58 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { in VisitCXXBoolLiteralExpr()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 90 nonloc::ConcreteInt SValBuilder::makeBoolVal(const CXXBoolLiteralExpr *boolean){ in makeBoolVal() 260 return makeBoolVal(cast<CXXBoolLiteralExpr>(E)); in getConstantVal()
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 106 def CXXBoolLiteralExpr : DStmt<Expr>;
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1293 if (CXXBoolLiteralExpr *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs() 1315 } else if (CXXBoolLiteralExpr *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue()
|
D | ReachableCode.cpp | 44 isa<CXXBoolLiteralExpr>(Ex) || isa<ObjCBoolLiteralExpr>(Ex) || in isTrivialExpression()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 764 if (const CXXBoolLiteralExpr *BE = dyn_cast<CXXBoolLiteralExpr>(Arg)) in rewriteToNumberLiteral()
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 546 VISIT(CXXBoolLiteralExpr); in VisitExpr() 606 IGNORE_EXPR(CXXBoolLiteralExpr);
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 434 class CXXBoolLiteralExpr : public Expr { 438 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : in CXXBoolLiteralExpr() function 443 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function
|
D | DataRecursiveASTVisitor.h | 2189 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
|
D | RecursiveASTVisitor.h | 2219 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 506 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node); 1890 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
|
D | StmtProfile.cpp | 1032 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr()
|
D | StmtPrinter.cpp | 1661 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
|
D | ItaniumMangle.cpp | 3265 Out << (cast<CXXBoolLiteralExpr>(E)->getValue() ? '1' : '0'); in mangleExpression()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 1300 std::is_base_of<CXXBoolLiteralExpr, T>::value ||
|
D | ASTMatchers.h | 1369 CXXBoolLiteralExpr> boolLiteral;
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 375 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement() 378 : (isa<CXXBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()
|
D | SemaInit.cpp | 4419 isa<CXXBoolLiteralExpr>(Init) && in isLibstdcxxPointerReturnFalseHack() 4420 !cast<CXXBoolLiteralExpr>(Init)->getValue() && in isLibstdcxxPointerReturnFalseHack()
|
D | SemaStmt.cpp | 1335 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1283 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() 2862 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1251 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1853 isa<CXXBoolLiteralExpr>(E); in isNumericLiteralExpression()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 232 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
|