Home
last modified time | relevance | path

Searched defs:stype (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp94 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed()
111 const char *stype = conv(typ); in IsSuppressed() local
130 const char *stype = conv(typ); in IsSuppressed() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_suppressions.cpp94 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed()
111 const char *stype = conv(typ); in IsSuppressed() local
130 const char *stype = conv(typ); in IsSuppressed() local
/llvm-project-15.0.7/clang/test/Sema/
H A Darithmetic-fence-builtin.c18 } stype; in addit() typedef
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-auto-new-remove-stars.cpp41 struct SType {} *stype = new SType; in auto_new() local
H A Duse-auto-new.cpp46 struct SType {} *stype = new SType; in auto_new() local