HomeSort by relevance Sort by last modified time
    Searched refs:OVE (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/lib/AST/
ParentMap.cpp 79 OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(S);
80 if (OVMode == OV_Transparent || !M[OVE->getSourceExpr()]) {
81 M[OVE->getSourceExpr()] = S;
82 BuildParentMap(M, OVE->getSourceExpr(), OV_Transparent);
StmtProfile.cpp 989 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(*i))
990 Visit(OVE->getSourceExpr());
    [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 91 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(DoubleBase))
92 DoubleBase = OVE->getSourceExpr();
126 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase());
127 const Expr *E = OVE->getSourceExpr();
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 55 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(sub))
56 sub = OVE->getSourceExpr();
IvarInvalidationChecker.cpp 594 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(E))
595 E = OVE->getSourceExpr()->IgnoreParenCasts();
DynamicTypePropagation.cpp 616 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(E))
617 E = OVE->getSourceExpr()->IgnoreParenImpCasts();
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 542 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Semantic))
543 Semantic = OVE->getSourceExpr();
LiveVariables.cpp 238 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(S)) {
239 S = OVE->getSourceExpr();
UninitializedValues.cpp 376 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(E)) {
377 classify(OVE->getSourceExpr(), C);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 389 if (auto *OVE = dyn_cast<OpaqueValueExpr>(CE->getCallee()))
391 dyn_cast<DeclRefExpr>(OVE->getSourceExpr()->IgnoreImpCasts()))
406 auto *OVE = cast<OpaqueValueExpr>(CE->getCallee());
418 CodeGenFunction::OpaqueValueMapping Map(CGF, OVE, Func);
439 OpaqueValueExpr OVE(SourceLocation(), Ty, VK_RValue);
440 CodeGenFunction::OpaqueValueMapping OpaqueMap(CGF, &OVE, InitRVal);
441 CGF.EmitAnyExprToMem(&OVE, Private, Ty.getQualifiers(),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 912 if (const OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(Ex))
913 return peelOffOuterExpr(OVE->getSourceExpr(), N);
    [all...]

Completed in 721 milliseconds

1 2