/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/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/unittests/Tooling/ |
D | RecursiveASTVisitorTest.cpp | 150 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { in VisitCXXBoolLiteralExpr()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 446 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()
|
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/chromium_org/v8/tools/gcmole/ |
D | gcmole.cc | 546 VISIT(CXXBoolLiteralExpr); in VisitExpr() 606 IGNORE_EXPR(CXXBoolLiteralExpr);
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 427 class CXXBoolLiteralExpr : public Expr { 431 CXXBoolLiteralExpr(bool val, QualType Ty, SourceLocation l) : in CXXBoolLiteralExpr() function 436 explicit CXXBoolLiteralExpr(EmptyShell Empty) in CXXBoolLiteralExpr() function
|
D | DataRecursiveASTVisitor.h | 2170 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
|
D | RecursiveASTVisitor.h | 2192 DEF_TRAVERSE_STMT(CXXBoolLiteralExpr, {})
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 331 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node); 1830 void ASTDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
|
D | StmtProfile.cpp | 894 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr()
|
D | StmtPrinter.cpp | 1566 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr()
|
D | ItaniumMangle.cpp | 3105 Out << (cast<CXXBoolLiteralExpr>(E)->getValue() ? '1' : '0'); in mangleExpression()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1141 CXXBoolLiteralExpr> boolLiteral;
|
D | ASTMatchersInternal.h | 1427 std::is_base_of<CXXBoolLiteralExpr, T>::value ||
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1281 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() 2535 S = new (Context) CXXBoolLiteralExpr(Empty); in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 1244 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 373 isa<CXXBoolLiteralExpr>(OrigElement)) { in CheckObjCCollectionLiteralElement() 376 : (isa<CXXBoolLiteralExpr>(OrigElement) || in CheckObjCCollectionLiteralElement()
|
D | SemaInit.cpp | 4339 isa<CXXBoolLiteralExpr>(Init) && in isLibstdcxxPointerReturnFalseHack() 4340 !cast<CXXBoolLiteralExpr>(Init)->getValue() && in isLibstdcxxPointerReturnFalseHack()
|
D | SemaStmt.cpp | 1316 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 1828 isa<CXXBoolLiteralExpr>(E); in isNumericLiteralExpression()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 195 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr()
|