Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp182 case AddrLabelDiff: in APValue()
210 else if (Kind == AddrLabelDiff) in DestroyDataAndMakeUninit()
218 case AddrLabelDiff: in needsCleanup()
337 case AddrLabelDiff: in dump()
536 case APValue::AddrLabelDiff: in printPretty()
DExprConstant.cpp1633 case APValue::AddrLabelDiff: in HandleConversionToBool()
/external/clang/include/clang/AST/
DAPValue.h54 AddrLabelDiff enumerator
192 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; } in isAddrLabelDiff()
446 Kind = AddrLabelDiff; in MakeAddrLabelDiff()
/external/llvm-project/clang/lib/AST/
DAPValue.cpp367 case AddrLabelDiff: in APValue()
416 else if (Kind == AddrLabelDiff) in DestroyDataAndMakeUninit()
425 case AddrLabelDiff: in needsCleanup()
482 case AddrLabelDiff: in Profile()
848 case APValue::AddrLabelDiff: in printPretty()
1048 case APValue::AddrLabelDiff: in getLVForValue()
DTextNodeDumper.cpp378 case APValue::AddrLabelDiff: in isSimpleAPValue()
563 case APValue::AddrLabelDiff: in Visit()
DItaniumMangle.cpp4953 case APValue::AddrLabelDiff: in isZeroInitialized()
5045 case APValue::AddrLabelDiff: in mangleValueInTemplateArg()
DMicrosoftMangle.cpp1745 case APValue::AddrLabelDiff: in mangleTemplateArgValue()
DExprConstant.cpp2492 case APValue::AddrLabelDiff: in HandleConversionToBool()
6822 case APValue::AddrLabelDiff: { in visit()
DASTImporter.cpp9031 case APValue::AddrLabelDiff: { in ImportAPValue()
/external/llvm-project/clang/include/clang/AST/
DAPValue.h139 AddrLabelDiff
393 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; }
659 Kind = AddrLabelDiff;
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1393 case APValue::AddrLabelDiff: { in EmitConstantValue()
1403 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS); in EmitConstantValue() local
1408 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in EmitConstantValue()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp2098 case APValue::AddrLabelDiff: { in tryEmitPrivate()
2109 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS); in tryEmitPrivate() local
2114 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in tryEmitPrivate()
/external/clang/lib/Sema/
DSemaTemplate.cpp5019 case APValue::AddrLabelDiff: in CheckTemplateArgument()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5193 case APValue::AddrLabelDiff: in AddAPValue()
DASTReader.cpp9021 case APValue::AddrLabelDiff: { in readAPValue()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp7052 case APValue::AddrLabelDiff: in CheckTemplateArgument()