Home
last modified time | relevance | path

Searched refs:APNumericStorage (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h1201 class APNumericStorage {
1210 APNumericStorage(const APNumericStorage &) LLVM_DELETED_FUNCTION;
1211 void operator=(const APNumericStorage &) LLVM_DELETED_FUNCTION;
1214 APNumericStorage() : VAL(0), BitWidth(0) { } in APNumericStorage() function
1226 class APIntStorage : private APNumericStorage {
1232 class APFloatStorage : private APNumericStorage {
/external/clang/lib/AST/
DExpr.cpp625 void APNumericStorage::setIntValue(ASTContext &C, const llvm::APInt &Val) { in setIntValue()