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.cpp1557 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.cpp1367 case APValue::AddrLabelDiff: { in EmitConstantValue()
1377 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS); in EmitConstantValue() local
1382 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in EmitConstantValue()
/external/clang/lib/Sema/
DSemaTemplate.cpp4978 case APValue::AddrLabelDiff: in CheckTemplateArgument()