Searched refs:spc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Analysis/ |
H A D | globals.cpp | 16 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 D | mkdoc.py | 25 spc = re.compile(r"(?m)^ {1,4}") variable 128 self.comment = spc.sub("", com.rstrip())
|
/llvm-project/llvm/test/MC/Disassembler/XCore/ |
H A D | xcore.txt | 53 # CHECK: ldw spc, sp[1] 68 # CHECK: stw spc, sp[1]
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.td | 1112 def LDSPC_0R : _F0R<0b0000101100, (outs), (ins), "ldw spc, sp[1]", []>; 1129 def STSPC_0R : _F0R<0b0000101101, (outs), (ins), "stw spc, sp[1]", []>;
|