Searched defs:APSInt (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h22 class APSInt : public APInt { class in namespace:llvm
26 explicit APSInt() : IsUnsigned(false) {} function in class:llvm::APSInt
30 explicit APSInt(uint32_t BitWidth, bool isUnsigned = true) function in class:llvm::APSInt
33 explicit APSInt(const APInt &I, bool isUnsigned = true) function in class:llvm::APSInt
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h39 typedef llvm::APSInt APSInt; typedef in class:clang::APValue
[all...]
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLToken.h183 APSInt // APSInt enumerator in enum:llvm::lltok::Kind

Completed in 95 milliseconds