Searched defs:Lit (Results 1 – 13 of 13) sorted by relevance
119 auto Lit = getAtomicWorkItemFenceLiterals(CI); in visitCallAtomicWorkItemFence() local
211 auto Lit = getBarrierLiterals(CI); in visitCallSubGroupBarrier() local
662 AtomicWorkItemFenceLiterals Lit) { in transMemoryBarrier()816 auto Lit = getBarrierLiterals(CI); in visitCallBarrier() local
1277 auto Lit = (BCS->getAddrMode() << 1) | in oclTransConstantSampler() local
42 bool VisitIntegerLiteral(IntegerLiteral *Lit) { in VisitIntegerLiteral()
223 struct Lit { struct224 constexpr Lit() : n(5) {} in Lit() function225 int n;
2807 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression() local3341 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral() local3366 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral() local3380 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral() local
388 std::unordered_set<unsigned> Lit; // Literal operand index variable
1650 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(), in ActOnStringLiteral() local3156 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty, in ActOnCharacterConstant() local3308 Expr *Lit; in ActOnNumericConstant() local3330 Expr *Lit = StringLiteral::Create( in ActOnNumericConstant() local
12126 StringLiteral *Lit = cast<StringLiteral>(LangStr); in ActOnStartLinkageSpecification() local
2213 static APSInt extractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit, in extractStringLiteralCharacter()2233 static void expandStringLiteral(EvalInfo &Info, const Expr *Lit, in expandStringLiteral()2916 APValue Lit; in handleLValueToRValueConversion() local
3228 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant() local
2622 Node *Db::parseIntegerLiteral(StringView Lit) { in parseIntegerLiteral()