/external/clang/test/CodeGenCXX/ |
D | 2005-02-11-AnonymousUnion.cpp | 6 float G; in test1() member 16 short G; in test2() member 27 } U; variable
|
D | microsoft-abi-vtables-single-inheritance.cpp | 113 struct G : E { struct 304 struct U {}; struct
|
/external/clang/test/Layout/ |
D | ms-x86-empty-base-after-base-with-vbptr.cpp | 7 struct U { char a; }; struct 190 struct G : X, W, Y, V { char a; }; argument
|
D | ms-x86-empty-virtual-base.cpp | 212 struct G : virtual C0, virtual B0, virtual B1, D0, virtual C1 { struct 214 G() : a(0xf0000010) {printf("X : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} in G() function 220 // CHECK-NEXT: 0 | struct G argument 658 struct __declspec(align(32)) U : virtual B0, virtual B1 { struct 660 U() : a(0xf0000023) {printf("X : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} in U() function
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 12 …=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context… argument 19 …U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="st… class
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p2.cpp | 26 template<typename T> struct U {}; struct 44 template<typename T = auto(*)()->int> struct G { }; struct
|
D | p5.cpp | 39 template<typename T> struct U {}; struct 63 template<typename T = auto> struct G { }; // expected-error{{'auto' not allowed in template argumen… struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | TypeFinder.cpp | 36 for (const auto &G : M.globals()) { in run() local 54 for (const Use &U : FI.operands()) in run() local 144 const User *U = cast<User>(V); in incorporateValue() local
|
/external/clang/test/SemaCXX/ |
D | uninitialized.cpp | 523 class U { class 528 U() {} in U() function in U 529 U(bool (*)[1]) : b1() {} in U() function in U 530 U(bool (*)[2]) : b2(b1) {} in U() function in U 531 U(bool (*)[3]) : b1{ 5, &b1.x } {} in U() function in U 532 U(bool (*)[4]) : b1(getB()) {} in U() function in U 533 U(bool (*)[5]) : b1(getB(&b1)) {} in U() function in U 534 U(bool (*)[6]) : b1(getB(&b1.x)) {} in U() function in U 536 U(bool (*)[7]) : b1(b1) {} // expected-warning {{field 'b1' is uninitialized when used here}} in U() function in U 537 …U(bool (*)[8]) : b1(getB(b1.x)) {} // expected-warning {{field 'b1' is uninitialized when used he… in U() function in U [all …]
|
D | alias-template.cpp | 16 …template<typename U> using G = __thread void(int n); // expected-error {{type name does not allow … typedef 38 template<typename Z> using U = int[m]; // expected-note {{previous definition}} typedef 39 template<typename Z> using U = int[42]; // ok typedef 40 …template<typename Z> using U = int; // expected-error {{type alias template redefinition with diff… typedef 57 …template<typename Z> using U = T*; // expected-error {{declaration type contains unexpanded parame… typedef 105 template<typename Z> using U = enum { a, b, c }; // expected-error {{cannot be defined}} typedef 124 template<typename Z> using U = int; // expected-note {{declared private here}} typedef in Access::C0 129 template<typename Z> using U = int; typedef in Access::C1 178 using U = T<I>; typedef
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
D | p2-0x.cpp | 19 …using G = __thread void(int n); // expected-error {{type name does not allow storage class to be s… typedef 41 using U = int[m]; // expected-note {{previous definition}} typedef 42 using U = int[42]; // ok typedef 43 …using U = int; // expected-error {{type alias redefinition with different types ('int' vs 'int [42… typedef 67 using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}} in f0() typedef 120 using U = enum { a, b, c }; typedef 142 using U = int; // expected-note {{declared private here}} typedef in Access::C0 147 using U = int; typedef in Access::C1
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 147-define-macro-no-space.c | 18 #define G> greater than macro 31 #define U: umlaut? macro
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/ |
D | p6.cpp | 38 enum alignas(8) G : char {}; enum 56 struct alignas(2) U {}; struct
|
/external/clang/test/SemaTemplate/ |
D | class-template-decl.cpp | 118 int G, H; // expected-note {{here}} variable 141 struct U { struct 143 template<typename T> struct J { // ok
|
D | default-expr-arguments.cpp | 56 template<typename T> struct G { struct 57 G(T) {} in G() argument 69 void X0<U>::f(U) { } in f() argument
|
D | alias-templates.cpp | 10 template<typename U> using G = C<F<U>>; typedef 73 template<typename T> using U = int; typedef 116 template<typename T> using U = int; typedef 222 template<typename ...T, typename ...U> void h(X<U...> &) {} // ok, different in h()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 82 for (const GlobalVariable &G : M.globals()) in orderModule() local 93 for (const Use &U : F.operands()) in orderModule() local 113 for (const GlobalVariable &G : M.globals()) in orderModule() local 146 for (const Use &U : V->uses()) in predictValueUseListOrderImpl() local 263 for (const GlobalVariable &G : M.globals()) in predictUseListOrder() local 271 for (const GlobalVariable &G : M.globals()) in predictUseListOrder() local 279 for (const Use &U : F.operands()) in predictUseListOrder() local 332 for (const Use &U : F.operands()) in ValueEnumerator() local 458 for (const Use &U : V->uses()) { in print() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 113 for (const GlobalVariable &G : M.globals()) in orderModule() local 124 for (const Use &U : F.operands()) in orderModule() local 144 for (const GlobalVariable &G : M.globals()) in orderModule() local 177 for (const Use &U : V->uses()) in predictValueUseListOrderImpl() local 294 for (const GlobalVariable &G : M.globals()) in predictUseListOrder() local 302 for (const GlobalVariable &G : M.globals()) in predictUseListOrder() local 310 for (const Use &U : F.operands()) in predictUseListOrder() local 366 for (const Use &U : F.operands()) in ValueEnumerator() local 493 for (const Use &U : V->uses()) { in print() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 189 for (const GlobalVariable &G : M.globals()) in ValueMapping() local 199 for (const GlobalVariable &G : M.globals()) in ValueMapping() local 261 for (const Use &U : V->uses()) { in debugValue() local 303 const ValueMapping &M) { in matches() 406 for (const Use &U : V->uses()) { in shuffleValueUseLists() local
|
/external/llvm/tools/verify-uselistorder/ |
D | verify-uselistorder.cpp | 190 for (const GlobalVariable &G : M.globals()) in ValueMapping() local 200 for (const GlobalVariable &G : M.globals()) in ValueMapping() local 262 for (const Use &U : V->uses()) { in debugValue() local 304 const ValueMapping &M) { in matches() 407 for (const Use &U : V->uses()) { in shuffleValueUseLists() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 470 while (Chain *G = getAndEraseNext(PreferredColor, GV)) { in colorChainSet() local 498 int AArch64A57FPLoadBalancing::scavengeRegister(Chain *G, Color C, in scavengeRegister() 545 bool AArch64A57FPLoadBalancing::colorChain(Chain *G, Color C, in colorChain() 568 for (auto &U : I.operands()) { in colorChain() local 634 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction() local 678 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64A57FPLoadBalancing.cpp | 468 while (Chain *G = getAndEraseNext(PreferredColor, GV)) { in colorChainSet() local 498 int AArch64A57FPLoadBalancing::scavengeRegister(Chain *G, Color C, in scavengeRegister() 532 bool AArch64A57FPLoadBalancing::colorChain(Chain *G, Color C, in colorChain() 555 for (auto &U : I.operands()) { in colorChain() local 621 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction() local 666 auto G = llvm::make_unique<Chain>(MI, Idx, getColor(DestReg)); in scanInstruction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 437 Use *U = &*UI; in replaceDirectCallers() local 518 void MergeFunctions::eraseTail(Function *G) { in eraseTail() 664 void MergeFunctions::writeThunk(Function *F, Function *G) { in writeThunk() 738 void MergeFunctions::mergeTwoFunctions(Function *F, Function *G) { in mergeTwoFunctions() 801 Function *G) { in replaceFunctionInTree()
|
/external/webp/src/dsp/ |
D | yuv_neon.c | 26 const uint8x8_t G, in ConvertRGBToY_NEON() 122 int16x8_t U, V; in ConvertRGBA32ToUV_NEON() local 140 const uint16x8_t G = vpaddlq_u8(RGB.val[1]); in ConvertARGBToUV_NEON() local 145 const uint8x8_t U = vqrshrun_n_s16(U_tmp, 1); in ConvertARGBToUV_NEON() local
|
/external/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 39 const User *U = Worklist.pop_back_val(); in findRefEdges() local 150 for (const GlobalVariable &G : M->globals()) { in ModuleSummaryIndexBuilder() local
|