HomeSort by relevance Sort by last modified time
    Searched defs:PC (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/clang/test/SemaCXX/
PR20705.cpp 14 class PC {
19 static typename PC<T, Invalid>::Type Foo();
  /external/llvm/lib/MC/
MCInstrDesc.cpp 37 unsigned PC = RI.getProgramCounter();
38 if (PC == 0)
40 if (hasDefOfPhysReg(MI, PC, RI))
42 // A variadic instruction may define PC in the variable operand list.
48 RI.isSubRegisterEq(PC, MI.getOperand(i).getReg()))
MCAsmInfo.cpp 138 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context);
139 return MCBinaryExpr::createSub(Res, PC, Context);
  /external/libcxx/test/std/containers/associative/map/map.ops/
count.pass.cpp 159 typedef PrivateConstructor PC;
160 typedef std::map<PC, double, std::less<>> M;
164 m [ PC::make(5) ] = 5;
165 m [ PC::make(6) ] = 6;
166 m [ PC::make(7) ] = 7;
167 m [ PC::make(8) ] = 8;
168 m [ PC::make(9) ] = 9;
169 m [ PC::make(10) ] = 10;
170 m [ PC::make(11) ] = 11;
171 m [ PC::make(12) ] = 12
    [all...]
equal_range.pass.cpp 423 typedef PrivateConstructor PC;
424 typedef std::map<PC, double, std::less<>> M;
428 m [ PC::make(5) ] = 5;
429 m [ PC::make(7) ] = 6;
430 m [ PC::make(9) ] = 7;
431 m [ PC::make(11) ] = 8;
432 m [ PC::make(13) ] = 9;
433 m [ PC::make(15) ] = 10;
434 m [ PC::make(17) ] = 11;
435 m [ PC::make(19) ] = 12
    [all...]
find.pass.cpp 226 typedef PrivateConstructor PC;
227 typedef std::map<PC, double, std::less<>> M;
231 m [ PC::make(5) ] = 5;
232 m [ PC::make(6) ] = 6;
233 m [ PC::make(7) ] = 7;
234 m [ PC::make(8) ] = 8;
235 m [ PC::make(9) ] = 9;
236 m [ PC::make(10) ] = 10;
237 m [ PC::make(11) ] = 11;
238 m [ PC::make(12) ] = 12
    [all...]
lower_bound.pass.cpp 322 typedef PrivateConstructor PC;
323 typedef std::map<PC, double, std::less<>> M;
327 m [ PC::make(5) ] = 5;
328 m [ PC::make(7) ] = 6;
329 m [ PC::make(9) ] = 7;
330 m [ PC::make(11) ] = 8;
331 m [ PC::make(13) ] = 9;
332 m [ PC::make(15) ] = 10;
333 m [ PC::make(17) ] = 11;
334 m [ PC::make(19) ] = 12
    [all...]
upper_bound.pass.cpp 285 typedef PrivateConstructor PC;
286 typedef std::map<PC, double, std::less<>> M;
290 m [ PC::make(5) ] = 5;
291 m [ PC::make(7) ] = 6;
292 m [ PC::make(9) ] = 7;
293 m [ PC::make(11) ] = 8;
294 m [ PC::make(13) ] = 9;
295 m [ PC::make(15) ] = 10;
296 m [ PC::make(17) ] = 11;
297 m [ PC::make(19) ] = 12
    [all...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.ops/
count.pass.cpp 144 typedef PrivateConstructor PC;
145 typedef std::multimap<PC, double, std::less<>> M;
149 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
150 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
151 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
152 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
equal_range.pass.cpp 248 typedef PrivateConstructor PC;
249 typedef std::multimap<PC, double, std::less<>> M;
253 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
254 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
255 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
256 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
find.pass.cpp 194 typedef PrivateConstructor PC;
195 typedef std::multimap<PC, double, std::less<>> M;
199 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
200 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
201 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
202 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
lower_bound.pass.cpp 205 typedef PrivateConstructor PC;
206 typedef std::multimap<PC, double, std::less<>> M;
210 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
211 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
212 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
213 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
upper_bound.pass.cpp 204 typedef PrivateConstructor PC;
205 typedef std::multimap<PC, double, std::less<>> M;
209 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
210 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
211 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
212 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.cpp 37 // is an indirect pc-relative reference. The default implementation
46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext());
47 return MCBinaryExpr::createSub(Res, PC, getContext());
64 "Arch64 does not support GOT PC rel with extra offset");
66 // is an indirect pc-relative reference.
71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext());
72 return MCBinaryExpr::createSub(Res, PC, getContext());
  /external/llvm/unittests/MC/
