Searched refs:Sc (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp35 static C Sc; member in struct:B
215 Ca.CSb.Sc.d.e.num = 5;
216 Ca.getCB().Sc.d.e.num = 5;
217 Ca.getSCB().Sc.d.e.num = 5;
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp220 ExprResult buildAssignmentOperation(Scope *Sc,
224 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
276 ExprResult buildAssignmentOperation(Scope *Sc,
280 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
316 ExprResult buildAssignmentOperation(Scope *Sc,
405 PseudoOpBuilder::buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc,
433 result = S.BuildBinOp(Sc, opcLoc, nonCompound,
459 PseudoOpBuilder::buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, argument
485 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one);
487 result = S.BuildBinOp(Sc, opcLo
867 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
914 buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
975 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
1515 checkPseudoObjectIncDec(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
[all...]
H A DSemaDeclAttr.cpp3785 static void handleObjCBridgeAttr(Sema &S, Scope *Sc, Decl *D, argument
3815 static void handleObjCBridgeMutableAttr(Sema &S, Scope *Sc, Decl *D, argument
3829 static void handleObjCBridgeRelatedAttr(Sema &S, Scope *Sc, Decl *D, argument
H A DSemaExpr.cpp10391 static ExprResult BuildOverloadedBinOp(Sema &S, Scope *Sc, SourceLocation OpLoc, argument
10401 if (Sc && OverOp != OO_None && OverOp != OO_Equal)
10402 S.LookupOverloadedOperatorName(OverOp, Sc, LHS->getType(),
H A DSemaDeclCXX.cpp7486 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, argument
7492 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS,
/external/doclava/res/assets/templates/assets/
H A Dprettify.js6 Cc="</span>",Dc='<span class="',Ec='">',Fc="$1&nbsp;",Gc="&nbsp;<br />",Hc="<br />",Ic="console",Jc="cannot override language handler %s",Kc="default-markup",Lc="default-code",Mc="dec",Z="lang-js",$="lang-css",Nc="lang-in.tag",Oc="htm",Pc="html",Qc="mxml",Rc="xhtml",Sc="xml",Tc="xsl",Uc=" \t\r\n",Vc="atv",Wc="tag",Xc="atn",Yc="lang-uq.val",Zc="in.tag",$c="uq.val",ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where ",
27 [Nc,/^(<\/?[a-z][^<>]*>)/i]]),[Kc,Oc,Pc,Qc,Rc,Sc,Tc]);y(K([[S,/^[\s]+/,r,Uc],[Vc,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,r,rc]],[[Wc,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[Xc,/^(?!style\b|on)[a-z](?:[\w:-]*\w)?/],[Yc,/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[Y,/^[=<>\/]+/],[Z,/^on\w+\s*=\s*\"([^\"]+)\"/i],[Z,/^on\w+\s*=\s*\'([^\']+)\'/i],[Z,/^on\w+\s*=\s*([^\"\'>\s]+)/i],[$,/^sty\w+\s*=\s*\"([^\"]+)\"/i],[$,/^sty\w+\s*=\s*\'([^\']+)\'/i],[$,/^sty\w+\s*=\s*([^\"\'>\s]+)/i]]),[Zc]);y(K([],[[Vc,/^[\s\S]+/]]),
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp119 const SCEV *Sc = replaceSymbolicStrideSCEV(SE, Strides, Ptr); local
120 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Sc);
1230 const SCEV *Sc = SE->getSCEV(Ptr);
1232 if (SE->isLoopInvariant(Sc, TheLoop)) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspcs.c631 cmsFloat64Number Sc = 1 + 0.045 * (C_p + C_ps)/2; local
641 Sqr(delta_C/(Sc * Kc)) +
643 Rt*(delta_C/(Sc * Kc)) * (delta_H / (Sh * Kh)));
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1621 // Sc = Sa | Sb
1623 Value *Sc = IRB.CreateOr(Sa, Sb); local
1628 // Si = !(C & ~Sc) && Sc
1629 Value *Zero = Constant::getNullValue(Sc->getType());
1630 Value *MinusOne = Constant::getAllOnesValue(Sc->getType());
1632 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero),
1634 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));
2577 Value *Sc = getShadow(C); local
2581 Value *Sa0 = IRB.CreateSelect(B, Sc, S
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4922 SDValue Sc = Op.getOperand(0);
4923 if (Sc.getOpcode() != ISD::SCALAR_TO_VECTOR &&
4924 Sc.getOpcode() != ISD::BUILD_VECTOR) {
4931 Sc = Extract128BitVector(Sc, 0, DAG, dl);
4932 return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Sc);
4935 Ld = Sc.getOperand(0);
4946 if (!ConstSplatVal && ((!Sc.hasOneUse() || !Ld.hasOneUse()) &&
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8454 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); local
8455 PrintSubClientCommand(Sc, Command.Ptr);

Completed in 464 milliseconds