Searched refs:AStr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/ |
| H A D | string_alloc.pass.cpp | 67 using AStr = std::basic_string<CharT, Traits, MAlloc>; in doShortStringTest() typedef 69 AStr s = p.string<CharT, Traits, MAlloc>(); in doShortStringTest() 77 using AStr = std::basic_string<CharT, Traits, MAlloc>; in doShortStringTest() typedef 82 AStr s = p.string<CharT, Traits, MAlloc>(a); in doShortStringTest() 119 using AStr = std::basic_string<CharT, Traits, MAlloc>; in doLongStringTest() typedef 121 AStr s = p.string<CharT, Traits, MAlloc>(); in doLongStringTest() 129 using AStr = std::basic_string<CharT, Traits, MAlloc>; in doLongStringTest() typedef 134 AStr s = p.string<CharT, Traits, MAlloc>(a); in doLongStringTest()
|
| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | cast-multiclass.td | 14 multiclass P<string AStr> { 15 foreach i = BoolToList<!cast<AClass>(AStr).Cond>.ret in
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | DIEHashTest.cpp | 584 DIEString AStr = getString("A"); in TEST_F() local 585 A.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, AStr); in TEST_F() 620 DIEString AStr = getString("A"); in TEST_F() local 621 A.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, AStr); in TEST_F() 669 DIEString AStr = getString("A"); in TEST_F() local 670 A.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, AStr); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 1209 StringRef AStr = A ? A->getBody() : "\n"; in handleFunctionCompare() local 1214 Out << doSystemDiff(BStr, AStr, Removed, Added, NoChange); in handleFunctionCompare()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2718 llvm::Constant *&AStr = AnnotationStrings[Str]; in EmitAnnotationString() local 2719 if (AStr) in EmitAnnotationString() 2720 return AStr; in EmitAnnotationString() 2729 AStr = gv; in EmitAnnotationString()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.cpp | 1835 StringRef AStr(Str); in getInlineAsmLength() local 1855 Length += AStr.count(Occ)*4; in getInlineAsmLength()
|