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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp213 ExprResult buildAssignmentOperation(Scope *Sc,
217 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
283 ExprResult buildAssignmentOperation(Scope *Sc,
287 ExprResult buildIncDecOperation(Scope *Sc, SourceLocation opLoc,
323 ExprResult buildAssignmentOperation(Scope *Sc,
422 PseudoOpBuilder::buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc,
458 result = S.BuildBinOp(Sc, opcLoc, nonCompound, opLHS.get(), semanticRHS);
486 PseudoOpBuilder::buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, argument
512 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one);
514 result = S.BuildBinOp(Sc, opcLo
879 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
926 buildIncDecOperation(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
987 buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) argument
1552 checkPseudoObjectIncDec(Scope *Sc, SourceLocation opcLoc, UnaryOperatorKind opcode, Expr *op) argument
[all...]
H A DSemaDeclAttr.cpp4199 static void handleObjCBridgeAttr(Sema &S, Scope *Sc, Decl *D, argument
4229 static void handleObjCBridgeMutableAttr(Sema &S, Scope *Sc, Decl *D, argument
4243 static void handleObjCBridgeRelatedAttr(Sema &S, Scope *Sc, Decl *D, argument
H A DSemaExpr.cpp10857 static ExprResult BuildOverloadedBinOp(Sema &S, Scope *Sc, SourceLocation OpLoc, argument
10867 if (Sc && OverOp != OO_None && OverOp != OO_Equal)
10868 S.LookupOverloadedOperatorName(OverOp, Sc, LHS->getType(),
H A DSemaDeclCXX.cpp7517 static bool TryNamespaceTypoCorrection(Sema &S, LookupResult &R, Scope *Sc, argument
7523 S.CorrectTypo(R.getLookupNameInfo(), R.getLookupKind(), Sc, &SS,
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp132 const SCEV *Sc = replaceSymbolicStrideSCEV(PSE, Strides, Ptr); local
133 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Sc);
155 Pointers.emplace_back(Ptr, ScStart, ScEnd, WritePtr, DepSetId, ASId, Sc);
1635 const SCEV *Sc = SE->getSCEV(Ptr);
1637 if (SE->isLoopInvariant(Sc, TheLoop)) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1682 // Sc = Sa | Sb
1684 Value *Sc = IRB.CreateOr(Sa, Sb); local
1689 // Si = !(C & ~Sc) && Sc
1690 Value *Zero = Constant::getNullValue(Sc->getType());
1691 Value *MinusOne = Constant::getAllOnesValue(Sc->getType());
1693 IRB.CreateAnd(IRB.CreateICmpNE(Sc, Zero),
1695 IRB.CreateAnd(IRB.CreateXor(Sc, MinusOne), C), Zero));
2636 Value *Sc = getShadow(C); local
2640 Value *Sa0 = IRB.CreateSelect(B, Sc, S
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5603 SDValue Sc = Op.getOperand(0);
5604 if (Sc.getOpcode() != ISD::SCALAR_TO_VECTOR &&
5605 Sc.getOpcode() != ISD::BUILD_VECTOR) {
5612 Sc = Extract128BitVector(Sc, 0, DAG, dl);
5613 return DAG.getNode(X86ISD::VBROADCAST, dl, VT, Sc);
5616 Ld = Sc.getOperand(0);
5627 if (!ConstSplatVal && ((!Sc.hasOneUse() || !Ld.hasOneUse()) &&
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp8613 MachO::sub_client_command Sc = Obj->getSubClientCommand(Command); local
8614 PrintSubClientCommand(Sc, Command.Ptr);

Completed in 319 milliseconds