HomeSort by relevance Sort by last modified time
    Searched defs:PC (Results 1 - 25 of 108) 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 140 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context);
141 return MCBinaryExpr::createSub(Res, PC, Context);
  /external/libcxx/test/std/containers/associative/map/map.ops/
count.pass.cpp 160 typedef PrivateConstructor PC;
161 typedef std::map<PC, double, std::less<>> M;
165 m [ PC::make(5) ] = 5;
166 m [ PC::make(6) ] = 6;
167 m [ PC::make(7) ] = 7;
168 m [ PC::make(8) ] = 8;
169 m [ PC::make(9) ] = 9;
170 m [ PC::make(10) ] = 10;
171 m [ PC::make(11) ] = 11;
172 m [ PC::make(12) ] = 12
    [all...]
equal_range.pass.cpp 424 typedef PrivateConstructor PC;
425 typedef std::map<PC, double, std::less<>> M;
429 m [ PC::make(5) ] = 5;
430 m [ PC::make(7) ] = 6;
431 m [ PC::make(9) ] = 7;
432 m [ PC::make(11) ] = 8;
433 m [ PC::make(13) ] = 9;
434 m [ PC::make(15) ] = 10;
435 m [ PC::make(17) ] = 11;
436 m [ PC::make(19) ] = 12
    [all...]
find.pass.cpp 227 typedef PrivateConstructor PC;
228 typedef std::map<PC, double, std::less<>> M;
232 m [ PC::make(5) ] = 5;
233 m [ PC::make(6) ] = 6;
234 m [ PC::make(7) ] = 7;
235 m [ PC::make(8) ] = 8;
236 m [ PC::make(9) ] = 9;
237 m [ PC::make(10) ] = 10;
238 m [ PC::make(11) ] = 11;
239 m [ PC::make(12) ] = 12
    [all...]
lower_bound.pass.cpp 323 typedef PrivateConstructor PC;
324 typedef std::map<PC, double, std::less<>> M;
328 m [ PC::make(5) ] = 5;
329 m [ PC::make(7) ] = 6;
330 m [ PC::make(9) ] = 7;
331 m [ PC::make(11) ] = 8;
332 m [ PC::make(13) ] = 9;
333 m [ PC::make(15) ] = 10;
334 m [ PC::make(17) ] = 11;
335 m [ PC::make(19) ] = 12
    [all...]
upper_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...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.ops/
count.pass.cpp 145 typedef PrivateConstructor PC;
146 typedef std::multimap<PC, double, std::less<>> M;
150 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
151 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
152 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
153 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,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.ops/
count.pass.cpp 160 typedef PrivateConstructor PC;
161 typedef std::map<PC, double, std::less<>> M;
165 m [ PC::make(5) ] = 5;
166 m [ PC::make(6) ] = 6;
167 m [ PC::make(7) ] = 7;
168 m [ PC::make(8) ] = 8;
169 m [ PC::make(9) ] = 9;
170 m [ PC::make(10) ] = 10;
171 m [ PC::make(11) ] = 11;
172 m [ PC::make(12) ] = 12
    [all...]
equal_range.pass.cpp 424 typedef PrivateConstructor PC;
425 typedef std::map<PC, double, std::less<>> M;
429 m [ PC::make(5) ] = 5;
430 m [ PC::make(7) ] = 6;
431 m [ PC::make(9) ] = 7;
432 m [ PC::make(11) ] = 8;
433 m [ PC::make(13) ] = 9;
434 m [ PC::make(15) ] = 10;
435 m [ PC::make(17) ] = 11;
436 m [ PC::make(19) ] = 12
    [all...]
find.pass.cpp 227 typedef PrivateConstructor PC;
228 typedef std::map<PC, double, std::less<>> M;
232 m [ PC::make(5) ] = 5;
233 m [ PC::make(6) ] = 6;
234 m [ PC::make(7) ] = 7;
235 m [ PC::make(8) ] = 8;
236 m [ PC::make(9) ] = 9;
237 m [ PC::make(10) ] = 10;
238 m [ PC::make(11) ] = 11;
239 m [ PC::make(12) ] = 12
    [all...]
lower_bound.pass.cpp 323 typedef PrivateConstructor PC;
324 typedef std::map<PC, double, std::less<>> M;
328 m [ PC::make(5) ] = 5;
329 m [ PC::make(7) ] = 6;
330 m [ PC::make(9) ] = 7;
331 m [ PC::make(11) ] = 8;
332 m [ PC::make(13) ] = 9;
333 m [ PC::make(15) ] = 10;
334 m [ PC::make(17) ] = 11;
335 m [ PC::make(19) ] = 12
    [all...]
upper_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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.ops/
count.pass.cpp 145 typedef PrivateConstructor PC;
146 typedef std::multimap<PC, double, std::less<>> M;
150 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
151 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
152 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
153 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...]

Completed in 230 milliseconds

1 2 3 4 5