Home
last modified time | relevance | path

Searched defs:PC (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/unittests/AST/
DCommentParser.cpp438 ParagraphComment *PC; in HasParagraphCommentAt() local
622 ParagraphComment *PC; in TEST_F() local
690 ParagraphComment *PC; in TEST_F() local
707 ParagraphComment *PC; in TEST_F() local
714 ParagraphComment *PC; in TEST_F() local
734 ParagraphComment *PC; in TEST_F() local
744 ParagraphComment *PC; in TEST_F() local
760 ParagraphComment *PC; in TEST_F() local
779 ParagraphComment *PC; in TEST_F() local
789 ParagraphComment *PC; in TEST_F() local
[all …]
/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp237 void TraceState::DFSanCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType, in DFSanCmpCallback()
266 void TraceState::DFSanSwitchCallback(uint64_t PC, size_t ValSizeInBits, in DFSanSwitchCallback()
313 void TraceState::TraceCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType, in TraceCmpCallback()
327 void TraceState::TraceSwitchCallback(uintptr_t PC, size_t ValSizeInBits, in TraceSwitchCallback()
400 uintptr_t PC = reinterpret_cast<uintptr_t>(__builtin_return_address(0)); in __dfsw___sanitizer_cov_trace_cmp() local
409 uintptr_t PC = reinterpret_cast<uintptr_t>(__builtin_return_address(0)); in __dfsw___sanitizer_cov_trace_switch() local
417 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc); in dfsan_weak_hook_memcmp() local
431 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc); in dfsan_weak_hook_strncmp() local
446 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc); in dfsan_weak_hook_strcmp() local
463 uintptr_t PC = reinterpret_cast<uintptr_t>(caller_pc); in __sanitizer_weak_hook_memcmp() local
[all …]
/external/llvm/include/llvm/IR/
DIRBuilder.h1097 if (Constant *PC = dyn_cast<Constant>(Ptr)) { variable
1114 if (Constant *PC = dyn_cast<Constant>(Ptr)) { variable
1130 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
1137 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
1149 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
1158 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
1170 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
1182 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
1190 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
1199 if (Constant *PC = dyn_cast<Constant>(Ptr)) variable
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp46 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getTTypeGlobalReference() local
71 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getIndirectSymViaGOTPCRel() local
/external/clang/test/SemaCXX/
DPR20705.cpp14 class PC { class
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.cpp64 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context); in getExprForPersonalitySymbol() local
/external/llvm/unittests/MC/
DDisassembler.cpp40 unsigned PC = 0; in TEST() local
/external/llvm/lib/MC/
DMCInstrDesc.cpp37 unsigned PC = RI.getProgramCounter(); in mayAffectControlFlow() local
DMCAsmInfo.cpp138 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, Context); in getExprForFDESymbol() local
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/
Dcount.pass.cpp144 typedef PrivateConstructor PC; in main() typedef
Dequal_range.pass.cpp248 typedef PrivateConstructor PC; in main() typedef
Dupper_bound.pass.cpp204 typedef PrivateConstructor PC; in main() typedef
Dfind.pass.cpp194 typedef PrivateConstructor PC; in main() typedef
Dlower_bound.pass.cpp205 typedef PrivateConstructor PC; in main() typedef
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp165 Value *PC = PBI->getCondition(); in FlattenParallelAndOr() local
272 Value *PC = PBI->getCondition(); in FlattenParallelAndOr() local
/external/libcxx/test/std/containers/associative/map/map.ops/
Dcount.pass.cpp159 typedef PrivateConstructor PC; in main() typedef
Dlower_bound.pass.cpp322 typedef PrivateConstructor PC; in main() typedef
Dupper_bound.pass.cpp285 typedef PrivateConstructor PC; in main() typedef
Dfind.pass.cpp226 typedef PrivateConstructor PC; in main() typedef
Dequal_range.pass.cpp423 typedef PrivateConstructor PC; in main() typedef
/external/clang/tools/libclang/
DCXType.cpp779 static long long validateFieldParentType(CXCursor PC, CXType PT){ in validateFieldParentType()
807 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf() local
839 CXCursor PC = clang_getCursorSemanticParent(C); in clang_Cursor_getOffsetOfField() local
947 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields() local
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp642 struct PC { struct
649 // CHECK: 0 | struct PC argument
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc105 SymbolizedStack *__ubsan::getSymbolizedLocation(uptr PC) { in getSymbolizedLocation()
407 bool __ubsan::IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename) { in IsPCSuppressed()
/external/llvm/lib/Support/
DSignals.cpp59 static FormattedNumber format_ptr(void *PC) { in format_ptr()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stacktrace_test.cc41 static uptr PC(uptr idx) { in PC() function

123