/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
H A D | mutex.pass.cpp | 138 std::scoped_lock sl{}; in main() local 142 std::scoped_lock sl{m1}; in main() local 146 std::scoped_lock sl{m1, m2}; in main() local 150 std::scoped_lock sl{m1, m2, m3}; in main() local
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | sl_add.cpp | 14 StringList *sl = sl_init(); in main() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-invalid.cpp | 8 template<class Scanline> bool sweep_scanline(Scanline& sl) in sweep_scanline()
|
/llvm-project/lldb/source/Symbol/ |
H A D | UnwindTable.cpp | 55 SectionList *sl = m_module.GetSectionList(); Initialize() local 100 SectionList *sl = m_module.GetSectionList(); Update() local
|
H A D | CompactUnwindInfo.cpp | 200 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan() local 501 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 573 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 592 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 657 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 676 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 818 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64() local 1083 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | format-strings-scanf.cpp | 21 signed long sl; member
|
/llvm-project/clang/test/Sema/ |
H A D | attr-loader-uninitialized.cpp | 27 static int sl __attribute__((loader_uninitialized)); in func() local
|
H A D | zvector2.c | 17 vector signed long long sl, sl2; variable
|
H A D | zvector.c | 17 vector signed long long sl, sl2; variable [all...] |
H A D | compare.c | 390 long sl; in test10() local
|
H A D | conversion.c | 409 void test26(int si, long sl) { in test26()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-starts-ends-with.cpp | 40 test(std::string s,std::string_view sv,sub_string ss,sub_sub_string sss,string_like sl,string_like_camel slc,prefer_underscore_version puv,prefer_underscore_version_flip puvf,prefer_underscore_version_inherit puvi) test() argument
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | builtins-systemz-zvector3-error.c | 26 volatile signed long long sl; global() variable
|
H A D | builtins-systemz-zvector-error.c | 25 volatile signed long long sl; global() variable
|
H A D | builtins-systemz-zvector2-error.c | 26 volatile signed long long sl; global() variable
|
H A D | builtins-systemz-zvector2.c | 29 volatile signed long long sl; global() variable
|
H A D | builtins-systemz-zvector.c | 28 volatile signed long long sl; global() variable
|
H A D | builtins-systemz-zvector3.c | 29 volatile signed long long sl; global() variable
|
H A D | zvector.c | 17 volatile vector signed long long sl, sl2; global() variable [all...] |
/llvm-project/llvm/unittests/BinaryFormat/ |
H A D | DwarfTest.cpp | 209 auto roundtrip = [](llvm::dwarf::SourceLanguage sl) { in TEST()
|
/llvm-project/clang/test/C/drs/ |
H A D | dr2xx.c | 74 signed long sl; in dr204() local
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | Disassembler.h | 540 SourceLine sl; ElideMixedSourceAndDisassemblyLine() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | builtins-nvptx.c | 232 __shared__ long sl; global() variable
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-p9vector.c | 45 signed long sl[2] = { -1L, 2L }; variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1414 buildSet(Expr * op,SourceLocation sl,bool captureSetValueAsResult) buildSet() argument
|