Home
last modified time | relevance | path

Searched refs:ObjA (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.cpp98 const auto *ObjA = in alias() local
100 if (const LoadInst *LI = dyn_cast<LoadInst>(ObjA)) { in alias()
107 } else if (const Argument *Arg = dyn_cast<Argument>(ObjA)) { in alias()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dwindows-seh-EHa-CppCatchDotDotDot.cpp39 } ObjA; in crash() local
H A Dwindows-seh-EHa-CppDtors01.cpp25 } ObjA; in crash() local
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp290 const json::Object *ObjA = A.getAsObject(); in renderRoot() local
292 assert(ObjA != nullptr && "Value A was not an Object"); in renderRoot()
294 const StringRef FilenameA = ObjA->getString("filename").value(); in renderRoot()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dobjc_invalidation.m56 SomeInvalidationImplementingObject *ObjA; // invalidation in the parent field
62 ObjA = 0;