Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp3421 if (APVal.isAbsent() && isValidStructGUID(getASTContext(), getType())) { in getAsAPValue()
3424 APVal = APValue(APValue::UninitStruct(), 0, 4); in getAsAPValue()
3425 APVal.getStructField(0) = APValue(APSInt(APInt(32, PartVal.Part1), true)); in getAsAPValue()
3426 APVal.getStructField(1) = APValue(APSInt(APInt(16, PartVal.Part2), true)); in getAsAPValue()
3427 APVal.getStructField(2) = APValue(APSInt(APInt(16, PartVal.Part3), true)); in getAsAPValue()
3428 APValue &Arr = APVal.getStructField(3) = in getAsAPValue()
3436 getASTContext().addDestruction(&APVal); in getAsAPValue()
3439 return APVal; in getAsAPValue()
H A DASTContext.cpp12135 const APValue &APVal) const { in getUnnamedGlobalConstantDecl()
12137 UnnamedGlobalConstantDecl::Profile(ID, Ty, APVal); in getUnnamedGlobalConstantDecl()
12145 UnnamedGlobalConstantDecl::Create(*this, Ty, APVal); in getUnnamedGlobalConstantDecl()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1411 llvm::APInt APVal(64, 0); in parseSimpleIntegerLiteral() local
1412 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
1415 Value = APVal.getLimitedValue(); in parseSimpleIntegerLiteral()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h4212 mutable APValue APVal; variable
4270 const APValue &APVal);
4288 const APValue &APVal) { in Profile() argument
4290 APVal.Profile(ID); in Profile()