Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cpp96 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed() argument
113 const char *stype = conv(typ); in IsSuppressed() local
132 const char *stype = conv(typ); in IsSuppressed() local
[all...]
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/
H A Ddebug-types-debug-names.cpp31 typedef int stype; typedef in foo::bar
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DBasicPtxBuilderInterface.cpp87 if (auto stype = dyn_cast<LLVM::LLVMStructType>(v.getType())) { in insertValue() local
H A DNVVMDialect.cpp831 auto stype = dyn_cast<LLVM::LLVMStructType>(outValue.getType()); verify() local
/llvm-project/clang/test/Sema/
H A Darithmetic-fence-builtin.c19 } stype; addit() typedef
/llvm-project/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
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp1609 for (auto [idx, matrixD] : llvm::enumerate(stype.getBody())) { in matchAndRewrite() local