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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp 898 return Context.getTargetNullPointerValue(T) == 0;
TargetInfo.cpp 9207 if (CGM.getContext().getTargetNullPointerValue(QT) == 0)
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 881 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy);
ExprConstant.cpp 1604 CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy));
6974 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0));
ASTContext.cpp 11331 uint64_t ASTContext::getTargetNullPointerValue(QualType QT) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2645 uint64_t getTargetNullPointerValue(QualType QT) const;

Completed in 56 milliseconds