Searched refs:ParseExpression (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/MCParser/
H A DMCAsmParser.cpp41 bool MCAsmParser::ParseExpression(const MCExpr *&Res) { function in class:MCAsmParser
43 return ParseExpression(Res, L);
H A DAsmParser.cpp217 bool ParseExpression(const MCExpr *&Res);
218 virtual bool ParseExpression(const MCExpr *&Res, SMLoc &EndLoc);
703 if (ParseExpression(Res)) return true;
717 if (ParseExpression(Res)) return true;
849 bool AsmParser::ParseExpression(const MCExpr *&Res) { function in class:AsmParser
851 return ParseExpression(Res, EndLoc);
902 /// ParseExpression - Parse an expression and return it.
912 bool AsmParser::ParseExpression(const MCExpr *&Res, SMLoc &EndLoc) { function in class:AsmParser
960 if (ParseExpression(Expr))
1872 if (ParseExpression(Valu
[all...]
H A DDarwinAsmParser.cpp404 if (getParser().ParseExpression(Value))
H A DELFAsmParser.cpp213 if (getParser().ParseExpression(Expr))
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp170 static ExprAST *ParseExpression();
188 ExprAST *Arg = ParseExpression();
216 ExprAST *V = ParseExpression();
274 static ExprAST *ParseExpression() { function
311 if (ExprAST *E = ParseExpression())
318 if (ExprAST *E = ParseExpression()) {
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp218 static ExprAST *ParseExpression();
236 ExprAST *Arg = ParseExpression();
264 ExprAST *V = ParseExpression();
278 ExprAST *Cond = ParseExpression();
285 ExprAST *Then = ParseExpression();
293 ExprAST *Else = ParseExpression();
314 ExprAST *Start = ParseExpression();
320 ExprAST *End = ParseExpression();
327 Step = ParseExpression();
335 ExprAST *Body = ParseExpression();
394 static ExprAST *ParseExpression() { function
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp246 static ExprAST *ParseExpression();
264 ExprAST *Arg = ParseExpression();
292 ExprAST *V = ParseExpression();
306 ExprAST *Cond = ParseExpression();
313 ExprAST *Then = ParseExpression();
321 ExprAST *Else = ParseExpression();
342 ExprAST *Start = ParseExpression();
348 ExprAST *End = ParseExpression();
355 Step = ParseExpression();
363 ExprAST *Body = ParseExpression();
438 static ExprAST *ParseExpression() { function
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp182 static ExprAST *ParseExpression();
200 ExprAST *Arg = ParseExpression();
228 ExprAST *V = ParseExpression();
286 static ExprAST *ParseExpression() { function
323 if (ExprAST *E = ParseExpression())
330 if (ExprAST *E = ParseExpression()) {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/MCParser/
H A DMCAsmParser.h139 /// ParseExpression - Parse an arbitrary expression.
144 virtual bool ParseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
145 bool ParseExpression(const MCExpr *&Res);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp264 static ExprAST *ParseExpression();
282 ExprAST *Arg = ParseExpression();
310 ExprAST *V = ParseExpression();
324 ExprAST *Cond = ParseExpression();
331 ExprAST *Then = ParseExpression();
339 ExprAST *Else = ParseExpression();
360 ExprAST *Start = ParseExpression();
366 ExprAST *End = ParseExpression();
373 Step = ParseExpression();
381 ExprAST *Body = ParseExpression();
503 static ExprAST *ParseExpression() { function
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp189 static ExprAST *ParseExpression();
207 ExprAST *Arg = ParseExpression();
235 ExprAST *V = ParseExpression();
293 static ExprAST *ParseExpression() { function
330 if (ExprAST *E = ParseExpression())
337 if (ExprAST *E = ParseExpression()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp445 if (getParser().ParseExpression(EVal))
532 if (getParser().ParseExpression(Value))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp694 if (getParser().ParseExpression(Disp, End)) return 0;
759 else if (getParser().ParseExpression(Disp, End)) return 0;
771 if (getParser().ParseExpression(Disp, End))
775 if (getParser().ParseExpression(Disp, End))
834 if (getParser().ParseExpression(Disp, End)) return 0;
921 if (getParser().ParseExpression(Val, End))
947 if (getParser().ParseExpression(Val, End))
997 if (!getParser().ParseExpression(Val, End)) {
1049 if (getParser().ParseExpression(Val, End))
1067 if (getParser().ParseExpression(Dis
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp529 if (getParser().ParseExpression(IdVal))
632 return (getParser().ParseExpression(Res));
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp2557 if (getParser().ParseExpression(ShiftExpr)) {
2638 if (getParser().ParseExpression(ImmVal))
2783 if (getParser().ParseExpression(Expr)) {
2995 if (getParser().ParseExpression(LaneIndex)) {
3313 if (getParser().ParseExpression(MemBarrierID)) {
3527 if (getParser().ParseExpression(ShiftAmount)) {
3606 if (getParser().ParseExpression(ShiftAmount)) {
3667 if (getParser().ParseExpression(ShiftAmount)) {
3705 if (getParser().ParseExpression(LSBExpr)) {
3737 if (getParser().ParseExpression(WidthExp
[all...]

Completed in 342 milliseconds