HomeSort by: relevance | last modified time | path
    Searched refs:isAddressSpaceOverlapping (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2554 if (!DestPointeeType.isAddressSpaceOverlapping(SrcPointeeType)) {
2599 : !DestPPointee.isAddressSpaceOverlapping(SrcPPointee)) {
SemaExpr.cpp 10467 if (!LHSPointeeTy.isAddressSpaceOverlapping(RHSPointeeTy)) {
11857 if (!LCanPointeeTy.isAddressSpaceOverlapping(RCanPointeeTy)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1094 bool isAddressSpaceOverlapping(QualType T) const {

Completed in 38 milliseconds