Home
last modified time | relevance | path

Searched refs:RSK_None (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp248 Kind == ConstantExpr::RSK_Int64 || Kind == ConstantExpr::RSK_None) && in AssertResultStorageKind()
258 return ConstantExpr::RSK_None; in getStorageKind()
334 case RSK_None: in MoveIntoResult()
373 case ConstantExpr::RSK_None: in getAPValueResult()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1034 enum ResultStorageKind { RSK_None, RSK_Int64, RSK_APValue }; enumerator
1069 ResultStorageKind Storage = RSK_None,
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp567 case ConstantExpr::RSK_None: in VisitConstantExpr()
H A DASTReaderStmt.cpp563 case ConstantExpr::RSK_None: in VisitConstantExpr()