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

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp272 SourceRange XR = X.getRanges()[i]; local
274 if (XR != YR) {
275 if (XR.getBegin() != YR.getBegin())
276 return SM.isBeforeInTranslationUnit(XR.getBegin(), YR.getBegin());
277 return SM.isBeforeInTranslationUnit(XR.getEnd(), YR.getEnd());
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp970 bool operator()(const CXCompletionResult &XR, argument
973 = (CodeCompletionString *)XR.CompletionString;
/external/grub/docs/
H A Dtexinfo.tex5981 \csname XR#1-title\endcsname
6076 \csname XR#1\endcsname
6099 % just a \def (we prepend XR to the control sequence name to avoid
6103 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value.
6106 \expandafter\iffloat\csname XR#1\endcsname
6683 % Can't fully expand XR#1-lof because it can contain anything. Just
6684 % pass the control sequence. On the other hand, XR#1-pg is just the
6687 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
6690 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%
/external/bison/build-aux/
H A Dtexinfo.tex7974 \csname XR#1-title\endcsname
8108 \csname XR#1\endcsname
8132 % just a \def (we prepend XR to the control sequence name to avoid
8144 \expandafter\gdef\csname XR\safexrefname\endcsname{#2}% remember this xref
8147 \expandafter\iffloat\csname XR\safexrefname\endcsname
8751 % Can't fully expand XR#1-lof because it can contain anything. Just
8752 % pass the control sequence. On the other hand, XR#1-pg is just the
8755 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
8758 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%

Completed in 1531 milliseconds