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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 6005     return isIntegerLikeType(CT->getElementType(), Context, VMContext);
 6037       if (!isIntegerLikeType(FD->getType(), Context, VMContext))
 6047     if (!isIntegerLikeType(FD->getType(), Context, VMContext))
 6119     if (isIntegerLikeType(RetTy, getContext(), getVMContext())) {