Home
last modified time | relevance | path

Searched refs:APValueKind (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/AST/
DExpr.cpp277 ConstantExprBits.APValueKind = APValue::None; in ConstantExpr()
330 ConstantExprBits.APValueKind = Value.getKind(); in MoveIntoResult()
372 if (ConstantExprBits.APValueKind == APValue::Indeterminate) in getAPValueResult()
/external/llvm-project/clang/include/clang/AST/
DExpr.h1095 return static_cast<APValue::ValueKind>(ConstantExprBits.APValueKind); in getResultAPValueKind()
1104 return ConstantExprBits.APValueKind != APValue::None; in hasAPValueResult()
DStmt.h329 unsigned APValueKind : 4; variable
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp559 Record.push_back(E->ConstantExprBits.APValueKind); in VisitConstantExpr()
DASTReaderStmt.cpp554 E->ConstantExprBits.APValueKind = Record.readInt(); in VisitConstantExpr()