HomeSort by: relevance | last modified time | path
    Searched defs:Int16Type (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,
354 IntType getInt16Type() const { return Int16Type; }
356 return getCorrespondingUnsignedType(Int16Type);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 547 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }
557 func Int16Type() (t Type) { t.C = C.LLVMInt16Type(); return }

Completed in 28 milliseconds