Searched refs:AP (Results 1 - 25 of 41) sorted by path

12

/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
H A Djquery.flot.min.js1 (function(){jQuery.color={};jQuery.color.make=function(G,H,J,I){var A={};A.r=G||0;A.g=H||0;A.b=J||0;A.a=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize()};A.scale=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]*=D}return A.normalize()};A.toString=function(){if(A.a>=1){return"rgb("+[A.r,A.g,A.b].join(",")+")"}else{return"rgba("+[A.r,A.g,A.b,A.a].join(",")+")"}};A.normalize=function(){function C(E,D,F){return D<E?E:(D>F?F:D)}A.r=C(0,parseInt(A.r),255);A.g=C(0,parseInt(A.g),255);A.b=C(0,parseInt(A.b),255);A.a=C(0,A.a,1);return A};A.clone=function(){return jQuery.color.make(A.r,A.b,A.g,A.a)};return A.normalize()};jQuery.color.extract=function(E,F){var A;do{A=E.css(F).toLowerCase();if(A!=""&&A!="transparent"){break}E=E.parent()}while(!jQuery.nodeName(E.get(0),"body"));if(A=="rgba(0, 0, 0, 0)"){A="transparent"}return jQuery.color.parse(A)};jQuery.color.parse=function(A){var F,H=jQuery.color.make;if(F=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10))}if(F=/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseInt(F[1],10),parseInt(F[2],10),parseInt(F[3],10),parseFloat(F[4]))}if(F=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55)}if(F=/rgba\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\s*\)/.exec(A)){return H(parseFloat(F[1])*2.55,parseFloat(F[2])*2.55,parseFloat(F[3])*2.55,parseFloat(F[4]))}if(F=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(A)){return H(parseInt(F[1],16),parseInt(F[2],16),parseInt(F[3],16))}if(F=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(A)){return H(parseInt(F[1]+F[1],16),parseInt(F[2]+F[2],16),parseInt(F[3]+F[3],16))}var G=jQuery.trim(A).toLowerCase();if(G=="transparent"){return H(255,255,255,0)}else{F=B[G];return H(F[0],F[1],F[2])}};var B={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0,0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0]}})();(function(C){function B(l,W,X,E){var O=[],g={colors:["#edc240","#afd8f8","#cb4b4b","#4da74d","#9440ed"],legend:{show:true,noColumns:1,labelFormatter:null,labelBoxBorderColor:"#ccc",container:null,position:"ne",margin:5,backgroundColor:null,backgroundOpacity:0.85},xaxis:{mode:null,transform:null,inverseTransform:null,min:null,max:null,autoscaleMargin:null,ticks:null,tickFormatter:null,labelWidth:null,labelHeight:null,tickDecimals:null,tickSize:null,minTickSize:null,monthNames:null,timeformat:null,twelveHourClock:false},yaxis:{autoscaleMargin:0.02},x2axis:{autoscaleMargin:null},y2axis:{autoscaleMargin:0.02},series:{points:{show:false,radius:3,lineWidth:2,fill:true,fillColor:"#ffffff"},lines:{lineWidth:2,fill:false,fillColor:null,steps:false},bars:{show:false,lineWidth:2,barWidth:1,fill:true,fillColor:null,align:"left",horizontal:false},shadowSize:3},grid:{show:true,aboveData:false,color:"#545454",backgroundColor:null,tickColor:"rgba(0,0,0,0.15)",labelMargin:5,borderWidth:2,borderColor:null,markings:null,markingsColor:"#f4f4f4",markingsLineWidth:2,clickable:false,hoverable:false,autoHighlight:true,mouseActiveRadius:10},hooks:{}},P=null,AC=null,AD=null,Y=null,AJ=null,s={xaxis:{},yaxis:{},x2axis:{},y2axis:{}},e={left:0,right:0,top:0,bottom:0},y=0,Q=0,I=0,t=0,L={processOptions:[],processRawData:[],processDatapoints:[],draw:[],bindEvents:[],drawOverlay:[]},G=this;G.setData=f;G.setupGrid=k;G.draw=AH;G.getPlaceholder=function(){return l};G.getCanvas=function(){return P};G.getPlotOffset=function(){return e};G.width=function(){return I};G.height=function(){return t};G.offset=function(){var AK=AD.offset();AK.left+=e.left;AK.top+=e.top;return AK};G.getData=function(){return O};G.getAxes=function(){return s};G.getOptions=function(){return g};G.highlight=AE;G.unhighlight=x;G.triggerRedrawOverlay=q;G.pointOffset=function(AK){return{left:parseInt(T(AK,"xaxis").p2c(+AK.x)+e.left),top:parseInt(T(AK,"yaxis").p2c(+AK.y)+e.top)}};G.hooks=L;b(G);r(X);c();f(W);k();AH();AG();function Z(AM,AK){AK=[G].concat(AK);for(var AL=0;AL<AM.length;++AL){AM[AL].apply(this,AK)}}function b(){for(var AK=0;AK<E.length;++AK){var AL=E[AK];AL.init(G);if(AL.options){C.extend(true,g,AL.options)}}}function r(AK){C.extend(true,g,AK);if(g.grid.borderColor==null){g.grid.borderColor=g.grid.color}if(g.xaxis.noTicks&&g.xaxis.ticks==null){g.xaxis.ticks=g.xaxis.noTicks}if(g.yaxis.noTicks&&g.yaxis.ticks==null){g.yaxis.ticks=g.yaxis.noTicks}if(g.grid.coloredAreas){g.grid.markings=g.grid.coloredAreas}if(g.grid.coloredAreasColor){g.grid.markingsColor=g.grid.coloredAreasColor}if(g.lines){C.extend(true,g.series.lines,g.lines)}if(g.points){C.extend(true,g.series.points,g.points)}if(g.bars){C.extend(true,g.series.bars,g.bars)}if(g.shadowSize){g.series.shadowSize=g.shadowSize}for(var AL in L){if(g.hooks[AL]&&g.hooks[AL].length){L[AL]=L[AL].concat(g.hooks[AL])}}Z(L.processOptions,[g])}function f(AK){O=M(AK);U();m()}function M(AN){var AL=[];for(var AK=0;AK<AN.length;++AK){var AM=C.extend(true,{},g.series);if(AN[AK].data){AM.data=AN[AK].data;delete AN[AK].data;C.extend(true,AM,AN[AK]);AN[AK].data=AM.data}else{AM.data=AN[AK]}AL.push(AM)}return AL}function T(AM,AK){var AL=AM[AK];if(!AL||AL==1){return s[AK]}if(typeof AL=="number"){return s[AK.charAt(0)+AL+AK.slice(1)]}return AL}function U(){var AP;var AV=O.length,AK=[],AN=[];for(AP=0;AP<O.length;++AP){var AS=O[AP].color;if(AS!=null){--AV;if(typeof AS=="number"){AN.push(AS)}else{AK.push(C.color.parse(O[AP].color))}}}for(AP=0;AP<AN.length;++AP){AV=Math.max(AV,AN[AP]
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp100 void generateDeallocatorMismatchReport(const AllocationPair &AP,
108 BugReport *generateAllocatedDataNotReleasedReport(const AllocationPair &AP,
126 void markInteresting(BugReport *R, const AllocationPair &AP) const {
127 R->markInteresting(AP.first);
128 R->markInteresting(AP.second->Region);
264 generateDeallocatorMismatchReport(const AllocationPair &AP, argument
268 State = State->remove<AllocatedData>(AP.first);
277 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx;
282 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
284 markInteresting(Report, AP);
391 const AllocationPair AP = std::make_pair(ArgSM, AS); local
401 const AllocationPair AP = std::make_pair(ArgSM, AS); local
425 const AllocationPair AP = std::make_pair(ArgSM, AS); local
547 generateAllocatedDataNotReleasedReport(const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const argument
[all...]
/external/eigen/blas/
H A Dchpmv.f1 SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 COMPLEX AP(*),X(*),Y(*) local in subroutine:CHPMV
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - COMPLEX array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dchpr.f1 SUBROUTINE CHPR(UPLO,N,ALPHA,X,INCX,AP)
8 COMPLEX AP(*),X(*) local in subroutine:CHPR
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - COMPLEX array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dchpr2.f1 SUBROUTINE CHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 COMPLEX AP(*),X(*),Y(*) local in subroutine:CHPR2
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - COMPLEX array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dctpmv.f1 SUBROUTINE CTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 COMPLEX AP(*),X(*) local in subroutine:CTPMV
61 * AP - COMPLEX array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP(
[all...]
H A Dctpsv.f1 SUBROUTINE CTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 COMPLEX AP(*),X(*) local in subroutine:CTPSV
64 * AP - COMPLEX array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP(
[all...]
H A Ddspmv.f1 SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 DOUBLE PRECISION AP(*),X(*),Y(*) local in subroutine:DSPMV
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - DOUBLE PRECISION array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Ddspr.f1 SUBROUTINE DSPR(UPLO,N,ALPHA,X,INCX,AP)
8 DOUBLE PRECISION AP(*),X(*) local in subroutine:DSPR
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - DOUBLE PRECISION array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Ddspr2.f1 SUBROUTINE DSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 DOUBLE PRECISION AP(*),X(*),Y(*) local in subroutine:DSPR2
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - DOUBLE PRECISION array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Ddtpmv.f1 SUBROUTINE DTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE PRECISION AP(*),X(*) local in subroutine:DTPMV
61 * AP - DOUBLE PRECISION array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP(
[all...]
H A Ddtpsv.f1 SUBROUTINE DTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE PRECISION AP(*),X(*) local in subroutine:DTPSV
64 * AP - DOUBLE PRECISION array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP(
[all...]
H A Dsspmv.f1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 REAL AP(*),X(*),Y(*) local in subroutine:SSPMV
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - REAL array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dsspr.f1 SUBROUTINE SSPR(UPLO,N,ALPHA,X,INCX,AP)
8 REAL AP(*),X(*) local in subroutine:SSPR
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - REAL array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dsspr2.f1 SUBROUTINE SSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 REAL AP(*),X(*),Y(*) local in subroutine:SSPR2
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - REAL array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dstpmv.f1 SUBROUTINE STPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 REAL AP(*),X(*) local in subroutine:STPMV
61 * AP - REAL array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP(
[all...]
H A Dstpsv.f1 SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 REAL AP(*),X(*) local in subroutine:STPSV
64 * AP - REAL array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP(
[all...]
H A Dzhpmv.f1 SUBROUTINE ZHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
8 DOUBLE COMPLEX AP(*),X(*),Y(*) local in subroutine:ZHPMV
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
46 * AP - COMPLEX*16 array of DIMENSION at least
48 * Before entry with UPLO = 'U' or 'u', the array AP must
50 * packed sequentially, column by column, so that AP( 1 )
51 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dzhpr.f1 SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)
8 DOUBLE COMPLEX AP(*),X(*) local in subroutine:ZHPR
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
57 * AP - COMPLEX*16 array of DIMENSION at least
59 * Before entry with UPLO = 'U' or 'u', the array AP must
61 * packed sequentially, column by column, so that AP( 1 )
62 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dzhpr2.f1 SUBROUTINE ZHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
8 DOUBLE COMPLEX AP(*),X(*),Y(*) local in subroutine:ZHPR2
27 * array AP as follows:
30 * supplied in AP.
33 * supplied in AP.
68 * AP - COMPLEX*16 array of DIMENSION at least
70 * Before entry with UPLO = 'U' or 'u', the array AP must
72 * packed sequentially, column by column, so that AP( 1 )
73 * contains a( 1, 1 ), AP( 2 ) and AP(
[all...]
H A Dztpmv.f1 SUBROUTINE ZTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE COMPLEX AP(*),X(*) local in subroutine:ZTPMV
61 * AP - COMPLEX*16 array of DIMENSION at least
63 * Before entry with UPLO = 'U' or 'u', the array AP must
65 * column by column, so that AP( 1 ) contains a( 1, 1 ),
66 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
68 * Before entry with UPLO = 'L' or 'l', the array AP must
70 * column by column, so that AP( 1 ) contains a( 1, 1 ),
71 * AP(
[all...]
H A Dztpsv.f1 SUBROUTINE ZTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
7 DOUBLE COMPLEX AP(*),X(*) local in subroutine:ZTPSV
64 * AP - COMPLEX*16 array of DIMENSION at least
66 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * column by column, so that AP( 1 ) contains a( 1, 1 ),
69 * AP( 2 ) and AP( 3 ) contain a( 1, 2 ) and a( 2, 2 )
71 * Before entry with UPLO = 'L' or 'l', the array AP must
73 * column by column, so that AP( 1 ) contains a( 1, 1 ),
74 * AP(
[all...]
/external/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h64 virtual void beginAssembly(AsmPrinter &AP);
66 virtual void finishAssembly(AsmPrinter &AP);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp532 static void emitImplicitDef(const MachineInstr *MI, AsmPrinter &AP) { argument
534 AP.OutStreamer.AddComment(Twine("implicit-def: ") +
535 AP.TM.getRegisterInfo()->getName(RegNo));
536 AP.OutStreamer.AddBlankLine();
539 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { argument
545 Str += AP.TM.getRegisterInfo()->getName(Op.getReg());
548 AP.OutStreamer.AddComment(Str);
549 AP.OutStreamer.AddBlankLine();
555 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { argument
562 OS << '\t' << AP
1443 lowerConstant(const Constant *CV, AsmPrinter &AP) argument
1634 emitGlobalConstantDataSequential(const ConstantDataSequential *CDS, unsigned AddrSpace,AsmPrinter &AP) argument
1699 emitGlobalConstantArray(const ConstantArray *CA, unsigned AddrSpace, AsmPrinter &AP) argument
1715 emitGlobalConstantVector(const ConstantVector *CV, unsigned AddrSpace, AsmPrinter &AP) argument
1728 emitGlobalConstantStruct(const ConstantStruct *CS, unsigned AddrSpace, AsmPrinter &AP) argument
1756 emitGlobalConstantFP(const ConstantFP *CFP, unsigned AddrSpace, AsmPrinter &AP) argument
1841 emitGlobalConstantLargeInt(const ConstantInt *CI, unsigned AddrSpace, AsmPrinter &AP) argument
1857 emitGlobalConstantImpl(const Constant *CV, unsigned AddrSpace, AsmPrinter &AP) argument
2042 emitBasicBlockLoopComments(const MachineBasicBlock &MBB, const MachineLoopInfo *LI, const AsmPrinter &AP) argument
[all...]
H A DAsmPrinterInlineAsm.cpp357 AsmPrinter *AP = const_cast<AsmPrinter*>(this); local
359 Error = AP->PrintAsmMemoryOperand(MI, OpNo, InlineAsmVariant,
363 Error = AP->PrintAsmOperand(MI, OpNo, InlineAsmVariant,

Completed in 201 milliseconds

12