Home
last modified time | relevance | path

Searched refs:ParseExpression (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp267 static ExprAST *ParseExpression();
285 ExprAST *Arg = ParseExpression(); in ParseIdentifierExpr()
313 ExprAST *V = ParseExpression(); in ParseParenExpr()
327 ExprAST *Cond = ParseExpression(); in ParseIfExpr()
334 ExprAST *Then = ParseExpression(); in ParseIfExpr()
342 ExprAST *Else = ParseExpression(); in ParseIfExpr()
363 ExprAST *Start = ParseExpression(); in ParseForExpr()
369 ExprAST *End = ParseExpression(); in ParseForExpr()
376 Step = ParseExpression(); in ParseForExpr()
384 ExprAST *Body = ParseExpression(); in ParseForExpr()
[all …]
H A Dtoy.cpp268 static ExprAST *ParseExpression();
286 ExprAST *Arg = ParseExpression(); in ParseIdentifierExpr()
314 ExprAST *V = ParseExpression(); in ParseParenExpr()
328 ExprAST *Cond = ParseExpression(); in ParseIfExpr()
335 ExprAST *Then = ParseExpression(); in ParseIfExpr()
343 ExprAST *Else = ParseExpression(); in ParseIfExpr()
364 ExprAST *Start = ParseExpression(); in ParseForExpr()
370 ExprAST *End = ParseExpression(); in ParseForExpr()
377 Step = ParseExpression(); in ParseForExpr()
385 ExprAST *Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp282 static ExprAST *ParseExpression();
300 ExprAST *Arg = ParseExpression(); in ParseIdentifierExpr()
328 ExprAST *V = ParseExpression(); in ParseParenExpr()
342 ExprAST *Cond = ParseExpression(); in ParseIfExpr()
349 ExprAST *Then = ParseExpression(); in ParseIfExpr()
357 ExprAST *Else = ParseExpression(); in ParseIfExpr()
378 ExprAST *Start = ParseExpression(); in ParseForExpr()
384 ExprAST *End = ParseExpression(); in ParseForExpr()
391 Step = ParseExpression(); in ParseForExpr()
399 ExprAST *Body = ParseExpression(); in ParseForExpr()
[all …]
H A Dtoy.cpp289 static ExprAST *ParseExpression();
307 ExprAST *Arg = ParseExpression(); in ParseIdentifierExpr()
335 ExprAST *V = ParseExpression(); in ParseParenExpr()
349 ExprAST *Cond = ParseExpression(); in ParseIfExpr()
356 ExprAST *Then = ParseExpression(); in ParseIfExpr()
364 ExprAST *Else = ParseExpression(); in ParseIfExpr()
385 ExprAST *Start = ParseExpression(); in ParseForExpr()
391 ExprAST *End = ParseExpression(); in ParseForExpr()
398 Step = ParseExpression(); in ParseForExpr()
406 ExprAST *Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp277 static std::unique_ptr<ExprAST> ParseExpression();
289 auto V = ParseExpression(); in ParseParenExpr()
315 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
340 auto Cond = ParseExpression(); in ParseIfExpr()
348 auto Then = ParseExpression(); in ParseIfExpr()
357 auto Else = ParseExpression(); in ParseIfExpr()
379 auto Start = ParseExpression(); in ParseForExpr()
386 auto End = ParseExpression(); in ParseForExpr()
394 Step = ParseExpression(); in ParseForExpr()
403 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp195 static std::unique_ptr<ExprAST> ParseExpression();
207 auto V = ParseExpression(); in ParseParenExpr()
233 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
310 static std::unique_ptr<ExprAST> ParseExpression() { in ParseExpression() function
349 if (auto E = ParseExpression()) in ParseDefinition()
356 if (auto E = ParseExpression()) { in ParseTopLevelExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp334 static std::unique_ptr<ExprAST> ParseExpression();
346 auto V = ParseExpression(); in ParseParenExpr()
372 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
397 auto Cond = ParseExpression(); in ParseIfExpr()
405 auto Then = ParseExpression(); in ParseIfExpr()
414 auto Else = ParseExpression(); in ParseIfExpr()
436 auto Start = ParseExpression(); in ParseForExpr()
443 auto End = ParseExpression(); in ParseForExpr()
451 Step = ParseExpression(); in ParseForExpr()
460 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp328 static std::unique_ptr<ExprAST> ParseExpression();
340 auto V = ParseExpression(); in ParseParenExpr()
366 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
391 auto Cond = ParseExpression(); in ParseIfExpr()
399 auto Then = ParseExpression(); in ParseIfExpr()
408 auto Else = ParseExpression(); in ParseIfExpr()
430 auto Start = ParseExpression(); in ParseForExpr()
437 auto End = ParseExpression(); in ParseForExpr()
445 Step = ParseExpression(); in ParseForExpr()
454 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp333 static std::unique_ptr<ExprAST> ParseExpression();
345 auto V = ParseExpression(); in ParseParenExpr()
371 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
396 auto Cond = ParseExpression(); in ParseIfExpr()
404 auto Then = ParseExpression(); in ParseIfExpr()
413 auto Else = ParseExpression(); in ParseIfExpr()
435 auto Start = ParseExpression(); in ParseForExpr()
442 auto End = ParseExpression(); in ParseForExpr()
450 Step = ParseExpression(); in ParseForExpr()
459 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp328 static std::unique_ptr<ExprAST> ParseExpression();
340 auto V = ParseExpression(); in ParseParenExpr()
366 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
391 auto Cond = ParseExpression(); in ParseIfExpr()
399 auto Then = ParseExpression(); in ParseIfExpr()
408 auto Else = ParseExpression(); in ParseIfExpr()
430 auto Start = ParseExpression(); in ParseForExpr()
437 auto End = ParseExpression(); in ParseForExpr()
445 Step = ParseExpression(); in ParseForExpr()
454 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp328 static std::unique_ptr<ExprAST> ParseExpression();
340 auto V = ParseExpression(); in ParseParenExpr()
366 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
391 auto Cond = ParseExpression(); in ParseIfExpr()
399 auto Then = ParseExpression(); in ParseIfExpr()
408 auto Else = ParseExpression(); in ParseIfExpr()
430 auto Start = ParseExpression(); in ParseForExpr()
437 auto End = ParseExpression(); in ParseForExpr()
445 Step = ParseExpression(); in ParseForExpr()
454 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp311 static std::unique_ptr<ExprAST> ParseExpression();
323 auto V = ParseExpression(); in ParseParenExpr()
349 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
374 auto Cond = ParseExpression(); in ParseIfExpr()
382 auto Then = ParseExpression(); in ParseIfExpr()
391 auto Else = ParseExpression(); in ParseIfExpr()
413 auto Start = ParseExpression(); in ParseForExpr()
420 auto End = ParseExpression(); in ParseForExpr()
428 Step = ParseExpression(); in ParseForExpr()
437 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp311 static std::unique_ptr<ExprAST> ParseExpression();
323 auto V = ParseExpression(); in ParseParenExpr()
349 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
374 auto Cond = ParseExpression(); in ParseIfExpr()
382 auto Then = ParseExpression(); in ParseIfExpr()
391 auto Else = ParseExpression(); in ParseIfExpr()
413 auto Start = ParseExpression(); in ParseForExpr()
420 auto End = ParseExpression(); in ParseForExpr()
428 Step = ParseExpression(); in ParseForExpr()
437 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp266 static ExprAST *ParseExpression();
284 ExprAST *Arg = ParseExpression(); in ParseIdentifierExpr()
312 ExprAST *V = ParseExpression(); in ParseParenExpr()
326 ExprAST *Cond = ParseExpression(); in ParseIfExpr()
333 ExprAST *Then = ParseExpression(); in ParseIfExpr()
341 ExprAST *Else = ParseExpression(); in ParseIfExpr()
362 ExprAST *Start = ParseExpression(); in ParseForExpr()
368 ExprAST *End = ParseExpression(); in ParseForExpr()
375 Step = ParseExpression(); in ParseForExpr()
383 ExprAST *Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp441 static std::unique_ptr<ExprAST> ParseExpression();
453 auto V = ParseExpression(); in ParseParenExpr()
481 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
508 auto Cond = ParseExpression(); in ParseIfExpr()
516 auto Then = ParseExpression(); in ParseIfExpr()
525 auto Else = ParseExpression(); in ParseIfExpr()
547 auto Start = ParseExpression(); in ParseForExpr()
554 auto End = ParseExpression(); in ParseForExpr()
562 Step = ParseExpression(); in ParseForExpr()
571 auto Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp308 static ExprAST *ParseExpression();
326 ExprAST *Arg = ParseExpression(); in ParseIdentifierExpr()
354 ExprAST *V = ParseExpression(); in ParseParenExpr()
368 ExprAST *Cond = ParseExpression(); in ParseIfExpr()
375 ExprAST *Then = ParseExpression(); in ParseIfExpr()
383 ExprAST *Else = ParseExpression(); in ParseIfExpr()
404 ExprAST *Start = ParseExpression(); in ParseForExpr()
410 ExprAST *End = ParseExpression(); in ParseForExpr()
417 Step = ParseExpression(); in ParseForExpr()
425 ExprAST *Body = ParseExpression(); in ParseForExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp222 static std::unique_ptr<ExprAST> ParseExpression();
234 auto V = ParseExpression(); in ParseParenExpr()
260 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
337 static std::unique_ptr<ExprAST> ParseExpression() { in ParseExpression() function
376 if (auto E = ParseExpression()) in ParseDefinition()
383 if (auto E = ParseExpression()) { in ParseTopLevelExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp232 static std::unique_ptr<ExprAST> ParseExpression();
244 auto V = ParseExpression(); in ParseParenExpr()
270 if (auto Arg = ParseExpression()) in ParseIdentifierExpr()
347 static std::unique_ptr<ExprAST> ParseExpression() { in ParseExpression() function
386 if (auto E = ParseExpression()) in ParseDefinition()
393 if (auto E = ParseExpression()) { in ParseTopLevelExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp456 ExprResult Expr(ParseExpression()); in ParseExprStatement()
552 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()
1194 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition()
1716 ExprResult Cond = ParseExpression(); in ParseDoStatement()
1853 ForRangeInfo.RangeExpr = ParseExpression(); in ParseForStatement()
1897 Collection = ParseExpression(); in ParseForStatement()
1903 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()
1933 Collection = ParseExpression(); in ParseForStatement()
1990 ExprResult SecondExpr = ParseExpression(); in ParseForStatement()
2021 ExprResult Third = ParseExpression(); in ParseForStatement()
[all …]
H A DParseExpr.cpp123 ExprResult Parser::ParseExpression(TypeCastState isTypeCast) { in ParseExpression() function in Parser
482 TernaryMiddle = ParseExpression(); in ParseRHSOfBinaryExpression()
1686 Res = ParseExpression(); in ParseCastExpression()
1911 Idx = ParseExpression(); in ParsePostfixExpressionSuffix()
1919 Length = ParseExpression(); in ParsePostfixExpressionSuffix()
1928 Stride = ParseExpression(); in ParsePostfixExpressionSuffix()
1932 Idx = ParseExpression(); in ParsePostfixExpressionSuffix()
2554 Res = ParseExpression(); in ParseBuiltinPrimaryExpression()
3050 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseParenExpression()
3075 Result = ParseExpression(MaybeTypeCast); in ParseParenExpression()
[all …]
H A DParseExprCXX.cpp1538 ExprResult Result = ParseExpression(); in ParseCXXCasts()
1602 Result = ParseExpression(); in ParseCXXTypeid()
1653 Result = ParseExpression(); in ParseCXXUuidof()
2004 ExprResult Expr = ParseExpression(); // expression in ParseCXXCondition()
3193 First ? (Tok.is(tok::r_square) ? ExprResult() : ParseExpression()) in ParseDirectNewDeclarator()
3431 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
3598 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
3785 ExprResult DimExpr = ParseExpression(); in ParseArrayTypeTrait()
3809 ExprResult Expr = ParseExpression(); in ParseExpressionTrait()
3951 Result = ParseExpression(); in ParseCXXAmbiguousParenExpression()
[all …]
H A DParseObjc.cpp2431 Res = ParseExpression(); in ParseObjCThrowStmt()
2455 ExprResult operand(ParseExpression()); in ParseObjCSynchronizedStmt()
2913 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()
3104 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl02.rst233 auto V = ParseExpression();
254 by calling ``ParseExpression`` (we will soon see that
255 ``ParseExpression`` can call ``ParseParenExpr``). This is powerful
284 if (auto Arg = ParseExpression())
417 static std::unique_ptr<ExprAST> ParseExpression() {
608 if (auto E = ParseExpression())
633 if (auto E = ParseExpression()) {
H A DLangImpl05.rst126 auto Cond = ParseExpression();
134 auto Then = ParseExpression();
143 auto Else = ParseExpression();
533 auto Start = ParseExpression();
540 auto End = ParseExpression();
548 Step = ParseExpression();
557 auto Body = ParseExpression();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp115 bool ParseExpression(const MCExpr *&EVal);
1392 ParseExpression(const MCExpr *&EVal) { in ParseExpression() function in PPCAsmParser
1439 if (!ParseExpression(EVal)) in ParseOperand()
1460 if (ParseExpression(TLSSym)) in ParseOperand()

12