Searched defs:sreg (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/docs/ |
H A D | NVPTXUsage.rst | 199 Syntax:'``llvm.nvvm.read.ptx.sreg.*``' global() argument 218 Overview:'``llvm.nvvm.read.ptx.sreg.*``' global() argument [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | MemRegion.h | 570 CodeTextRegion(const MemSpaceRegion *sreg, Kind k) : TypedRegion(sreg, k) { in CodeTextRegion() argument 589 FunctionCodeRegion(const NamedDecl *fd, const CodeSpaceRegion* sreg) in FunctionCodeRegion() argument 639 AnalysisDeclContext *ac, const CodeSpaceRegion* sreg) in BlockCodeRegion() argument 688 unsigned count, const MemSpaceRegion *sreg) in BlockDataRegion() argument 785 SymbolicRegion(const SymbolRef s,const MemSpaceRegion * sreg) SymbolicRegion() argument 834 StringRegion(const StringLiteral * str,const GlobalInternalSpaceRegion * sreg) StringRegion() argument 869 ObjCStringRegion(const ObjCStringLiteral * str,const GlobalInternalSpaceRegion * sreg) ObjCStringRegion() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 332 ProfileRegion(llvm::FoldingSetNodeID & ID,SymbolRef sym,const MemRegion * sreg) ProfileRegion() argument
|