Home
last modified time | relevance | path

Searched refs:RHSIsLive (Results 1 – 16 of 16) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp567 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
569 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
571 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
573 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
575 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
584 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
616 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp587 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
589 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
591 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
593 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
595 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
604 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
636 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp587 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
589 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
591 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
593 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
595 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
604 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
636 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Lex/
H A DPPExpressions.cpp587 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
589 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
591 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
593 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
595 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
604 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
636 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp567 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
569 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
571 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
573 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
575 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
584 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
616 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp567 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
569 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
571 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
573 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
575 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
584 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
616 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Lex/
H A DPPExpressions.cpp587 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
589 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
591 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
593 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
595 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
604 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
636 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp587 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
589 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
591 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
593 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
595 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
604 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
636 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp568 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
570 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
572 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
574 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
576 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
585 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
617 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp568 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
570 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
572 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
574 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
576 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
585 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
617 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Lex/
H A DPPExpressions.cpp597 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
599 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
601 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
603 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
605 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
614 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
646 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp595 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
597 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
599 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
601 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
603 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
612 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
644 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp595 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
597 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
599 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
601 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
603 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
612 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
644 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp595 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
597 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
599 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
601 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
603 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
612 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
644 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp595 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
597 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
599 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
601 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
603 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
612 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
644 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Lex/
H A DPPExpressions.cpp595 bool RHSIsLive; in EvaluateDirectiveSubExpr() local
597 RHSIsLive = false; // RHS of "0 && x" is dead. in EvaluateDirectiveSubExpr()
599 RHSIsLive = false; // RHS of "1 || x" is dead. in EvaluateDirectiveSubExpr()
601 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead. in EvaluateDirectiveSubExpr()
603 RHSIsLive = ValueLive; in EvaluateDirectiveSubExpr()
612 if (EvaluateValue(RHS, PeekTok, DT, RHSIsLive, PP)) return true; in EvaluateDirectiveSubExpr()
644 if (EvaluateDirectiveSubExpr(RHS, RHSPrec, PeekTok, RHSIsLive, in EvaluateDirectiveSubExpr()