Home
last modified time | relevance | path

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

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