reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 6455     if (!ArgTypeA->isAnyPointerType() && !isNull(ArgA))
 6459     if (!ArgTypeB->isAnyPointerType() && !isNull(ArgB))
 6464     if (ArgTypeA->isAnyPointerType() && !isNull(ArgA) &&
 6465         ArgTypeB->isAnyPointerType() && !isNull(ArgB)) {
 6482     if (isNull(ArgA)) // adopt type of the other pointer
 6485     if (isNull(ArgB))