HomeSort by relevance Sort by last modified time
    Searched refs:hasPointerRepresentation (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 287 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasPointerRepresentation)
Type.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 301 if (!Ty->getAs<BuiltinType>() && !Ty->hasPointerRepresentation() &&
625 if (Ty->getAs<BuiltinType>() || Ty->hasPointerRepresentation() ||
723 || SeltTy->hasPointerRepresentation())
    [all...]
CGException.cpp     [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 102 milliseconds