Home
last modified time | relevance | path

Searched refs:getStorageKind (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp292 ConstantResultStorageKind ConstantExpr::getStorageKind(const APValue &Value) { in getStorageKind() function in ConstantExpr
307 ConstantExpr::getStorageKind(const Type *T, const ASTContext &Context) { in getStorageKind() function in ConstantExpr
342 ConstantResultStorageKind StorageKind = getStorageKind(Result); in Create()
369 assert((unsigned)getStorageKind(Value) <= ConstantExprBits.ResultKind && in MoveIntoResult()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1106 static ConstantResultStorageKind getStorageKind(const APValue &Value);
1107 static ConstantResultStorageKind getStorageKind(const Type *T,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18381 ConstantExpr::getStorageKind(Decl->getReturnType().getTypePtr(), in CheckForImmediateInvocation()