Home
last modified time | relevance | path

Searched refs:getResultStorageKind (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1086 return getResultStorageKind() == ConstantResultStorageKind::APValue; in numTrailingObjects()
1089 return getResultStorageKind() == ConstantResultStorageKind::Int64; in numTrailingObjects()
1093 assert(getResultStorageKind() == ConstantResultStorageKind::Int64 && in Int64Result()
1101 assert(getResultStorageKind() == ConstantResultStorageKind::APValue && in APValueResult()
1146 ConstantResultStorageKind getResultStorageKind() const { in getResultStorageKind() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp382 switch (getResultStorageKind()) { in MoveIntoResult()
402 switch (getResultStorageKind()) { in getResultAsAPSInt()
415 switch (getResultStorageKind()) { in getAPValueResult()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp631 switch (E->getResultStorageKind()) { in VisitConstantExpr()
H A DASTReaderStmt.cpp550 assert(E->getResultStorageKind() == StorageKind && "Wrong ResultKind!"); in VisitConstantExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6237 assert(CE->getResultStorageKind() != ConstantResultStorageKind::None && in EvaluateConvertedConstantExpression()