Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h74 bool noteUndefinedBehavior() override { in noteUndefinedBehavior() function
75 return Parent.noteUndefinedBehavior(); in noteUndefinedBehavior()
H A DState.h61 virtual bool noteUndefinedBehavior() = 0;
H A DInterpState.cpp57 return noteUndefinedBehavior(); in reportOverflow()
H A DInterp.h156 if (!S.noteUndefinedBehavior()) in CheckShift()
167 if (!S.noteUndefinedBehavior()) in CheckShift()
177 if (!S.noteUndefinedBehavior()) in CheckShift()
182 if (!S.noteUndefinedBehavior()) in CheckShift()
362 if (!S.noteUndefinedBehavior()) { in AddSubMulHelper()
705 return S.noteUndefinedBehavior(); in Neg()
768 return S.noteUndefinedBehavior(); in IncDecHelper()
2078 if (S.noteUndefinedBehavior()) { in CastFloatingIntegral()
2103 return S.noteUndefinedBehavior(); in CastFloatingIntegralAP()
2123 return S.noteUndefinedBehavior(); in CastFloatingIntegralAPS()
[all …]
H A DInterp.cpp690 return S.noteUndefinedBehavior(); in CheckFloatResult()
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1251 bool noteUndefinedBehavior() override { in noteUndefinedBehavior() function in __anon6f5850ef0411::EvalInfo
2637 return Info.noteUndefinedBehavior(); in HandleOverflow()
2842 if (!Info.noteUndefinedBehavior()) in handleIntIntBinOp()
2854 if (!Info.noteUndefinedBehavior()) in handleIntIntBinOp()
2863 if (!Info.noteUndefinedBehavior()) in handleIntIntBinOp()
2867 if (!Info.noteUndefinedBehavior()) in handleIntIntBinOp()
2884 if (!Info.noteUndefinedBehavior()) in handleIntIntBinOp()
2896 if (!Info.noteUndefinedBehavior()) in handleIntIntBinOp()
2949 return Info.noteUndefinedBehavior(); in handleFloatFloatBinOp()