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

/external/clang/test/SemaCXX/
H A Dunused.cpp8 class APSInt : public APInt { class in namespace:PR4103
11 APSInt &operator=(const APSInt &RHS);
14 APSInt& APSInt::operator=(const APSInt &RHS) {
/external/llvm/include/llvm/ADT/
H A DAPSInt.h1 //===-- llvm/ADT/APSInt.h - Arbitrary Precision Signed Int -----*- C++ -*--===//
10 // This file implements the APSInt class, which is a simple class that
22 class APSInt : public APInt { class in namespace:llvm
26 explicit APSInt() : IsUnsigned(false) {} function in class:llvm::APSInt
28 /// APSInt ctor - Create an APSInt with the specified width, default to
30 explicit APSInt(uint32_t BitWidth, bool isUnsigned = true) function in class:llvm::APSInt
33 explicit APSInt(APInt I, bool isUnsigned = true) function in class:llvm::APSInt
36 APSInt &operator=(APInt RHS) {
42 APSInt
[all...]
/external/clang/include/clang/AST/
H A DAPValue.h1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===//
19 #include "llvm/ADT/APSInt.h"
36 /// [APSInt] [APFloat], [Complex APSInt] [Complex APFloat], [Expr + Offset],
39 typedef llvm::APSInt APSInt; typedef in class:clang::APValue
72 APSInt Real, Imag;
112 typedef llvm::AlignedCharArrayUnion<void *, APSInt, APFloat, ComplexAPSInt,
121 explicit APValue(APSInt I) : Kind(Uninitialized) {
130 APValue(APSInt
[all...]
/external/llvm/lib/AsmParser/
H A DLLToken.h201 APSInt // APSInt enumerator in enum:llvm::lltok::Kind

Completed in 1627 milliseconds