Home
last modified time | relevance | path

Searched defs:CEE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp338 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics() local
H A DExprEngineCallAndReturn.cpp92 } else if (std::optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() local
H A DBugReporterVisitors.cpp2440 if (std::optional<CallExitEnd> CEE = in handle() local
2471 std::optional<CallExitEnd> CEE = ExprNode->getLocationAs<CallExitEnd>(); in handle() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp704 } else if (std::optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h127 CEE = 0x90, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1546 Expr *CEE = IgnoreParenImpCasts(); in getReferencedDeclOfCallee() local