Home
last modified time | relevance | path

Searched refs:AddrLabelDiff (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp376 case AddrLabelDiff: in APValue()
431 else if (Kind == AddrLabelDiff) in DestroyDataAndMakeUninit()
441 case AddrLabelDiff: in needsCleanup()
502 case AddrLabelDiff: in Profile()
947 case APValue::AddrLabelDiff: in printPretty()
1144 case APValue::AddrLabelDiff: in getLVForValue()
H A DTextNodeDumper.cpp618 case APValue::AddrLabelDiff: in isSimpleAPValue()
849 case APValue::AddrLabelDiff: in Visit()
H A DItaniumMangle.cpp6452 case APValue::AddrLabelDiff: in isZeroInitialized()
6610 case APValue::AddrLabelDiff: in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp2160 case APValue::AddrLabelDiff: { in mangleTemplateArgValue()
H A DExprConstant.cpp2757 case APValue::AddrLabelDiff: in HandleConversionToBool()
7392 case APValue::AddrLabelDiff: { in visit()
H A DASTImporter.cpp10664 case APValue::AddrLabelDiff: { in ImportAPValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h143 AddrLabelDiff
478 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; }
746 Kind = AddrLabelDiff;
H A DPropertiesBase.td422 let Class = PropertyTypeCase<APValue, "AddrLabelDiff"> in {
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp805 case APValue::AddrLabelDiff: in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2512 case APValue::AddrLabelDiff: { in tryEmitPrivate()
2523 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS); in tryEmitPrivate() local
2528 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7867 case APValue::AddrLabelDiff: in BuildExpressionFromNonTypeTemplateArgumentValue()