Home
last modified time | relevance | path

Searched refs:noteUndefinedBehavior (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h71 bool noteUndefinedBehavior() override { in noteUndefinedBehavior() function
72 return Parent.noteUndefinedBehavior(); in noteUndefinedBehavior()
H A DInterpState.cpp45 return noteUndefinedBehavior(); in reportOverflow()
H A DState.h61 virtual bool noteUndefinedBehavior() = 0;
H A DInterp.h293 if (!S.noteUndefinedBehavior()) { in AddSubMulHelper()
506 return S.noteUndefinedBehavior(); in Neg()
560 return S.noteUndefinedBehavior(); in IncDecHelper()
1639 if (S.noteUndefinedBehavior()) { in CastFloatingIntegral()
1664 return S.noteUndefinedBehavior(); in CastFloatingIntegralAP()
1684 return S.noteUndefinedBehavior(); in CastFloatingIntegralAPS()
H A DInterp.cpp523 return S.noteUndefinedBehavior(); in CheckFloatResult()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1246 bool noteUndefinedBehavior() override { in noteUndefinedBehavior() function in __anon7ee061300411::EvalInfo
2630 return Info.noteUndefinedBehavior(); in HandleOverflow()
2921 return Info.noteUndefinedBehavior(); in handleFloatFloatBinOp()