Home
last modified time | relevance | path

Searched defs:getExpr (Results 251 – 275 of 474) sorted by path

1...<<111213141516171819

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DSource.cpp31 const Expr *SourceMapper::getExpr(Function *F, CodePtr PC) const { in getExpr() function in SourceMapper
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp9791 Expr *getExpr() const { return E; } in getExpr() function in __anon5b5425d03511::OpenMPAtomicUpdateChecker
H A DSemaPseudoObject.cpp414 ExprResult getExpr = buildGet(); in buildRValueOperation() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Lower/
H A DIO.cpp728 static const Fortran::semantics::SomeExpr *getExpr(const A &stmt) { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCInst.h95 const MCExpr *getExpr() const { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DIVUsers.cpp390 const SCEV *IVUsers::getExpr(const IVStrideUse &IU) const { in getExpr() function in IVUsers
H A DScalarEvolution.cpp12898 const SCEV *SCEVEqualPredicate::getExpr() const { return LHS; } in getExpr() function in SCEVEqualPredicate
12909 const SCEV *SCEVWrapPredicate::getExpr() const { return AR; } in getExpr() function in SCEVWrapPredicate
12988 const SCEV *SCEVUnionPredicate::getExpr() const { return nullptr; } in getExpr() function in SCEVUnionPredicate
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp82 MCExpr const *HexagonMCExpr::getExpr() const { return Expr; } in getExpr() function in HexagonMCExpr
H A DHexagonMCInstrInfo.cpp303 MCExpr const &HexagonMCInstrInfo::getExpr(MCExpr const &Expr) { in getExpr() function in HexagonMCInstrInfo
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp262 const MCExpr *getExpr() const { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp36 SystemZMCInstLower::getExpr(const MachineOperand &MO, in getExpr() function in SystemZMCInstLower
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch1/include/toy/
H A DAST.h135 llvm::Optional<ExprAST *> getExpr() { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch2/include/toy/
H A DAST.h135 llvm::Optional<ExprAST *> getExpr() { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch3/include/toy/
H A DAST.h135 llvm::Optional<ExprAST *> getExpr() { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch4/include/toy/
H A DAST.h135 llvm::Optional<ExprAST *> getExpr() { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch5/include/toy/
H A DAST.h135 llvm::Optional<ExprAST *> getExpr() { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch6/include/toy/
H A DAST.h135 llvm::Optional<ExprAST *> getExpr() { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/examples/toy/Ch7/include/toy/
H A DAST.h154 llvm::Optional<ExprAST *> getExpr() { in getExpr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Bindings/Python/
H A DIRModules.cpp3343 PyAffineExpr getExpr() { in getExpr() function in PyIntegerSetConstraint
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp40 const clang::Expr *getExpr() const { return Expr; } in getExpr() function in clang::clangd::__anon901b362d0111::ExtractionContext
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h1804 const Expr *getExpr() const { return ExplicitSpec.getPointer(); } in getExpr() function
1805 Expr *getExpr() { return ExplicitSpec.getPointer(); } in getExpr() function
H A DExpr.h4427 Expr *getExpr(unsigned Index) { in getExpr() function
4431 const Expr *getExpr(unsigned Index) const { in getExpr() function
5554 Expr *getExpr(unsigned Init) { in getExpr() function
5559 const Expr *getExpr(unsigned Init) const { in getExpr() function
H A DExprCXX.h1280 const Expr *getExpr() const { return getParam()->getDefaultArg(); } in getExpr() function
1281 Expr *getExpr() { return getParam()->getDefaultArg(); } in getExpr() function
1346 const Expr *getExpr() const { in getExpr() function
1350 Expr *getExpr() { in getExpr() function
H A DExprConcepts.h393 Expr *getExpr() const { in getExpr() function
H A DOSLog.h104 const Expr *getExpr() const { return TheExpr; } in getExpr() function

1...<<111213141516171819