Searched refs:AddrLabelDiff (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DAPValue.cpp182 case AddrLabelDiff:
210 else if (Kind == AddrLabelDiff)
218 case AddrLabelDiff:
337 case AddrLabelDiff:
338 OS << "AddrLabelDiff: <todo>";
536 case APValue::AddrLabelDiff:
H A DExprConstant.cpp1461 case APValue::AddrLabelDiff:
/external/clang/include/clang/AST/
H A DAPValue.h54 AddrLabelDiff enumerator in enum:clang::APValue::ValueKind
192 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; }
446 Kind = AddrLabelDiff;
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1148 case APValue::AddrLabelDiff: {
1158 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS); local
1163 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType);

Completed in 755 milliseconds