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

  /external/clang/lib/AST/
ItaniumCXXABI.cpp 106 TargetInfo::IntType PtrDiff = Target.getPtrDiffType(0);
ASTContext.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 692 DefineTypeSize("__PTRDIFF_MAX__", TI.getPtrDiffType(0), TI, Builder);
705 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
724 DefineType("__PTRDIFF_TYPE__", TI.getPtrDiffType(0), Builder);
725 DefineFmt("__PTRDIFF", TI.getPtrDiffType(0), TI, Builder);
726 DefineTypeWidth("__PTRDIFF_WIDTH__", TI.getPtrDiffType(0), TI, Builder);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 248 IntType getPtrDiffType(unsigned AddrSpace) const {
252 return getCorrespondingUnsignedType(getPtrDiffType(AddrSpace));
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 230 IntType getPtrDiffType(unsigned AddrSpace) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 232 IntType getPtrDiffType(unsigned AddrSpace) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 232 IntType getPtrDiffType(unsigned AddrSpace) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 232 IntType getPtrDiffType(unsigned AddrSpace) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 232 IntType getPtrDiffType(unsigned AddrSpace) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 232 IntType getPtrDiffType(unsigned AddrSpace) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 232 IntType getPtrDiffType(unsigned AddrSpace) const {
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 1010 milliseconds