Searched defs:UPP (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp565 getDepthAndIndex(UnexpandedParameterPack UPP) { argument
567 = UPP.first.dyn_cast<const TemplateTypeParmType *>())
570 return getDepthAndIndex(UPP.first.get<NamedDecl *>());
/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c279 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
300 #define UPP(val) (toupper(ctxt->input->cur[(val)])) macro
3013 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
3014 (UPP(2) == 'S') && (UPP(3) == 'T') &&
3015 (UPP(4) == 'E') && (UPP(5) == 'M')) {
3027 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&
3028 (UPP(2) == 'B') && (UPP(
[all...]
/external/libxml2/
H A DHTMLparser.c279 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
300 #define UPP(val) (toupper(ctxt->input->cur[(val)])) macro
3015 if ((UPPER == 'S') && (UPP(1) == 'Y') &&
3016 (UPP(2) == 'S') && (UPP(3) == 'T') &&
3017 (UPP(4) == 'E') && (UPP(5) == 'M')) {
3029 } else if ((UPPER == 'P') && (UPP(1) == 'U') &&
3030 (UPP(2) == 'B') && (UPP(
[all...]

Completed in 227 milliseconds