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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPSInt.cpp20 APSInt::APSInt(StringRef Str) { function in class:APSInt
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h22 class APSInt : public APInt { class in namespace:llvm
27 explicit APSInt() : IsUnsigned(false) {} function in class:llvm::APSInt
31 explicit APSInt(uint32_t BitWidth, bool isUnsigned = true) function in class:llvm::APSInt
34 explicit APSInt(APInt I, bool isUnsigned = true) function in class:llvm::APSInt
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h39 typedef llvm::APSInt APSInt; typedef in class:clang::APValue
[all...]
/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLToken.h229 APSInt // APSInt enumerator in enum:llvm::lltok::Kind

Completed in 122 milliseconds