Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp254 ConstantExpr::getStorageKind(const APValue &Value) { in getStorageKind() function in ConstantExpr
269 ConstantExpr::getStorageKind(const Type *T, const ASTContext &Context) { in getStorageKind() function in ConstantExpr
304 ResultStorageKind StorageKind = getStorageKind(Result); in Create()
330 assert((unsigned)getStorageKind(Value) <= ConstantExprBits.ResultKind && in MoveIntoResult()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1071 static ResultStorageKind getStorageKind(const APValue &Value);
1072 static ResultStorageKind getStorageKind(const Type *T,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16629 ConstantExpr::getStorageKind(Decl->getReturnType().getTypePtr(), in CheckForImmediateInvocation()