Disassembler.cpp 33 LLVMDisasmContextRef DCR = LLVMCreateDisasm("x86_64-pc-linux", nullptr, 0,
40 unsigned PC = 0;
42 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
46 PC += InstSize;
50 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
54 PC += InstSize;
58 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/
equal_range.pass.cpp 370 typedef PrivateConstructor PC;
371 typedef std::map<PC, double, std::less<>> M;
375 m [ PC::make(5) ] = 5;
376 m [ PC::make(7) ] = 6;
377 m [ PC::make(9) ] = 7;
378 m [ PC::make(11) ] = 8;
379 m [ PC::make(13) ] = 9;
380 m [ PC::make(15) ] = 10;
381 m [ PC::make(17) ] = 11;
382 m [ PC::make(19) ] = 12
    [all...]
find.pass.cpp 206 typedef PrivateConstructor PC;
207 typedef std::map<PC, double, std::less<>> M;
211 m [ PC::make(5) ] = 5;
212 m [ PC::make(6) ] = 6;
213 m [ PC::make(7) ] = 7;
214 m [ PC::make(8) ] = 8;
215 m [ PC::make(9) ] = 9;
216 m [ PC::make(10) ] = 10;
217 m [ PC::make(11) ] = 11;
218 m [ PC::make(12) ] = 12
    [all...]
lower_bound.pass.cpp 286 typedef PrivateConstructor PC;
287 typedef std::map<PC, double, std::less<>> M;
291 m [ PC::make(5) ] = 5;
292 m [ PC::make(7) ] = 6;
293 m [ PC::make(9) ] = 7;
294 m [ PC::make(11) ] = 8;
295 m [ PC::make(13) ] = 9;
296 m [ PC::make(15) ] = 10;
297 m [ PC::make(17) ] = 11;
298 m [ PC::make(19) ] = 12
    [all...]
upper_bound.pass.cpp 285 typedef PrivateConstructor PC;
286 typedef std::map<PC, double, std::less<>> M;
290 m [ PC::make(5) ] = 5;
291 m [ PC::make(7) ] = 6;
292 m [ PC::make(9) ] = 7;
293 m [ PC::make(11) ] = 8;
294 m [ PC::make(13) ] = 9;
295 m [ PC::make(15) ] = 10;
296 m [ PC::make(17) ] = 11;
297 m [ PC::make(19) ] = 12
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/
equal_range.pass.cpp 225 typedef PrivateConstructor PC;
226 typedef std::multimap<PC, double, std::less<>> M;
230 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
231 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
232 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
233 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
find.pass.cpp 180 typedef PrivateConstructor PC;
181 typedef std::multimap<PC, double, std::less<>> M;
185 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
186 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
187 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
188 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
lower_bound.pass.cpp 189 typedef PrivateConstructor PC;
190 typedef std::multimap<PC, double, std::less<>> M;
194 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
195 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
196 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
197 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
upper_bound.pass.cpp 189 typedef PrivateConstructor PC;
190 typedef std::multimap<PC, double, std::less<>> M;
194 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
195 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
196 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
197 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ))
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCAsmInfo.cpp 56 // is an indirect pc-relative reference. The default implementation
64 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context);
65 return MCBinaryExpr::createSub(Res, PC, Context);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 41 static uptr PC(uptr idx) {
57 fake_stack[i+1] = PC(i + 1); // retaddr
66 start_pc = PC(0);
81 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]);
95 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]);
108 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]);
131 fake_stack[1] = PC(1);
135 EXPECT_EQ(PC(0), trace.trace[0]);
136 EXPECT_EQ(PC(1), trace.trace[1]);
143 uptr pc = StackTrace::GetCurrentPc() local
    [all...]

Completed in 212 milliseconds

1 2 3 4 5