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.h1089 return getResultStorageKind() == ConstantResultStorageKind::APValue; in numTrailingObjects()
1092 return getResultStorageKind() == ConstantResultStorageKind::Int64; in numTrailingObjects()
1096 assert(getResultStorageKind() == ConstantResultStorageKind::Int64 && in Int64Result()
1104 assert(getResultStorageKind() == ConstantResultStorageKind::APValue && in APValueResult()
1149 ConstantResultStorageKind getResultStorageKind() const { in getResultStorageKind() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp381 switch (getResultStorageKind()) { in MoveIntoResult()
401 switch (getResultStorageKind()) { in getResultAsAPSInt()
414 switch (getResultStorageKind()) { in getAPValueResult()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp640 switch (E->getResultStorageKind()) { in VisitConstantExpr()
H A DASTReaderStmt.cpp552 assert(E->getResultStorageKind() == StorageKind && "Wrong ResultKind!"); in VisitConstantExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp6493 assert(CE->getResultStorageKind() != ConstantResultStorageKind::None && in EvaluateConvertedConstantExpression()