HomeSort by relevance Sort by last modified time
    Searched refs:UR (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/test/Lexer/
string-literal-encoding.c 13 char16_t const *e = uR"(?????)"; // expected-error {{illegal character encoding in string literal}}
14 char32_t const *f = UR"(?????)"; // expected-error {{illegal character encoding in string literal}}
27 char16_t const *e = uR"(foo ?????)"; // expected-error {{illegal character encoding in string literal}}
28 char32_t const *f = UR"(foo ?????)"; // expected-error {{illegal character encoding in string literal}}
string_concat.cpp 16 const char* d = u8"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
17 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}}
35 const char32_t* q = U"abc" uR"(abc)"; // expected-error {{unsupported non-standard concatenation of string literals}}
44 const wchar_t* w = L"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}}
pragma-operators.cpp 26 #define pragma_UR _Pragma(UR"(clang diagnostic error "-Wunused")")
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p12.cpp 19 int e = uR"("???? ?)"_x;
20 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/
cxx0x-type-convert-construct.cpp 18 uRstr = uR"foo(a UTF-16 raw string)foo"; // expected-error {{assigning to 'char16_t *' from incompatible type 'const char16_t [20]'}}
20 URstr = UR"foo(a UTF-32 raw string)foo"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [20]'}}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 31 LazyCallGraph &CG, CGSCCUpdateResult &UR);
FunctionAttrs.h 52 LazyCallGraph &CG, CGSCCUpdateResult &UR);
Inliner.h 105 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /external/clang/test/CodeGen/
string-literal.c 80 const char16_t *j = uR"foo(GH)foo";
83 const char32_t *k = UR"bar(IJ)bar";
112 const char16_t *t = uR\
118 const char32_t *u = UR\
string-literal-unicode-conversion.c 54 char16_t const *g = uR"(5?????)";
57 char32_t const *h = UR"(6?????)";
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CGSCCPassManager.h 139 LazyCallGraph &G, CGSCCUpdateResult &UR);
363 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
429 UR.UpdatedRC = nullptr;
430 UR.UpdatedC = nullptr;
431 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
434 C = UR.UpdatedC ? UR.UpdatedC : C;
435 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
439 if (UR.InvalidatedSCCs.count(C))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CGSCCPassManager.cpp 56 LazyCallGraph &G, CGSCCUpdateResult &UR) {
70 PreservedAnalyses PassPA = Pass->run(*C, AM, G, UR);
73 C = UR.UpdatedC ? UR.UpdatedC : C;
77 if (UR.InvalidatedSCCs.count(C)) {
335 /// CGSCCPassManager's \c CGSCCUpdateResult \p UR based on a range of newly
348 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) {
355 UR.CWorklist.insert(C);
392 UR.CWorklist.insert(&NewC);
408 CGSCCAnalysisManager &AM, CGSCCUpdateResult &UR) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 69 const User *UR = U.getUser();
70 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) {
81 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) {
175 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
HWEventListener.h 65 llvm::ArrayRef<std::pair<ResourceRef, double>> UR)
66 : HWInstructionEvent(HWInstructionEvent::Issued, IR), UsedResources(UR) {}
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 61 User *UR = U.getUser();
63 if (isa<BlockAddress>(UR)) continue;
67 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR))
70 CallSite CS(cast<Instruction>(UR));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 61 User *UR = U.getUser();
63 if (isa<BlockAddress>(UR)) continue;
67 if (!isa<CallInst>(UR) && !isa<InvokeInst>(UR))
70 CallSite CS(cast<Instruction>(UR));
Inliner.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 57 const User *UR = U.getUser();
58 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(UR)) {
68 } else if (const Instruction *I = dyn_cast<Instruction>(UR)) {
164 } else if (const Constant *C = dyn_cast<Constant>(UR)) {
  /external/llvm/lib/Support/
ScaledNumber.cpp 28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
ScaledNumber.cpp 28 uint64_t UL = getU(LHS), LL = getL(LHS), UR = getU(RHS), LR = getL(RHS);
31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tokenize.py 260 >>> dump_tokens("x = ur'abc' + Ur'ABC' + uR'ABC' + UR'ABC'")
263 STRING "ur'abc'" (1, 4) (1, 11)
265 STRING "Ur'ABC'" (1, 14) (1, 21)
267 STRING "uR'ABC'" (1, 24) (1, 31)
269 STRING "UR'ABC'" (1, 34) (1, 41)
270 >>> dump_tokens('y = ur"abc" + Ur"ABC" + uR"ABC" + UR"ABC"')
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
CGSCCPassManagerTest.cpp 141 LazyCallGraph &CG, CGSCCUpdateResult &UR) {
142 return Func(C, AM, CG, UR);
274 LazyCallGraph &CG, CGSCCUpdateResult &UR) {
351 LazyCallGraph &CG, CGSCCUpdateResult &UR) {
370 LazyCallGraph &CG, CGSCCUpdateResult &UR) {
392 LazyCallGraph &CG, CGSCCUpdateResult &UR) {
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 714 ConstantRange UR = Result_zext.truncate(getBitWidth());
720 if (!UR.isWrappedSet() && UR.getLower().isNonNegative())
721 return UR;
740 return UR.getSetSize().ult(SR.getSetSize()) ? UR : SR;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantRange.cpp 837 ConstantRange UR = Result_zext.truncate(getBitWidth());
843 if (!UR.isWrappedSet() &&
844 (UR.getUpper().isNonNegative() || UR.getUpper().isMinSignedValue()))
845 return UR;
864 return UR.isSizeStrictlySmallerThan(SR) ? UR : SR;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 397 RegisterRef UR = UA.Addr->getRegRef(DFG);
398 if (PRI.alias(RefRR, UR) && !DefRRs.hasCoverOf(UR))
561 RegisterRef UR = PUA.Addr->getRegRef(DFG);
562 NodeList Ds = getAllReachingDefs(UR, PUA, true, false, NoRegs);
624 RegisterRef UR = PRI.normalize(UA.Addr->getRegRef(DFG));
633 if (MidDefs.hasCoverOf(UR))
    [all...]

Completed in 1294 milliseconds

1 2 3