Searched defs:XR (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DARMWinEH.h311 inline size_t HeaderWords(const ExceptionDataRecord &XR);
375 inline size_t HeaderWords(const ExceptionDataRecord &XR) { argument
376 return (XR.Data[0] & 0xff800000) ? 1 : 2;
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp966 bool operator()(const CXCompletionResult &XR, argument
969 = (CodeCompletionString *)XR.CompletionString;
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp335 SourceRange XR = X.getRanges()[i]; local
337 if (XR != YR) {
338 if (XR.getBegin() != YR.getBegin())
339 return SM.isBeforeInTranslationUnit(XR.getBegin(), YR.getBegin());
340 return SM.isBeforeInTranslationUnit(XR.getEnd(), YR.getEnd());
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.h245 RTCPPacketXR XR; member in union:webrtc::RTCPUtility::RTCPPacket

Completed in 771 milliseconds