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

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
FunctionAttrs.h 47 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
FunctionAttrs.h 47 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
FunctionAttrs.h 47 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
FunctionAttrs.h 47 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
ArgumentPromotion.h 26 LazyCallGraph &CG, CGSCCUpdateResult &UR);
  /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}}
  /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/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?????)";
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CGSCCPassManager.h 124 LazyCallGraph &G, CGSCCUpdateResult &UR);
333 CGSCCUpdateResult UR = {RCWorklist, CWorklist, InvalidRefSCCSet,
400 UR.UpdatedRC = nullptr;
401 UR.UpdatedC = nullptr;
402 PreservedAnalyses PassPA = Pass.run(*C, CGAM, CG, UR);
410 CGAM.invalidate(*(UR.UpdatedC ? UR.UpdatedC : C), PassPA);
425 RC = UR.UpdatedRC ? UR.UpdatedRC : RC;
426 C = UR.UpdatedC ? UR.UpdatedC : C
    [all...]

Completed in 608 milliseconds

1 2 3