Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp3368 if (APVal.isAbsent() && isValidStructGUID(getASTContext(), getType())) { in getAsAPValue()
3371 APVal = APValue(APValue::UninitStruct(), 0, 4); in getAsAPValue()
3372 APVal.getStructField(0) = APValue(APSInt(APInt(32, PartVal.Part1), true)); in getAsAPValue()
3373 APVal.getStructField(1) = APValue(APSInt(APInt(16, PartVal.Part2), true)); in getAsAPValue()
3374 APVal.getStructField(2) = APValue(APSInt(APInt(16, PartVal.Part3), true)); in getAsAPValue()
3375 APValue &Arr = APVal.getStructField(3) = in getAsAPValue()
3383 getASTContext().addDestruction(&APVal); in getAsAPValue()
3386 return APVal; in getAsAPValue()
H A DASTContext.cpp11990 const APValue &APVal) const { in getUnnamedGlobalConstantDecl()
11992 UnnamedGlobalConstantDecl::Profile(ID, Ty, APVal); in getUnnamedGlobalConstantDecl()
12000 UnnamedGlobalConstantDecl::Create(*this, Ty, APVal); in getUnnamedGlobalConstantDecl()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp1409 llvm::APInt APVal(64, 0); in parseSimpleIntegerLiteral() local
1410 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
1413 Value = APVal.getLimitedValue(); in parseSimpleIntegerLiteral()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h4184 mutable APValue APVal; variable
4241 const APValue &APVal);
4258 const APValue &APVal) { in Profile() argument
4260 APVal.Profile(ID); in Profile()