Searched defs:XR (Results 1 - 3 of 3) 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.cpp976 bool operator()(const CXCompletionResult &XR, argument
979 = (CodeCompletionString *)XR.CompletionString;
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp338 SourceRange XR = X.getRanges()[i]; local
340 if (XR != YR) {
341 if (XR.getBegin() != YR.getBegin())
342 return SM.isBeforeInTranslationUnit(XR.getBegin(), YR.getBegin());
343 return SM.isBeforeInTranslationUnit(XR.getEnd(), YR.getEnd());

Completed in 169 milliseconds