Searched refs:APVal (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 3509 if (APVal.isAbsent() && isValidStructGUID(getASTContext(), getType())) { in getAsAPValue() 3512 APVal = APValue(APValue::UninitStruct(), 0, 4); in getAsAPValue() 3513 APVal.getStructField(0) = APValue(APSInt(APInt(32, PartVal.Part1), true)); in getAsAPValue() 3514 APVal.getStructField(1) = APValue(APSInt(APInt(16, PartVal.Part2), true)); in getAsAPValue() 3515 APVal.getStructField(2) = APValue(APSInt(APInt(16, PartVal.Part3), true)); in getAsAPValue() 3516 APValue &Arr = APVal.getStructField(3) = in getAsAPValue() 3524 getASTContext().addDestruction(&APVal); in getAsAPValue() 3527 return APVal; in getAsAPValue()
|
H A D | ASTContext.cpp | 12769 const APValue &APVal) const { in getUnnamedGlobalConstantDecl() 12771 UnnamedGlobalConstantDecl::Profile(ID, Ty, APVal); in getUnnamedGlobalConstantDecl() 12779 UnnamedGlobalConstantDecl::Create(*this, Ty, APVal); in getUnnamedGlobalConstantDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 1403 llvm::APInt APVal(64, 0); in parseSimpleIntegerLiteral() local 1404 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral() 1407 Value = APVal.getLimitedValue(); in parseSimpleIntegerLiteral()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelLowering.cpp | 573 APInt APVal = CN->getAPIntValue(); in LowerImmediate() local 574 int64_t Value = APVal.getSExtValue(); in LowerImmediate()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 4306 mutable APValue APVal; variable 4364 const APValue &APVal); 4382 const APValue &APVal) { in Profile() argument 4384 APVal.Profile(ID); in Profile()
|