Searched refs:PT (Results 1 - 25 of 55) sorted by relevance

123

/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DProfiling.h33 void write_profiling_data(enum ProfilingType PT, unsigned *Start,
H A DCommonProfiling.c138 void write_profiling_data(enum ProfilingType PT, unsigned *Start, argument
144 PTy = PT;
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-stress/
H A Dllvm-stress.cpp127 Modifier(BasicBlock *Block, PieceTable *PT, Random *R): argument
128 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
144 assert(PT->size());
145 return PT->at(Ran->Rand() % PT->size());
164 for (unsigned i=0; i<PT->size(); ++i) {
165 Value *V = PT->at((index + i) % PT->size());
197 for (unsigned i=0; i<PT
281 PieceTable *PT; member in struct:Modifier
289 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
299 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
317 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
361 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
409 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
418 ExtractElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
432 ShuffModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
459 InsertElementModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
476 CastModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
561 SelectModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
586 CmpModifier(BasicBlock *BB, PieceTable *PT, Random *R) argument
618 Modifier::PieceTable PT; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dcmds.c56 return make_number (PT + XINT (n));
76 int new_point = PT + XINT (n);
121 int opoint = PT, opoint_byte = PT_BYTE;
134 shortage = scan_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, count - 1, 1);
136 shortage = scan_newline (PT, PT_BYTE, ZV, ZV_BYTE, count, 1);
139 and we want to set PT "for real",
141 pos = PT;
149 && PT != opoint
207 if (PT > newpos
208 && FETCH_CHAR (PT
[all...]
H A Dinsdel.c477 && PT != PT_BYTE)
763 opoint = PT - len;
765 update_compositions (opoint, PT, CHECK_BORDER);
780 opoint = PT - len;
782 update_compositions (opoint, PT, CHECK_BORDER);
829 opoint = PT - len;
831 update_compositions (opoint, PT, CHECK_BORDER);
846 opoint = PT - len;
848 update_compositions (opoint, PT, CHECK_BORDER);
1003 prepare_to_modify_buffer (PT, P
[all...]
H A Dcasefiddle.c223 int opoint = PT;
346 farend = scan_words (PT, iarg);
350 *newpoint = PT > farend ? PT : farend;
365 XSETFASTINT (beg, PT);
380 XSETFASTINT (beg, PT);
397 XSETFASTINT (beg, PT);
H A Dindent.c377 if (PT == last_known_column_point
396 if (PT == BEGV)
398 else if (PT <= GPT || BEGV > GPT)
501 last_known_column_point = PT;
525 int opoint = PT, opoint_byte = PT_BYTE;
527 scan_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -1, 1);
528 current_column_bol_cache = PT;
529 scan = PT, scan_byte = PT_BYTE;
650 last_known_column_point = PT;
785 last_known_column_point = PT;
[all...]
H A Dabbrev.c287 wordstart = scan_words (PT, -1);
297 if (wordend > PT)
298 wordend = PT;
301 whitecnt = PT - wordend;
375 del_range_both (PT, PT_BYTE,
376 wordend + (PT - wordstart),
380 SET_PT (PT + whitecnt);
389 if (scan_words (PT, -1) > scan_words (wordstart, 1))
392 make_number (PT));
396 Fupcase_region (make_number (wordstart), make_number (PT));
[all...]
H A Dkeyboard.c1685 last_point_position = PT;
1739 if (EQ (Vthis_command, Qforward_char) && PT < ZV)
1744 SET_PT (PT + 1);
1750 && last_point_position != PT
1755 if (PT == last_point_position + 1
1770 == PT - 1)
1779 else if (EQ (Vthis_command, Qbackward_char) && PT > BEGV)
1783 SET_PT (PT - 1);
1788 && last_point_position != PT
1793 if (PT
[all...]
H A Dcallproc.c770 int pt_orig = PT, pt_byte_orig = PT_BYTE;
775 coding_allocate_composition_data (&process_coding, PT);
830 coding_allocate_composition_data (&process_coding, PT);
833 process_coding.cmp_data->char_offset = PT;
871 move_gap_both (PT, PT_BYTE);
885 old_pt = PT;
932 coding_allocate_composition_data (&process_coding, PT);
976 inserted = PT - pt_orig;
H A Dsyntax.c372 int opoint = PT, opoint_byte = PT_BYTE;
399 while (PT > BEGV)
408 SETUP_SYNTAX_TABLE (PT + 1, -1); /* Try again... */
417 scan_newline (PT, PT_BYTE, BEGV, BEGV_BYTE, -2, 1);
421 find_start_value = PT;
1329 val = orig_val = scan_words (PT, XINT (arg));
1334 tmp = Fconstrain_to_field (make_number (val), make_number (PT),
1586 int start_point = PT;
1587 int pos = PT;
1855 return make_number (PT
[all...]
H A Dminibuf.c417 if (PT < prompt_end)
419 return make_buffer_string (prompt_end, PT, 1);
714 if (PT > BEG)
716 Fput_text_property (make_number (BEG), make_number (PT),
718 Fput_text_property (make_number (BEG), make_number (PT),
720 Fput_text_property (make_number (BEG), make_number (PT),
722 Fadd_text_properties (make_number (BEG), make_number (PT),
2029 && PT < ZV
2032 del_range (prompt_end, PT + 1);
2035 del_range (prompt_end, PT);
[all...]
H A Deditfns.c254 XSETFASTINT (temp, PT);
262 return buildmark (PT, PT_BYTE);
329 if ((PT < XFASTINT (m)) == (beginningp != 0))
330 m = make_number (PT);
534 XSETFASTINT (pos, PT);
744 orig_point = PT;
745 XSETFASTINT (new_pos, PT);
808 /* The NEW_POS argument was originally nil, so automatically set PT. */
842 orig = PT;
845 end = PT;
[all...]
H A Dcallint.c564 set_marker_both (point_marker, Qnil, PT, PT_BYTE);
736 set_marker_both (point_marker, Qnil, PT, PT_BYTE);
740 args[i] = PT < foo ? point_marker : current_buffer->mark;
742 args[++i] = PT > foo ? point_marker : current_buffer->mark;
H A Dwindow.c370 posint = PT;
4974 /* If PT is not visible in WINDOW, move back one half of
4975 the screen. Allow PT to be partially visible, otherwise
4976 something like (scroll-down 1) with PT in the line before
4979 if (!pos_visible_p (w, PT, &x, &y, &rtop, &rbot, &rowh, &vpos))
4984 init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
4992 start of the line containing PT in this case. */
4995 init_iterator (&it, w, PT, PT_BYTE, NULL, DEFAULT_FACE_ID);
5076 move_it_to (&it, PT, -1, -1, -1, MOVE_TO_POS);
5196 /* Move PT ou
[all...]
H A Dundo.c58 PT is the position of point that will naturally occur as a result of the
170 if (PT == beg + SCHARS (string))
173 record_point (PT);
H A Dprint.c228 old_point = PT; \
232 start_point = PT; \
280 signal_after_change (PT - print_buffer_pos, 0, print_buffer_pos);\
289 set_marker_both (original, Qnil, PT, PT_BYTE); \
292 ? PT - start_point : 0), \
H A Dxdisp.c2589 it->region_beg_charpos = min (PT, charpos);
2590 it->region_end_charpos = max (PT, charpos);
3723 the first "." of the ellipsis, whenever PT is inside
4514 && (STRINGP (it->string) || (PT <= pos || PT >= end)))
7293 set_marker_restricted (oldpoint, make_number (PT), Qnil);
7300 if (PT == Z)
7354 this_bol = PT;
7361 scan_newline (PT, PT_BYTE, BEG, BEG_BYTE, -2, 0);
7362 prev_bol = PT;
[all...]
H A Dsearch.c969 if (n > 0 ? lim < PT : lim > PT)
983 np = search_buffer (string, PT, PT_BYTE, lim, lim_byte, n, RE,
2555 if (PT >= search_regs.end[sub])
2556 opoint = PT - ZV;
2557 else if (PT > search_regs.start[sub])
2560 opoint = PT;
/macosx-10.10/sudo-73/src/
H A Dsudo.man.pl10 $_ = ".nr SL \@SEMAN\@\n.nr BA \@BAMAN\@\n.nr LC \@LCMAN\@\n.nr PT \@password_timeout\@\n.\\\"\n$_";
35 s/([^ ]*\@password_timeout\@[^ ]* minutes.$)/\n.ie \\n(PT $1\n.el unlimited./;
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DIRBuilder.cpp43 PointerType *PT = cast<PointerType>(Ptr->getType()); local
44 if (PT->getElementType()->isIntegerTy(8))
48 PT = getInt8PtrTy(PT->getAddressSpace());
49 BitCastInst *BCI = new BitCastInst(Ptr, PT, "");
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DInstruction.h397 typedef Instruction* PT; typedef in class:llvm::PointerLikeTypeTraits
399 static inline void *getAsVoidPointer(PT P) { return P; }
400 static inline PT getFromVoidPointer(void *P) {
401 return static_cast<PT>(P);
H A DValue.h405 typedef Value* PT; typedef in class:llvm::PointerLikeTypeTraits
407 static inline void *getAsVoidPointer(PT P) { return P; }
408 static inline PT getFromVoidPointer(void *P) {
409 return static_cast<PT>(P);
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DMemoryBuiltins.cpp275 PointerType *PT = getMallocType(CI, TLI); local
276 return PT ? PT->getElementType() : NULL;
440 PointerType *PT = cast<PointerType>(A.getType()); local
441 APInt Size(IntTyBits, TD->getTypeAllocSize(PT->getElementType()));
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp122 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType())) {
123 switch (PT->getAddressSpace()) {
633 if (const PointerType *PT = dyn_cast<PointerType>(Src->getType()))
634 return (PT->getAddressSpace() == spN);

Completed in 251 milliseconds

123