Home
last modified time | relevance | path

Searched refs:CreateIntrinsicIfFound (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DRISCVIntrinsicManager.h29 virtual bool CreateIntrinsicIfFound(LookupResult &LR, IdentifierInfo *II,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp165 bool CreateIntrinsicIfFound(LookupResult &LR, IdentifierInfo *II,
405 bool RISCVIntrinsicManagerImpl::CreateIntrinsicIfFound(LookupResult &LR, in CreateIntrinsicIfFound() function in RISCVIntrinsicManagerImpl
H A DSemaLookup.cpp939 if (RVIntrinsicManager->CreateIntrinsicIfFound(R, II, PP)) in LookupBuiltin()