HomeSort by: relevance | last modified time | path
    Searched defs:Int64Type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 133 Char16Type, Char32Type, Int64Type, Int16Type, SigAtomicType,
350 IntType getInt64Type() const { return Int64Type; }
352 return getCorrespondingUnsignedType(Int64Type);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 549 func (c Context) Int64Type() (t Type) { t.C = C.LLVMInt64TypeInContext(c.C); return }
559 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return }

Completed in 60 milliseconds