Searched refs:UR (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/Lexer/
H A Dstring-literal-encoding.c14 char32_t const *f = UR"(�����)"; // expected-error {{illegal character encoding in string literal}}
28 char32_t const *f = UR"(foo �����)"; // expected-error {{illegal character encoding in string literal}}
H A Dstring_concat.cpp17 const char* e = u8"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
26 const char16_t* k = u"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
45 const wchar_t* x = L"abc" UR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
H A Dpragma-operators.cpp26 #define pragma_UR _Pragma(UR"(clang diagnostic error "-Wunused")")
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp12.cpp20 int f = UR"("тест 𐀀)"_x;
21 int g = UR"("тест_𐀀)"_x; // expected-note {{in instantiation of function template specialization 'operator "" _x<char32_t, 34, 1090, 1077, 1089, 1090, 95, 65536>' requested here}}
/external/clang/test/SemaCXX/
H A Dcxx0x-type-convert-construct.cpp20 URstr = UR"foo(a UTF-32 raw string)foo"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [20]'}}
H A Dcxx98-compat.cpp37 (void)UR"X(str)X"; // expected-warning {{raw string literals are incompatible with C++98}}
/external/clang/test/CodeGen/
H A Dstring-literal-unicode-conversion.c57 char32_t const *h = UR"(6Кошка)";
H A Dstring-literal.c83 const char32_t *k = UR"bar(IJ)bar";
/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp50 const User *UR = U.getUser(); local
51 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) {
61 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) {
157 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp91 User *UR = U.getUser(); local
93 if (isa<BlockAddress>(UR)) continue;
97 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR))
100 CallSite CS(cast<Instruction>(UR));
H A DArgumentPromotion.cpp387 User *UR = U.getUser(); local
389 if (LoadInst *LI = dyn_cast<LoadInst>(UR)) {
395 } else if (GetElementPtrInst *GEP = dyn_cast<GetElementPtrInst>(UR)) {
/external/libyuv/files/source/
H A Drow_posix.cc1278 #define UR 0 macro
1287 #define BR UR * 128 + VR * 128
1306 { UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, V
[all...]
H A Drow_win.cc1480 #define UR 0 macro
1489 #define BR UR * 128 + VR * 128
1496 UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, V
[all...]
H A Drow_common.cc430 #define UR 0 macro
439 #define BR UR * 128 + VR * 128
455 uint32 r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
467 *r = Clip(static_cast<int32>((u * UR + v * VR) - (BR) + y1) >> 6);
/external/llvm/lib/Support/
H A DScaledNumber.cpp27 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS); local
30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_posix.cc2061 #define UR 0 macro
2070 #define BR UR * 128 + VR * 128
2089 { UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, V
[all...]
H A Drow_win.cc31 #define UR 0 macro
40 #define BR UR * 128 + VR * 128
47 UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, V
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Drow_posix.cc2061 #define UR 0 macro
2070 #define BR UR * 128 + VR * 128
2089 { UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, V
[all...]
H A Drow_win.cc30 #define UR 0 macro
39 #define BR UR * 128 + VR * 128
46 UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, VR, UR, V
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1666 const User *UR = U.getUser(); local
1667 if (const StoreInst *SI = dyn_cast<StoreInst>(UR)) {
1670 } else if (isa<InvokeInst>(UR) || isa<CallInst>(UR)) {
1672 ImmutableCallSite CS(cast<Instruction>(UR));
1675 } else if (const LoadInst *LI = dyn_cast<LoadInst>(UR)) {
1678 } else if (isa<BlockAddress>(UR)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclike.js209 if (stream.match(/(R|u8R|uR|UR|LR)/)) {
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dclike.js206 if (stream.match(/(R|u8R|uR|UR|LR)/)) {
/external/skia/experimental/webtry/res/js/cm/
H A Dclike.js206 if (stream.match(/(R|u8R|uR|UR|LR)/)) {
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp335 const SkVector& UR = rrect.radii(SkRRect::kUpperRight_Corner); local
340 const SkScalar rightUnstretched = SkTMax(UR.fX, LR.fX) + SkIntToScalar(2 * margin.fX);
352 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY);
366 radii[SkRRect::kUpperRight_Corner] = UR;
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp332 const SkVector& UR = rrect.radii(SkRRect::kUpperRight_Corner); local
337 const SkScalar rightUnstretched = SkTMax(UR.fX, LR.fX) + SkIntToScalar(2 * margin.fX);
349 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY);
363 radii[SkRRect::kUpperRight_Corner] = UR;

Completed in 2550 milliseconds

12