Home
last modified time | relevance | path

Searched refs:getFunctionEffects (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h3006 FunctionEffectsRef getFunctionEffects() const { in getFunctionEffects() function
3012 return FPT->getFunctionEffects(); in getFunctionEffects()
4644 FunctionEffectsRef getFunctionEffects() const { in getFunctionEffects() function
4647 return FPT->getFunctionEffects(); in getFunctionEffects()
HDType.h5248 EPI.FunctionEffects = getFunctionEffects();
5499 FunctionEffectsRef getFunctionEffects() const {
8632 return FPT->getFunctionEffects();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp5137 CalleeFX = FD->getFunctionEffects(); in canInferOnFunction()
5139 CalleeFX = BD->getFunctionEffects(); in canInferOnFunction()
HDTypePrinter.cpp1019 const FunctionEffectsRef FX = T->getFunctionEffects(); in printFunctionProtoAfter()
HDASTContext.cpp10862 FunctionEffectsRef LHSFX = lproto->getFunctionEffects(); in mergeFunctionTypes()
10863 FunctionEffectsRef RHSFX = rproto->getFunctionEffects(); in mergeFunctionTypes()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp1872 const auto FromFX = FromFPT->getFunctionEffects(); in IsFunctionConversion()
1873 const auto ToFX = ToFPT->getFunctionEffects(); in IsFunctionConversion()
HDSemaDeclCXX.cpp18136 const auto OldFX = Old->getFunctionEffects(); in CheckOverridingFunctionAttributes()
18137 const auto NewFXOrig = New->getFunctionEffects(); in CheckOverridingFunctionAttributes()
HDSemaDecl.cpp3818 const auto OldFX = Old->getFunctionEffects(); in MergeFunctionDecl()
3819 const auto NewFX = New->getFunctionEffects(); in MergeFunctionDecl()
HDSemaType.cpp7572 if (S.diagnoseConflictingFunctionEffect(FPT->getFunctionEffects(), NewEC, in handleNonBlockingNonAllocatingTypeAttr()