HomeSort by relevance Sort by last modified time
    Searched refs:AddrLabelDiffData (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
APValue.h 105 struct AddrLabelDiffData {
114 UnionData, AddrLabelDiffData> DataType;
340 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->LHSExpr;
344 return ((const AddrLabelDiffData*)(const char*)Data.buffer)->RHSExpr;
388 ((AddrLabelDiffData*)(char*)Data.buffer)->LHSExpr = LHSExpr;
389 ((AddrLabelDiffData*)(char*)Data.buffer)->RHSExpr = RHSExpr;
445 new ((void*)(char*)Data.buffer) AddrLabelDiffData();
  /external/clang/lib/AST/
APValue.cpp 211 ((AddrLabelDiffData*)(char*)Data.buffer)->~AddrLabelDiffData();

Completed in 703 milliseconds