HomeSort by: relevance | last modified time | path
    Searched refs:VisitReturnStmt (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
Consumed.cpp 512 void VisitReturnStmt(const ReturnStmt *Ret);
876 void ConsumedStmtVisitor::VisitReturnStmt(const ReturnStmt *Ret) {
CFG.cpp 599 CFGBlock *VisitReturnStmt(Stmt *S);
2303 return VisitReturnStmt(S);
2713 // VisitReturnStmt.
3086 CFGBlock *CFGBuilder::VisitReturnStmt(Stmt *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 527 /// VisitReturnStmt - Transfer function logic for return statements.
528 void VisitReturnStmt(const ReturnStmt *R, ExplodedNode *Pred,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 1137 void ExprEngine::VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred,
ExprEngine.cpp 1800 VisitReturnStmt(cast<ReturnStmt>(S), Pred, Dst);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp 441 void VisitReturnStmt(const ReturnStmt *S) {
CoverageMappingGen.cpp 1010 void VisitReturnStmt(const ReturnStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 397 void StmtPrinter::VisitReturnStmt(ReturnStmt *Node) {
StmtProfile.cpp 303 void StmtProfiler::VisitReturnStmt(const ReturnStmt *S) {
ASTImporter.cpp 558 ExpectedStmt VisitReturnStmt(ReturnStmt *S);
6345 ExpectedStmt ASTNodeImporter::VisitReturnStmt(ReturnStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 329 void ASTStmtReader::VisitReturnStmt(ReturnStmt *S) {
ASTWriterStmt.cpp 258 void ASTStmtWriter::VisitReturnStmt(ReturnStmt *S) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 1795 void VisitReturnStmt(ReturnStmt *S) {

Completed in 61 milliseconds