Searched refs:gv (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/Issues/
H A Drt74029.t19 my $gv = svref_2object($subref)->GV;
24 if( $gv->CV->DEPTH % $limit == 0 ) {
30 die sprintf "Deep recursion on subroutine '%s' at %s line %d.\n", join('::', $gv->STASH->NAME, $gv->NAME), $0, $lineno;
/macosx-10.10.1/vim-55/runtime/
H A Dmacmap.vim12 vmap <special> <D-n> <Esc><D-n>gv
18 vmap <special> <D-o> <Esc><D-o>gv
24 vmap <special> <D-w> <Esc><D-w>gv
30 vmap <special> <D-s> <Esc><D-s>gv
36 vmap <special> <D-S-s> <Esc><D-s>gv
43 vmap <special> <D-z> <Esc><D-z>gv
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp63 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { argument
75 if (entity != gv)
82 if (tmp.empty()) // no annotations for this gv
86 (*annotationCache)[m][gv] = tmp;
89 tmp1[gv] = tmp;
94 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, std::string prop, argument
96 const Module *m = gv->getParent();
98 cacheAnnotationFromMD(m, gv);
99 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
100 cacheAnnotationFromMD(m, gv);
107 findAllNVVMAnnotation(const GlobalValue *gv, std::string prop, std::vector<unsigned> &retval) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli51 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of
56 (** [as_pointer gv] unboxes the pointer-valued generic value [gv]. See the
60 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32].
61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
65 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int].
66 Is invalid if [gv] ha
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/HowToUseJIT/
H A DHowToUseJIT.cpp125 GenericValue gv = EE->runFunction(FooF, noargs); local
128 outs() << "Result: " << gv.IntVal << "\n";
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyinit.swg209 swig_globalvar *gv = (swig_globalvar *) malloc(sizeof(swig_globalvar));
210 if (gv) {
212 gv->name = (char *)malloc(size);
213 if (gv->name) {
214 strncpy(gv->name,name,size);
215 gv->get_attr = get_attr;
216 gv->set_attr = set_attr;
217 gv->next = v->vars;
220 v->vars = gv;
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dvim.vim41 vnoremap <silent><buffer> [[ m':<C-U>exe "normal! gv"<Bar>call search('^\s*fu\%[nction]\>', "bW")<CR>
43 vnoremap <silent><buffer> ]] m':<C-U>exe "normal! gv"<Bar>call search('^\s*fu\%[nction]\>', "W")<CR>
45 vnoremap <silent><buffer> [] m':<C-U>exe "normal! gv"<Bar>call search('^\s*endf*\%[unction]\>', "bW")<CR>
47 vnoremap <silent><buffer> ][ m':<C-U>exe "normal! gv"<Bar>call search('^\s*endf*\%[unction]\>', "W")<CR>
51 vnoremap <silent><buffer> ]" :<C-U>exe "normal! gv"<Bar>call search('^\(\s*".*\n\)\@<!\(\s*"\)', "W")<CR>
53 vnoremap <silent><buffer> [" :<C-U>exe "normal! gv"<Bar>call search('\%(^\s*".*\n\)\%(^\s*"\)\@!', "bW")<CR>
H A Dvhdl.vim65 execute "normal! gv\<Esc>"
69 normal! gv
H A Dsql.vim342 vmap <buffer> <silent> ]] :<C-U>exec "normal! gv"<Bar>call search('\\c^\\s*begin\\>', 'W' )<CR>
343 vmap <buffer> <silent> [[ :<C-U>exec "normal! gv"<Bar>call search('\\c^\\s*begin\\>', 'bW' )<CR>
344 vmap <buffer> <silent> ][ :<C-U>exec "normal! gv"<Bar>call search('\\c^\\s*end\\W*$', 'W' )<CR>
345 vmap <buffer> <silent> [] :<C-U>exec "normal! gv"<Bar>call search('\\c^\\s*end\\W*$', 'bW' )<CR>
422 exec 'vnoremap <silent><buffer> ]" :<C-U>exec "normal! gv"<Bar>call search('."'".b:comment_start."'".', "W" )<CR>'
423 exec 'vnoremap <silent><buffer> [" :<C-U>exec "normal! gv"<Bar>call search('."'".b:comment_end."'".', "W" )<CR>'
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dperlrun.swg314 GV *gv = *(GV**) hv_fetch(stash, "OWNER", 5, TRUE);
315 if (isGV(gv)) {
316 HV *hv = GvHVn(gv);
345 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE);
346 if (!isGV(gv))
347 gv_init(gv, stash, "OWNER", 5, FALSE);
348 hv=GvHVn(gv);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DGraphWriter.cpp171 sys::Path gv(LLVM_PATH_GV);
173 args.push_back(gv.c_str());
179 if (!ExecGraphViewer(gv, args, PSFilename, wait, ErrMsg))
/macosx-10.10.1/tcsh-65/tcsh/
H A Ded.inputl.c618 Char **gv; local
623 gv = v = globall(v, gflag);
629 gv = NULL;
633 if (gv)
634 cleanup_push(gv, blk_cleanup);
643 if (gv)
644 cleanup_until(gv);
H A Dcomplete.tcsh526 complete gv 'p/*/f:*.ps/'
1150 uncomplete gv
1152 complete {gv,ghostview} 'n/*/f:*.{ps,eps,epsi}/'
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_primitive.rb208 $gv = 3
209 $gv += 4
210 assert_equal 7, $gv
/macosx-10.10.1/llvmCore-3425.0.34/examples/BrainF/
H A DBrainFDriver.cpp146 GenericValue gv = ee->runFunction(brainf_func, args); local
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp451 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
452 addObjCClass(gv);
458 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
459 addObjCCategory(gv);
465 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
466 addObjCClassRef(gv);
495 GlobalVariable *gv = dyn_cast<GlobalVariable>(def); local
496 if (gv && gv->isConstant())
/macosx-10.10.1/llvmCore-3425.0.34/examples/ParallelJIT/
H A DParallelJIT.cpp233 GenericValue gv = p->EE->runFunction(p->F, Args); local
235 return (void*)(intptr_t)gv.IntVal.getZExtValue();
/macosx-10.10.1/ICU-531.30/icuSources/data/coll/
H A Dcollocal.mk13 gn.txt gsw.txt guz.txt gv.txt ht.txt\
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/
H A DXS.xs67 GV* gv;
98 isa = (gvp && (gv = *gvp) && gv != (GV*)&PL_sv_undef) ? GvAV(gv) : NULL;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Danalysis_peg_emodes.tcl345 proc ::page::analysis::peg::emodes::Generating {t n gv ncv ngv av cv cav} {
346 upvar 1 $gv gen $ncv nc $ngv ng $av acc $cv call $cav cala
/macosx-10.10.1/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh320 _VIEWER_PS='kghostview --scale 1.45,ggv,gv,ghostview,gs_x11,gs';
5346 ghostview|gv|gxditview|xditview|xdvi)
5354 ghostview|gv|gxditview|xditview|xdvi)
5368 ghostview|gv|gxditview|xditview|xdvi)
5376 ghostview|gv|gxditview|xditview|xdvi)
5387 ghostview|gv|gxditview|xditview|xdvi)
5398 ghostview|gv|gxditview|xditview|xdvi|xpdf)
5427 ghostview|gv|gxditview|xditview|xdvi)
5446 ghostview|gv|gxditview|xditview|xdvi)
5454 ghostview|gv|gxditvie
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1197 (** [delete_global gv] destroys the global variable [gv].
1208 (** [global_succ gv] returns the global variable list position succeeding
1209 [Before gv].
1229 (** [global_pred gv] returns the global variable list position preceding
1230 [After gv].
1243 (** [is_global_constant gv] returns [true] if the global variabile [gv] is a
1248 (** [set_global_constant c gv] sets the global variable [gv] t
[all...]
/macosx-10.10.1/vim-55/runtime/macros/
H A Dmatchit.vim52 vnoremap <silent> % :<C-U>call <SID>Match_wrapper('',1,'v') <CR>m'gv``
53 vnoremap <silent> g% :<C-U>call <SID>Match_wrapper('',0,'v') <CR>m'gv``
60 vmap [% <Esc>[%m'gv``
61 vmap ]% <Esc>]%m'gv``
62 " vnoremap <silent> [% :<C-U>call <SID>MultiMatch("bW", "v") <CR>m'gv``
63 " vnoremap <silent> ]% :<C-U>call <SID>MultiMatch("W", "v") <CR>m'gv``
98 execute "normal! gv\<Esc>"
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/xs/
H A DStash.xs324 GV *gv;
328 if ((gv = gv_fetchmethod_autoload(stash, item, 1))) {
501 GV *gv;
504 if ((gv = gv_fetchmethod_autoload(stash, key, 1))) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/complete/
H A Dcomplete.ianmac29 complete -f -X '!*.+(ps|PS|ps.gz)' gv

Completed in 275 milliseconds

12