Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5135 FunctionEffectsRef CalleeFX; in canInferOnFunction() local
5137 CalleeFX = FD->getFunctionEffects(); in canInferOnFunction()
5139 CalleeFX = BD->getFunctionEffects(); in canInferOnFunction()
5142 for (const FunctionEffectWithCondition &CalleeEC : CalleeFX) { in canInferOnFunction()
5166 bool Direct, ArrayRef<FunctionEffect> CalleeFX) const { in shouldDiagnoseFunctionCall()
5171 for (const auto &Effect : CalleeFX) { in shouldDiagnoseFunctionCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4759 ArrayRef<FunctionEffect> CalleeFX) const;