Home
last modified time | relevance | path

Searched refs:CheckForNullPointer (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp153 bool CheckForNullPointer(const char *where = "as an operand here");
2565 analyzer.CheckForNullPointer( in Analyze()
2699 analyzer.CheckForNullPointer(); in NumericUnaryHelper()
2733 analyzer.CheckForNullPointer(); in Analyze()
2781 analyzer.CheckForNullPointer(); in NumericBinaryHelper()
2831 analyzer.CheckForNullPointer(); in Analyze()
2878 analyzer.CheckForNullPointer("as a relational operand"); in RelationHelper()
2923 analyzer.CheckForNullPointer("as a logical operand"); in LogicalBinaryHelper()
3479 bool ArgumentAnalyzer::CheckForNullPointer(const char *where) { in CheckForNullPointer() function in Fortran::evaluate::ArgumentAnalyzer
3531 if (CheckForNullPointer()) { in TryDefinedOp()