HomeSort by relevance Sort by last modified time
    Searched defs:PC (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/clang/unittests/AST/
CommentParser.cpp 438 ParagraphComment *PC;
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;
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;
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
ptrace.h 17 #define PC 64
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 86 const CrashRecoveryContext *PC = tlIsRecoveringFromCrash->get();
95 tlIsRecoveringFromCrash->set(PC);
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 165 Value *PC = PBI->getCondition();
166 if (!PC || !PC->hasOneUse())
272 Value *PC = PBI->getCondition();
287 NC = Builder.CreateOr(PC, CC);
290 NC = Builder.CreateAnd(PC, CC);
293 PC = NC;
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_386.go 362 func (r *PtraceRegs) PC() uint64 { return uint64(uint32(r.Eip)) }
364 func (r *PtraceRegs) SetPC(pc uint64) { r.Eip = int32(pc) }
syscall_linux_s390x.go 273 func (r *PtraceRegs) PC() uint64 { return r.Psw.Addr }
275 func (r *PtraceRegs) SetPC(pc uint64) { r.Psw.Addr = pc }
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_386.go 362 func (r *PtraceRegs) PC() uint64 { return uint64(uint32(r.Eip)) }
364 func (r *PtraceRegs) SetPC(pc uint64) { r.Eip = int32(pc) }
syscall_linux_s390x.go 273 func (r *PtraceRegs) PC() uint64 { return r.Psw.Addr }
275 func (r *PtraceRegs) SetPC(pc uint64) { r.Psw.Addr = pc }
  /external/clang/tools/libclang/
CXType.cpp 792 static long long validateFieldParentType(CXCursor PC, CXType PT){
793 if (clang_isInvalid(PC.kind))
796 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));
820 CXCursor PC = clang_getTypeDeclaration(PT);
821 long long Error = validateFieldParentType(PC,PT);
831 dyn_cast_or_null<RecordDecl>(cxcursor::getCursorDecl(PC));
852 CXCursor PC = clang_getCursorSemanticParent(C);
853 CXType PT = clang_getCursorType(PC);
854 long long Error = validateFieldParentType(PC,PT);
960 CXCursor PC = clang_getTypeDeclaration(PT)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 42 SymbolizedStack *getSymbolizedLocation(uptr PC);
46 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC);
47 return getSymbolizedLocation(PC);
217 /// pc/bp are used to unwind the stack trace.
218 uptr pc; member in struct:__ubsan::ReportOptions
232 ReportOptions Opts = {unrecoverable_handler, pc, bp}
251 bool IsPCSuppressed(ErrorType ET, uptr PC, const char *Filename);
  /toolchain/binutils/binutils-2.27/include/opcode/
convex.h 51 #if !defined (PC)
52 #define PC 9
77 "pc",
465 {0,0,lr,PC,A,0}, /* mov */
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ThumbDisassembler.c 455 // Some instructions specify the PC is always considered aligned
456 // The PC is after the instruction that is excuting. So you pass
497 UINT32 PC, Target, msbit, lsbit;
516 PC = (UINT32)(UINTN)OpCodePtr;
555 // A6.5.1 <Rd>, [PC, #<8_bit_offset>]
557 AsciiSPrint (&Buf[Offset], Size - Offset, " r%d, [pc, #0x%x] ;0x%08x", (OpCode >> 8) & 7, Target, PCAlign4 (PC) + Target);
571 // POP {r0-r7,pc}
592 AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%04x", PC + 4 + SignExtend32 ((OpCode & 0xff) << 1, BIT8));
596 AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%04x", PC + 4 + SignExtend32 ((OpCode & 0x3ff) << 1, BIT11));
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 265 void Parser::parseParamCommandArgs(ParamCommandComment *PC,
271 S.actOnParamCommandDirectionArg(PC,
277 S.actOnParamCommandParamNameArg(PC,
314 ParamCommandComment *PC = nullptr;
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/
CommentToXML.cpp 110 const ParagraphComment *PC = cast<ParagraphComment>(Child);
111 if (PC->isWhitespace())
114 FirstParagraph = PC;
116 MiscBlocks.push_back(PC);
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerTraceState.cpp 182 void DFSanCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType,
188 void DFSanSwitchCallback(uint64_t PC, size_t ValSizeInBits, uint64_t Val,
190 void TraceCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType,
195 void TraceSwitchCallback(uintptr_t PC, size_t ValSizeInBits, uint64_t Val,
308 void TraceState::DFSanCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType,
332 Printf("DFSanCmpCallback: PC %lx S %zd T %zd A1 %llx A2 %llx R %d L1 %d L2 "
334 PC, CmpSize, CmpType, Arg1, Arg2, Res, L1, L2, NumMutations);
357 void TraceState::DFSanSwitchCallback(uint64_t PC, size_t ValSizeInBits,
379 Printf("DFSanSwitchCallback: PC %lx Val %zd SZ %zd # %zd L %d: {%d, %d} "
381 PC, Val, ValSize, NumCases, L, LR.Beg, LR.End, TryShort)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 77 PC,
93 MinGW32, // i*86-pc-mingw32, *-w64-mingw32
  /toolchain/binutils/binutils-2.27/opcodes/
m10300-opc.c 90 /* 16 bit pc-relative immediate which may promote to a 16bit
91 pc-relative immediate. */
108 /* 32bit pc-relative offset. */
170 /* 8 bit pc-relative displacement. */
198 /* 16bit pc-relative displacement which may promote to 32bit pc-relative
231 /* PC . */
232 #define PC (MSP+1)
236 #define IMM4 (PC+1)
498 { "mov", 0xf02c, 0xfffc, 0, FMT_D0, AM33, {PC, AN0}}
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 650 #undef PC /* Likewise. */
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 229 PC = R15
244 case PC:
245 return "PC"
365 // TODO(rsc): Define which program counter (PC+4? PC+8? PC?).
371 return fmt.Sprintf("PC%+#x", int32(r))
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 229 PC = R15
244 case PC:
245 return "PC"
365 // TODO(rsc): Define which program counter (PC+4? PC+8? PC?).
371 return fmt.Sprintf("PC%+#x", int32(r))
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 53 PC = R15
60 LIST(SP), LIST(LR), LIST(PC),
142 virtual void B(int cc, uint32_t* pc) = 0;
143 virtual void BL(int cc, uint32_t* pc) = 0;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
HaswellMsr.h 171 /// [Bit 19] PC: enables pin control.
173 UINT32 PC:1;
267 /// [Bit 19] PC: enables pin control.
269 UINT32 PC:1;
    [all...]
P6Msr.h 953 /// [Bit 19] PC Enabled the signaling of performance counter overflow via
956 UINT32 PC:1;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]

Completed in 1709 milliseconds

1 23 4 5