Home
last modified time | relevance | path

Searched defs:SB (Results 1 – 25 of 97) sorted by relevance

1234

/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump2gig.pass.cpp27 struct SB : std::stringbuf struct
29 SB() : std::stringbuf(std::ios::ate|std::ios::out) { } in SB() argument
40 SB sb; in main() argument
/external/clang/test/OpenMP/
Dtarget_codegen_registration.cpp189 struct SB { struct
197 SB() { in SB() argument
202 ~SB() { in ~SB() argument
Dtarget_data_use_device_ptr_ast_print.cpp28 struct SB { struct
44 SB S; argument
Dtarget_data_use_device_ptr_messages.cpp49 struct SB { struct
65 SB S; argument
Dtarget_is_device_ptr_ast_print.cpp73 struct SB { struct
89 SB S; argument
Dtarget_is_device_ptr_messages.cpp57 struct SB { struct
73 SB S; argument
Dtarget_map_messages.cpp69 struct SB { struct
85 SB S; argument
Dtarget_map_codegen.cpp3203 struct SB{ struct
3212 struct SB s; argument
/external/clang/test/CodeGen/
Dxcore-stringtype.c135 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/MSF/
DMSFCommonTest.cpp27 SuperBlock SB; in TEST() local
93 SuperBlock SB; in TEST() local
DMSFBuilderTest.cpp25 void initializeSimpleSuperBlock(msf::SuperBlock &SB) { in initializeSimpleSuperBlock()
31 void initializeSuperBlock(msf::SuperBlock &SB) { in initializeSuperBlock()
48 SuperBlock SB; in TEST_F() local
56 SuperBlock SB; in TEST_F() local
/external/clang/test/Index/
Dcursor-dynamic-call.mm2 struct SB { struct
6 struct SS : public SB { argument
/external/clang/test/Modules/Inputs/merge-decl-order/
Db.h1 namespace N { struct SB { friend struct foo; }; } struct
/external/llvm/tools/llvm-pdbdump/
DPdbYaml.cpp125 PDBFile::SuperBlock &SB) { in mapping()
138 void MappingTraits<StreamBlockList>::mapping(IO &IO, StreamBlockList &SB) { in mapping()
/external/libcxx/test/std/containers/views/span.objectrep/
Das_writeable_bytes.pass.cpp34 using SB = decltype(spBytes); in testRuntimeSpan() typedef
Das_bytes.pass.cpp34 using SB = decltype(spBytes); in testRuntimeSpan() typedef
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.h28 SimpleConstraintManager(SubEngine *subengine, SValBuilder &SB) in SimpleConstraintManager()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DASanStackFrameLayout.cpp120 SmallVector<uint8_t, 64> SB; in GetShadowBytes() local
138 SmallVector<uint8_t, 64> SB = GetShadowBytes(Vars, Layout); in GetShadowBytesAfterScope() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMSFCommon.cpp20 Error llvm::msf::validateSuperBlock(const SuperBlock &SB) { in validateSuperBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPdbYaml.cpp123 void MappingTraits<msf::SuperBlock>::mapping(IO &IO, msf::SuperBlock &SB) { in mapping()
137 void MappingTraits<StreamBlockList>::mapping(IO &IO, StreamBlockList &SB) { in mapping()
/external/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp207 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/libcxx/test/std/input.output/string.streams/stringstream.cons/
Dstring.pass.cpp61 typedef std::basic_stringbuf<char, std::char_traits<char>, NoDefaultAllocator<char> > SB; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectWriter.cpp29 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved() local
/external/llvm/lib/MC/
DMCObjectWriter.cpp29 const MCSymbol &SB = B->getSymbol(); in isSymbolRefDifferenceFullyResolved() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp234 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
970 MachineBasicBlock *SB = (*I)->getBlock(); in removeBlock() local
1037 MachineBasicBlock *SB = *FP.SplitB->succ_begin(); in simplifyFlowGraph() local

1234