Home
last modified time | relevance | path

Searched defs:ExpressionAnalyzer (Results 1 – 20 of 20) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Ddata-to-inits.h22 class ExpressionAnalyzer; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Ddata-to-inits.h22 class ExpressionAnalyzer; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Ddata-to-inits.h22 class ExpressionAnalyzer; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Ddata-to-inits.h22 class ExpressionAnalyzer; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Ddata-to-inits.h22 class ExpressionAnalyzer; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Ddata-to-inits.h22 class ExpressionAnalyzer; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Ddata-to-inits.h22 class ExpressionAnalyzer; variable
/dports/devel/binaryen/binaryen-version_98/src/ir/
H A Dutils.h43 struct ExpressionAnalyzer { struct
54 static bool isSimple(Break* curr) { return !curr->condition && !curr->value; } in isSimple()
56 using ExprComparer = std::function<bool(Expression*, Expression*)>;
61 static bool equal(Expression* left, Expression* right) { in equal()
67 static bool shallowEqual(Expression* left, Expression* right) { in shallowEqual()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dexpression.h105 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
106 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h105 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
106 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h106 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
107 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h105 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
106 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h106 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
107 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Semantics/
H A Dexpression.h106 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
107 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dexpression.h105 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
106 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Semantics/
H A Dexpression.h105 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
106 ExpressionAnalyzer(semantics::SemanticsContext &sc, FoldingContext &fc) in ExpressionAnalyzer() function
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dvalueflow.cpp2625 struct ExpressionAnalyzer : SingleValueFlowAnalyzer { struct
2631ExpressionAnalyzer() : SingleValueFlowAnalyzer(), expr(nullptr), local(true), unknown(false), depe… in ExpressionAnalyzer() function
2633 ExpressionAnalyzer(const Token* e, const ValueFlow::Value& val, const TokenList* t) in ExpressionAnalyzer() argument
2643 virtual const ValueType* getValueType(const Token*) const OVERRIDE { in getValueType()
2647 static bool nonLocal(const Variable* var, bool deref) { in nonLocal()
2652 void setupExprVarIds(const Token* start, int depth = 0) { in setupExprVarIds()
2711 struct OppositeExpressionAnalyzer : ExpressionAnalyzer { argument
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dvalueflow.cpp2625 struct ExpressionAnalyzer : SingleValueFlowAnalyzer { struct
2631ExpressionAnalyzer() : SingleValueFlowAnalyzer(), expr(nullptr), local(true), unknown(false), depe… in ExpressionAnalyzer() argument
2633 ExpressionAnalyzer(const Token* e, const ValueFlow::Value& val, const TokenList* t) in ExpressionAnalyzer() argument
2643 virtual const ValueType* getValueType(const Token*) const OVERRIDE { in getValueType()
2647 static bool nonLocal(const Variable* var, bool deref) { in nonLocal()
2652 void setupExprVarIds(const Token* start, int depth = 0) { in setupExprVarIds()
2711 struct OppositeExpressionAnalyzer : ExpressionAnalyzer { argument
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dexpression.h123 explicit ExpressionAnalyzer(semantics::SemanticsContext &sc) : context_{sc} {} in ExpressionAnalyzer() function
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dcodegen.cs1351 static class ExpressionAnalyzer class