Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp60 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall() local
H A DPathDiagnostic.cpp703 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp340 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics() local
H A DExprEngineCallAndReturn.cpp91 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() local
H A DBugReporterVisitors.cpp963 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary() local
993 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h129 CEE = 0x90, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1409 Expr *CEE = IgnoreParenImpCasts(); in getReferencedDeclOfCallee() local