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

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCCalls.cpp 45 Expr *CEE = E->getCallee()->IgnoreParenImpCasts();
46 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CallGraph.cpp 60 Expr *CEE = CE->getCallee()->IgnoreParenImpCasts();
61 if (BlockExpr *Block = dyn_cast<BlockExpr>(CEE)) {
PathDiagnostic.cpp 703 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) {
704 return getLocationForCaller(CEE->getCalleeContext(),
705 CEE->getLocationContext(),
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 340 if (auto CEE = P.getAs<CallExitEnd>())
341 return CEE->getCalleeContext()->getCallSite();
ExprEngineCallAndReturn.cpp 91 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) {
92 S = CEE->getCalleeContext()->getCallSite();
103 } while (!CE || CE->getCalleeContext() != CEE->getCalleeContext());
BugReporterVisitors.cpp 963 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>())
964 if (CEE->getCalleeContext()->getCallSite() == S)
993 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>();
994 if (!CEE)
997 const StackFrameContext *CalleeContext = CEE->getCalleeContext();
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 129 CEE = 0x90,
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 1409 Expr *CEE = IgnoreParenImpCasts();
1412 dyn_cast<SubstNonTypeTemplateParmExpr>(CEE)) {
1413 CEE = NTTP->getReplacement()->IgnoreParenImpCasts();
1418 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CEE)) {
1420 CEE = BO->getRHS()->IgnoreParenImpCasts();
1423 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) {
1426 CEE = UO->getSubExpr()->IgnoreParenImpCasts();
1433 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE))
1435 if (MemberExpr *ME = dyn_cast<MemberExpr>(CEE))
1437 if (auto *BE = dyn_cast<BlockExpr>(CEE))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 195 CV_ENUM_CLASS_ENT(CPUType, CEE),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 267 RETURN_CASE(CPUType, CEE, "cee");

Completed in 46 milliseconds