Home
last modified time | relevance | path

Searched refs:MDVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp3383 SVal MDVal = svalBuilder.getFunctionPointer(MD); in VisitMemberExpr() local
3384 state = state->BindExpr(M, LCtx, MDVal); in VisitMemberExpr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp2769 } else if (auto *MDVal = dyn_cast<MetadataAsValue>(Arg.value())) { in translateCall() local
2770 auto *MD = MDVal->getMetadata(); in translateCall()