Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DRISCVIntrinsicManager.h35 virtual bool CreateIntrinsicIfFound(LookupResult &LR, IdentifierInfo *II,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp199 bool CreateIntrinsicIfFound(LookupResult &LR, IdentifierInfo *II,
471 bool RISCVIntrinsicManagerImpl::CreateIntrinsicIfFound(LookupResult &LR, in CreateIntrinsicIfFound() function in RISCVIntrinsicManagerImpl
H A DSemaLookup.cpp953 if (RISCV().IntrinsicManager->CreateIntrinsicIfFound(R, II, PP)) in LookupBuiltin()