Home
last modified time | relevance | path

Searched refs:isValidPointerAttrType (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1443 bool Sema::isValidPointerAttrType(QualType T, bool RefOkay) { in isValidPointerAttrType() function in Sema
1471 if (!S.isValidPointerAttrType(T)) { in attrNonNullArgCheck()
1512 if (T->isDependentType() || S.isValidPointerAttrType(T)) in handleNonNullAttr()
1562 if (!S.isValidPointerAttrType(T, /* RefOkay */ true)) { in handleNoEscapeAttr()
1589 if (!isValidPointerAttrType(ResultType, /* RefOkay */ true)) { in AddAssumeAlignedAttr()
1638 !isValidPointerAttrType(ResultType, /* RefOkay */ true)) { in AddAllocAlignAttr()
H A DSemaChecking.cpp4717 if (S.isValidPointerAttrType(Arg->getType())) in CheckNonNullArguments()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4310 bool isValidPointerAttrType(QualType T, bool RefOkay = false);