Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DInterpState.h65 bool noteUndefinedBehavior() override { in noteUndefinedBehavior() function
66 return Parent.noteUndefinedBehavior(); in noteUndefinedBehavior()
H A DInterpState.cpp54 return noteUndefinedBehavior(); in reportOverflow()
H A DState.h61 virtual bool noteUndefinedBehavior() = 0;
H A DInterp.h175 return S.noteUndefinedBehavior(); in AddSubMulHelper()
374 return S.noteUndefinedBehavior(); in IncDecHelper()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp1193 bool noteUndefinedBehavior() override { in noteUndefinedBehavior() function in __anon6b6c21b10411::EvalInfo
2543 return Info.noteUndefinedBehavior(); in HandleOverflow()
2880 return Info.noteUndefinedBehavior(); in handleFloatFloatBinOp()