Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp46 Expr *CEE = E->getCallee()->IgnoreParenImpCasts(); in VisitCallExpr() local
/external/clang/lib/Analysis/
DCallGraph.cpp46 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts(); in getDeclFromCall() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp176 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary() local
193 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary() local
981 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) { in trackNullOrUndefValue() local
DPathDiagnostic.cpp678 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() local
697 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) in getStmt() local
DExprEngineCallAndReturn.cpp89 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h126 CEE = 0x90, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h131 CEE = 0x90, enumerator
/external/clang/lib/AST/
DExpr.cpp1186 Expr *CEE = getCallee()->IgnoreParenImpCasts(); in getCalleeDecl() local