Searched defs:PC (Results 1 - 25 of 37) sorted by relevance

12

/external/libcxx/test/containers/associative/map/map.ops/
H A Dequal_range.pass.cpp370 typedef PrivateConstructor PC; typedef
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
[all...]
H A Dfind.pass.cpp206 typedef PrivateConstructor PC; typedef
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
[all...]
H A Dlower_bound.pass.cpp286 typedef PrivateConstructor PC; typedef
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
[all...]
H A Dupper_bound.pass.cpp285 typedef PrivateConstructor PC; typedef
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
[all...]
/external/libcxx/test/containers/associative/multimap/multimap.ops/
H A Dequal_range.pass.cpp225 typedef PrivateConstructor PC; typedef
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
[all...]
H A Dfind.pass.cpp180 typedef PrivateConstructor PC; typedef
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
[all...]
H A Dlower_bound.pass.cpp189 typedef PrivateConstructor PC; typedef
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
[all...]
H A Dupper_bound.pass.cpp189 typedef PrivateConstructor PC; typedef
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
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc38 static uptr PC(uptr idx) { function in namespace:__sanitizer
47 fake_stack[i+1] = PC(i + 1); // retaddr
56 start_pc = PC(0);
66 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]);
80 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]);
93 EXPECT_EQ(PC(i*2 - 1), trace.trace[i]);
/external/llvm/lib/MC/
H A DMCAsmInfo.cpp130 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, Context); local
131 return MCBinaryExpr::CreateSub(Res, PC, Context);
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.cpp40 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, getContext()); local
41 return MCBinaryExpr::CreateSub(Res, PC, getContext());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp63 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, Context); local
64 return MCBinaryExpr::CreateSub(Res, PC, Context);
/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c70 #define PC 3 macro
163 PC , // PC 7 ** 30 ** D30
164 PC , // PC 6 ** 31 ** D31
165 PC , // PC 5 ** 32 ** D32
166 PC , // PC 4 ** 33 ** D33
167 PC , // P
[all...]
/external/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp334 const MCExpr *PC = MCSymbolRefExpr::Create(PCSym, getContext()); local
335 return MCBinaryExpr::CreateSub(Sym, PC, getContext());
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dptrace.h14 #define PC 64 macro
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp254 // the PC parameter. If a valid instruction can be disassembled its string is
262 uint64_t BytesSize, uint64_t PC, char *OutString,
265 // Wrap the pointer to the Bytes, BytesSize and PC in a MemoryObject.
266 DisasmMemoryObject MemoryObject(Bytes, BytesSize, PC);
275 S = DisAsm->getInstruction(Inst, Size, MemoryObject, PC,
261 LLVMDisasmInstruction(LLVMDisasmContextRef DCR, uint8_t *Bytes, uint64_t BytesSize, uint64_t PC, char *OutString, size_t OutStringSize) argument
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp167 Value *PC = PBI->getCondition(); local
168 if (!PC || !PC->hasOneUse())
272 Value *PC = PBI->getCondition(); local
287 NC = Builder.CreateOr(PC, CC);
290 NC = Builder.CreateAnd(PC, CC);
293 PC = NC;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc256 void* PC(void** entry, int i) { function in namespace:__anon15563
295 snprintf(buf, sizeof(buf), " %p", PC(entry, i));
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc239 void* PC(void** entry, int i) { function in namespace:__anon15606
278 snprintf(buf, sizeof(buf), " %p", PC(entry, i));
/external/clang/tools/libclang/
H A DCXType.cpp777 CXCursor PC = clang_getTypeDeclaration(PT); local
778 if (clang_isInvalid(PC.kind))
781 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));
/external/clang/unittests/AST/
H A DCommentParser.cpp438 ParagraphComment *PC; local
441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC);
447 ::testing::AssertionResult AR = HasChildCount(PC, 1);
453 ::testing::AssertionResult AR = HasTextAt(PC, 0, Text);
622 ParagraphComment *PC; local
623 ASSERT_TRUE(GetChildAt(FC, 0, PC));
625 ASSERT_TRUE(HasChildCount(PC, 2));
626 ASSERT_TRUE(HasTextWithNewlineAt(PC, 0, " Aaa"));
627 ASSERT_TRUE(HasTextAt(PC, 1, " Bbb"));
690 ParagraphComment *PC; local
707 ParagraphComment *PC; local
714 ParagraphComment *PC; local
734 ParagraphComment *PC; local
744 ParagraphComment *PC; local
760 ParagraphComment *PC; local
779 ParagraphComment *PC; local
789 ParagraphComment *PC; local
813 ParagraphComment *PC; local
843 ParagraphComment *PC; local
873 ParagraphComment *PC; local
904 ParagraphComment *PC; local
925 ParagraphComment *PC; local
959 ParagraphComment *PC; local
977 ParagraphComment *PC; local
984 ParagraphComment *PC; local
998 ParagraphComment *PC; local
1015 ParagraphComment *PC; local
1033 ParagraphComment *PC; local
1050 ParagraphComment *PC; local
1068 ParagraphComment *PC; local
1091 ParagraphComment *PC; local
1113 ParagraphComment *PC; local
1137 ParagraphComment *PC; local
1159 ParagraphComment *PC; local
1182 ParagraphComment *PC; local
1204 ParagraphComment *PC; local
1436 ParagraphComment *PC; local
[all...]
/external/clang/lib/AST/
H A DCommentParser.cpp265 void Parser::parseParamCommandArgs(ParamCommandComment *PC, argument
271 S.actOnParamCommandDirectionArg(PC,
277 S.actOnParamCommandParamNameArg(PC,
314 ParamCommandComment *PC = nullptr; local
321 PC = S.actOnParamCommandStart(Tok.getLocation(),
342 if (PC) {
343 S.actOnParamCommandFinish(PC, Paragraph);
344 return PC;
354 if (PC || TPC || Info->NumArgs > 0) {
359 if (PC)
[all...]
/external/clang/lib/Index/
H A DCommentToXML.cpp111 const ParagraphComment *PC = cast<ParagraphComment>(Child); local
112 if (PC->isWhitespace())
115 FirstParagraph = PC;
117 MiscBlocks.push_back(PC);
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp478 // Holds a PC to file:line table. Some data to parse this subsection is
580 // Then go the (PC, LineNumber) pairs. The line number is stored in the
582 uint32_t PC = DE.getU32(&Offset), local
584 if (PC >= FunctionSize) {
589 format("+0x%X", PC).snprint(Buffer, 32);
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h450 PathDiagnosticConsumer &PC,
514 bool generatePathDiagnostic(PathDiagnostic &PD, PathDiagnosticConsumer &PC,
449 generatePathDiagnostic(PathDiagnostic& pathDiagnostic, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument

Completed in 613 milliseconds

12