Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1233 class APNumericStorage {
1242 APNumericStorage(const APNumericStorage &) LLVM_DELETED_FUNCTION;
1243 void operator=(const APNumericStorage &) LLVM_DELETED_FUNCTION;
1246 APNumericStorage() : VAL(0), BitWidth(0) { } in APNumericStorage() function
1258 class APIntStorage : private APNumericStorage {
1266 class APFloatStorage : private APNumericStorage {
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp697 void APNumericStorage::setIntValue(const ASTContext &C, in setIntValue()