Home
last modified time | relevance | path

Searched refs:noteSideEffect (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.h100 bool noteSideEffect() override { return Parent.noteSideEffect(); } in noteSideEffect() function
H A DState.h75 virtual bool noteSideEffect() = 0;
H A DInterp.h3135 return S.noteSideEffect(); in SideEffect()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1180 if (C.hasSideEffect() && !noteSideEffect()) { in discardCleanups()
1249 bool noteSideEffect() override { in noteSideEffect() function in __anonfb577fba0411::EvalInfo
1984 Info.noteSideEffect(); in createLocal()
2074 return Info.noteSideEffect(); in EvaluateIgnoredValue()
5221 return Info.noteSideEffect(); in EvaluateVarDecl()
5274 if (Info.noteSideEffect()) in EvaluateDependentExpr()
14141 return Info.noteSideEffect(); in VisitBinOpLHSOnly()
14159 if (!Info.noteSideEffect()) in VisitBinOpLHSOnly()