Home
last modified time | relevance | path

Searched refs:AddrLabelDiff (Results 1 – 5 of 5) 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/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/clang/lib/Sema/
DSemaTemplate.cpp5019 case APValue::AddrLabelDiff: in CheckTemplateArgument()