Home
last modified time | relevance | path

Searched refs:spc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dglobals.cpp16 static int * const spc = 0; variable
19 *spc = 0; // expected-warning{{Dereference of null pointer}} in static_ptr()
/llvm-project/polly/lib/External/isl/imath/tools/
H A Dmkdoc.py25 spc = re.compile(r"(?m)^ {1,4}") variable
128 self.comment = spc.sub("", com.rstrip())
/llvm-project/llvm/test/MC/Disassembler/XCore/
H A Dxcore.txt53 # CHECK: ldw spc, sp[1]
68 # CHECK: stw spc, sp[1]
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.td1112 def LDSPC_0R : _F0R<0b0000101100, (outs), (ins), "ldw spc, sp[1]", []>;
1129 def STSPC_0R : _F0R<0b0000101101, (outs), (ins), "stw spc, sp[1]", []>;