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

  /external/clang/include/clang/Basic/
TargetInfo.h 189 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
241 IntType getInt64Type() const { return Int64Type; }
243 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 191 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
243 IntType getInt64Type() const { return Int64Type; }
245 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 191 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
243 IntType getInt64Type() const { return Int64Type; }
245 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 191 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
243 IntType getInt64Type() const { return Int64Type; }
245 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetInfo.h 191 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
243 IntType getInt64Type() const { return Int64Type; }
245 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
TargetInfo.h 191 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
243 IntType getInt64Type() const { return Int64Type; }
245 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
TargetInfo.h 191 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
243 IntType getInt64Type() const { return Int64Type; }
245 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
TargetInfo.h 193 WIntType, Char16Type, Char32Type, Int64Type, SigAtomicType,
262 IntType getInt64Type() const { return Int64Type; }
264 return getCorrespondingUnsignedType(Int64Type);
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 65 Int64Type = SignedLongLong;
316 Int64Type = SignedLong;
Targets.cpp 627 this->Int64Type = TargetInfo::SignedLongLong;
788 this->Int64Type = TargetInfo::SignedLongLong;
    [all...]
  /build/blueprint/parser/
ast.go 164 Int64Type
175 case Int64Type:
379 return Int64Type
  /external/llvm/bindings/go/llvm/
ir.go 484 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }
494 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return }
    [all...]

Completed in 1186 milliseconds