| /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ | 
| D | pbump2gig.pass.cpp | 27 struct SB : std::stringbuf  struct 29   SB() : std::stringbuf(std::ios::ate|std::ios::out) { }  in SB()  function 40         SB sb;  in main()  argument
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ | 
| D | pbump2gig.pass.cpp | 33 struct SB : std::stringbuf  struct 35   SB() : std::stringbuf(std::ios::ate|std::ios::out) { }  in SB()  argument 44         SB sb;  in main()  argument
  | 
| /external/libabigail/tests/data/test-read-common/PR26261/ | 
| D | PR26261-objb.h | 3 struct SB  struct 9 void fun_objb(struct SB*);  argument
  | 
| /external/clang/test/CodeGen/ | 
| D | xcore-stringtype.c | 135 struct SB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4;  argument 137 int structureTypeB(struct SB sb){return StructAnon.A;}  in structureTypeB()  argument
  | 
| /external/clang/test/OpenMP/ | 
| D | target_codegen_registration.cpp | 189 struct SB {  struct 197   SB() {  in SB()  argument 202   ~SB() {  in ~SB()  argument
  | 
| D | target_data_use_device_ptr_ast_print.cpp | 28 struct SB {  struct 44   SB S;  argument
  | 
| D | target_data_use_device_ptr_messages.cpp | 49 struct SB {  struct 65   SB S;  argument
  | 
| D | target_is_device_ptr_ast_print.cpp | 73 struct SB {  struct 89   SB S;  argument
  | 
| D | target_is_device_ptr_messages.cpp | 57 struct SB {  struct 73   SB S;  argument
  | 
| D | target_map_messages.cpp | 69 struct SB {  struct 85   SB S;  argument
  | 
| D | target_map_codegen.cpp | 3203 struct SB{  struct 3212   struct SB s;  argument
  | 
| /external/clang/test/Index/ | 
| D | cursor-dynamic-call.mm | 2 struct SB {  struct 6 struct SS : public SB {  argument
  | 
| /external/clang/test/Modules/Inputs/merge-decl-order/ | 
| D | b.h | 1 namespace N { struct SB { friend struct foo; }; }  struct
  | 
| /external/llvm/tools/llvm-pdbdump/ | 
| D | PdbYaml.cpp | 125                                                  PDBFile::SuperBlock &SB) {  in mapping() 138 void MappingTraits<StreamBlockList>::mapping(IO &IO, StreamBlockList &SB) {  in mapping()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | ASanStackFrameLayout.cpp | 119   SmallVector<uint8_t, 64> SB;  in GetShadowBytes()  local 137   SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout);  in GetShadowBytesAfterScope()  local
  | 
| /external/libcxx/test/std/containers/views/span.objectrep/ | 
| D | as_writeable_bytes.pass.cpp | 34     using SB = decltype(spBytes);  in testRuntimeSpan()  typedef
  | 
| D | as_bytes.pass.cpp | 34     using SB = decltype(spBytes);  in testRuntimeSpan()  typedef
  | 
| /external/clang/lib/StaticAnalyzer/Core/ | 
| D | SimpleConstraintManager.h | 28   SimpleConstraintManager(SubEngine *subengine, SValBuilder &SB)  in SimpleConstraintManager()
  | 
| /external/llvm/lib/Target/Hexagon/ | 
| D | HexagonEarlyIfConv.cpp | 207   MachineBasicBlock *SB = *B->succ_begin();  in isPreheader()  local 528       MachineBasicBlock *SB = *FP.TrueB->succ_begin();  in isProfitable()  local 533       MachineBasicBlock *SB = *FP.FalseB->succ_begin();  in isProfitable()  local 568     MachineBasicBlock *SB = (*I)->getBlock();  in visitBlock()  local 931       MachineBasicBlock *SB = (*I)->getBlock();  in removeBlock()  local 978     MachineBasicBlock *SB = *I;  in replacePhiEdges()  local 1020   MachineBasicBlock *SB = *FP.SplitB->succ_begin();  in simplifyFlowGraph()  local
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.objectrep/ | 
| D | as_writable_bytes.pass.cpp | 32     using SB = decltype(spBytes);  in testRuntimeSpan()  typedef
  | 
| D | as_bytes.pass.cpp | 32     using SB = decltype(spBytes);  in testRuntimeSpan()  typedef
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ | 
| D | MSFCommon.cpp | 19 Error llvm::msf::validateSuperBlock(const SuperBlock &SB) {  in validateSuperBlock()
  | 
| /external/musl/src/multibyte/ | 
| D | internal.h | 17 #define SB 0xf4u  macro
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ | 
| D | HexagonEarlyIfConv.cpp | 233   MachineBasicBlock *SB = *B->succ_begin();  in isPreheader()  local 574       MachineBasicBlock *SB = *FP.TrueB->succ_begin();  in isProfitable()  local 579       MachineBasicBlock *SB = *FP.FalseB->succ_begin();  in isProfitable()  local 616     MachineBasicBlock *SB = (*I)->getBlock();  in visitBlock()  local 968       MachineBasicBlock *SB = (*I)->getBlock();  in removeBlock()  local 1035   MachineBasicBlock *SB = *FP.SplitB->succ_begin();  in simplifyFlowGraph()  local
  | 
| /external/libcxx/test/std/input.output/string.streams/stringstream.cons/ | 
| D | string.pass.cpp | 61         typedef std::basic_stringbuf<char, std::char_traits<char>, NoDefaultAllocator<char> > SB;  in main()  typedef
  |