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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AVR.h 55 Int16Type = SignedInt;
  /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/clang/lib/Basic/
TargetInfo.cpp 101 Int16Type = SignedShort;
  /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 56 milliseconds