Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.h40 enum CheckSubobjectKind { enum
H A DInterp.cpp279 CheckSubobjectKind CSK) { in CheckNull()
297 CheckSubobjectKind CSK) { in CheckRange()
306 CheckSubobjectKind CSK) { in CheckSubobject()
H A DInterp.h63 CheckSubobjectKind CSK);
71 CheckSubobjectKind CSK);
75 CheckSubobjectKind CSK);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp383 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
1452 CheckSubobjectKind CSK) { in checkSubobject()
1690 CheckSubobjectKind CSK) { in checkNullPointer()
1705 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK) { in checkSubobject()