Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h127 return S.noteUndefinedBehavior(); in AddSubMulHelper()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1194 bool noteUndefinedBehavior() override { in noteUndefinedBehavior() function in __anondef1c1650311::EvalInfo
2520 return Info.noteUndefinedBehavior(); in HandleOverflow()
2866 return Info.noteUndefinedBehavior(); in handleFloatFloatBinOp()