Home
last modified time | relevance | path

Searched +defs:G +defs:U (Results 1 – 25 of 102) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
D2005-02-11-AnonymousUnion.cpp6 float G; in test1() member
16 short G; in test2() member
27 } U; variable
Dmicrosoft-abi-vtables-single-inheritance.cpp113 struct G : E { struct
304 struct U {}; struct
/external/clang/test/Layout/
Dms-x86-empty-base-after-base-with-vbptr.cpp7 struct U { char a; }; struct
190 struct G : X, W, Y, V { char a; }; argument
Dms-x86-empty-virtual-base.cpp212 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/
Djquery-resizable.min.js12 …=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context… argument
19U,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/
Dp2.cpp26 template<typename T> struct U {}; struct
44 template<typename T = auto(*)()->int> struct G { }; struct
Dp5.cpp39 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/
DTypeFinder.cpp36 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/
Duninitialized.cpp523 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
537U(bool (*)[8]) : b1(getB(b1.x)) {} // expected-warning {{field 'b1' is uninitialized when used he… in U() function in U
[all …]
Dalias-template.cpp16 …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/
Dp2-0x.cpp19 …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/
D147-define-macro-no-space.c18 #define G> greater than macro
31 #define U: umlaut? macro
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp6.cpp38 enum alignas(8) G : char {}; enum
56 struct alignas(2) U {}; struct
/external/clang/test/SemaTemplate/
Dclass-template-decl.cpp118 int G, H; // expected-note {{here}} variable
141 struct U { struct
143 template<typename T> struct J { // ok
Ddefault-expr-arguments.cpp56 template<typename T> struct G { struct
57 G(T) {} in G() argument
69 void X0<U>::f(U) { } in f() argument
Dalias-templates.cpp10 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/
DValueEnumerator.cpp82 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/
DValueEnumerator.cpp113 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/
Dverify-uselistorder.cpp189 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/
Dverify-uselistorder.cpp190 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/
DAArch64A57FPLoadBalancing.cpp470 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/
DAArch64A57FPLoadBalancing.cpp468 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/
DMergeFunctions.cpp437 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/
Dyuv_neon.c26 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/
DModuleSummaryAnalysis.cpp39 const User *U = Worklist.pop_back_val(); in findRefEdges() local
150 for (const GlobalVariable &G : M->globals()) { in ModuleSummaryIndexBuilder() local

12345