Home
last modified time | relevance | path

Searched defs:sreg (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/docs/
H A DNVPTXUsage.rst199 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 DMemRegion.h570 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 DMemRegion.cpp332 ProfileRegion(llvm::FoldingSetNodeID & ID,SymbolRef sym,const MemRegion * sreg) ProfileRegion() argument