Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DExpr.cpp379 ConstantExprBits.ResultKind = StorageKind; in ConstantExpr()
386 if (StorageKind == ConstantExpr::RSK_APValue) in ConstantExpr()
394 AssertResultStorageKind(StorageKind); in Create()
397 StorageKind == ConstantExpr::RSK_APValue, in Create()
398 StorageKind == ConstantExpr::RSK_Int64); in Create()
406 ConstantExpr *Self = Create(Context, E, StorageKind); in Create()
413 ConstantExprBits.ResultKind = StorageKind; in ConstantExpr()
415 if (StorageKind == ConstantExpr::RSK_APValue) in ConstantExpr()
421 AssertResultStorageKind(StorageKind); in CreateEmpty()
424 StorageKind == ConstantExpr::RSK_APValue, in CreateEmpty()
[all …]
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp539 auto StorageKind = Record.readInt(); in VisitConstantExpr() local
540 assert(E->ConstantExprBits.ResultKind == StorageKind && "Wrong ResultKind!"); in VisitConstantExpr()
548 switch (StorageKind) { in VisitConstantExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1082 ConstantExpr(Expr *SubExpr, ResultStorageKind StorageKind,
1084 ConstantExpr(EmptyShell Empty, ResultStorageKind StorageKind);
1093 ResultStorageKind StorageKind);