Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.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()
H A DType.h5248 EPI.FunctionEffects = getFunctionEffects();
5499 FunctionEffectsRef getFunctionEffects() const {
8632 return FPT->getFunctionEffects();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5137 CalleeFX = FD->getFunctionEffects(); in canInferOnFunction()
5139 CalleeFX = BD->getFunctionEffects(); in canInferOnFunction()
H A DTypePrinter.cpp1019 const FunctionEffectsRef FX = T->getFunctionEffects(); in printFunctionProtoAfter()
H A DASTContext.cpp10862 FunctionEffectsRef LHSFX = lproto->getFunctionEffects(); in mergeFunctionTypes()
10863 FunctionEffectsRef RHSFX = rproto->getFunctionEffects(); in mergeFunctionTypes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1872 const auto FromFX = FromFPT->getFunctionEffects(); in IsFunctionConversion()
1873 const auto ToFX = ToFPT->getFunctionEffects(); in IsFunctionConversion()
H A DSemaDeclCXX.cpp18136 const auto OldFX = Old->getFunctionEffects(); in CheckOverridingFunctionAttributes()
18137 const auto NewFXOrig = New->getFunctionEffects(); in CheckOverridingFunctionAttributes()
H A DSemaDecl.cpp3818 const auto OldFX = Old->getFunctionEffects(); in MergeFunctionDecl()
3819 const auto NewFX = New->getFunctionEffects(); in MergeFunctionDecl()
H A DSemaType.cpp7572 if (S.diagnoseConflictingFunctionEffect(FPT->getFunctionEffects(), NewEC, in handleNonBlockingNonAllocatingTypeAttr()