Searched refs:BBB (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cc7 struct BBB: virtual AAA { unsigned long bbb; }; // NOLINT struct in inherits:AAA
9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
/external/clang/test/Index/
H A Doverriding-ftemplate-comments.cpp25 /// \tparam BBB Bbb
27 template<typename AAA, typename BBB>
28 void comment_to_html_conversion_19(AAA aaa, BBB bbb);
30 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_19</Name><USR>c:@FT@&gt;2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#</USR><Declaration>template &lt;typename AAA, typename BBB&gt;\nvoid comment_to_html_conversion_19(AAA aaa, BBB bbb)</Declaration><TemplateParameters><Parameter><Name>AAA</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter></TemplateParameters></Function>]
39 /// \tparam BBB Bbb
43 template<typename AAA, typename BBB, int CCC>
44 void comment_to_html_conversion_20(AAA aaa, BBB bbb);
46 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_20</Name><USR>c:@FT@&gt;3#T#T#NIcomment_to_html_conversion_20#t0.0#t0.1#</USR><Declaration>template &lt;typename AAA, typename BBB, in
[all...]
H A Dcomment-cplus-template-decls.cpp67 template<template<template<typename CCC> class DDD, class BBB> class AAA>
/external/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; local
25 memset(BBB, 0, sizeof(BBB));
29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p);
30 // make sure BBB and CCC are not removed;
31 return *(short*)(p) + BBB[argc % 2] + CCC[argc % 2];
37 // CHECK-30: 'BBB' <== {{.*}}underflows this variable
38 // CHECK-31: 'BBB' <== {{.*}}partially underflows this variable
39 // CHECK-41: 'BBB' <== {{.*}}partially overflows this variable
40 // CHECK-42: 'BBB' <
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dcollate8.test25 INSERT INTO t1 VALUES('BBB');
30 } {aaa BBB ccc DDD}
50 } {aaa BBB ccc DDD}
55 } {aaa BBB ccc DDD}
60 } {aaa BBB}
65 } {aaa BBB DDD}
70 } {aaa BBB}
75 } {aaa BBB ccc DDD}
/external/clang/test/Preprocessor/
H A Doutput_paste_avoid.cpp38 TYPEDEF(66504301-BE0F-101A-8BBB-00AA00300CAB) long OLE_COLOR;
39 // CHECK: typedef [uuid(66504301-BE0F-101A-8BBB-00AA00300CAB)] long OLE_COLOR;
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp37 class BBB:virtual CCC { class in inherits:CCC
41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
H A Ddebug-info-use-after-free.cpp124 class BBB:virtual CCC { class in inherits:CCC
128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; };
/external/llvm/include/llvm/CodeGen/
H A DMachineDominators.h84 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); local
85 if (BBA != BBB) return DT->dominates(BBA, BBB);
/external/chromium-trace/trace-viewer/src/ui/
H A Dmouse_mode_selector.css12 border: 1px solid #BBB;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrevisionHistory.css72 border-right: 1px solid #BBB;
H A DsourcesView.css41 border-bottom: 1px solid #BBB;
H A DinspectorStyle.css2475 border-right: 1px solid #BBB;
/external/clang/test/Analysis/
H A Ddynamic-cast.cpp215 class BBB : public BB {}; class in inherits:BB
216 BBB obj;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp874 BasicBlock *BBB = FirstPN->getIncomingBlock(i); local
875 if (BBA != BBB) {
877 unsigned j = PN.getBasicBlockIndex(BBB);
879 PN.setIncomingBlock(i, BBB);

Completed in 633 milliseconds