Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DSource.cpp31 const Expr *SourceMapper::getExpr(Function *F, CodePtr PC) const { in getExpr() function in SourceMapper
H A DInterpFrame.cpp186 const Expr *InterpFrame::getExpr(CodePtr PC) const { in getExpr() function in InterpFrame
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp36 SystemZMCInstLower::getExpr(const MachineOperand &MO, in getExpr() function in SystemZMCInstLower
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOSLog.h104 const Expr *getExpr() const { return TheExpr; } in getExpr() function
H A DExprConcepts.h393 Expr *getExpr() 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 DDeclCXX.h1802 const Expr *getExpr() const { return ExplicitSpec.getPointer(); } in getExpr() function
1803 Expr *getExpr() { return ExplicitSpec.getPointer(); } in getExpr() function
H A DExpr.h4359 Expr *getExpr(unsigned Index) { in getExpr() function
4363 const Expr *getExpr(unsigned Index) const { in getExpr() function
5486 Expr *getExpr(unsigned Init) { in getExpr() function
5491 const Expr *getExpr(unsigned Init) const { in getExpr() function
H A DStmtOpenMP.h2834 Expr *getExpr() { return cast_or_null<Expr>(Data->getChildren()[3]); } in getExpr() function
2835 const Expr *getExpr() const { in getExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h200 const Expr *getExpr() const { in getExpr() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h341 ExprASTNode * getExpr() { return m_expr; } in getExpr() function
364 ExprASTNode * getExpr() { return m_expr; } in getExpr() function
519 ExprASTNode * getExpr() { return m_expr; } in getExpr() function
554 ExprASTNode * getExpr() { return m_expr; } in getExpr() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInst.h114 const MCExpr *getExpr() const { in getExpr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVUsers.cpp390 const SCEV *IVUsers::getExpr(const IVStrideUse &IU) const { in getExpr() function in IVUsers
H A DScalarEvolution.cpp13045 const SCEV *SCEVEqualPredicate::getExpr() const { return LHS; } in getExpr() function in SCEVEqualPredicate
13056 const SCEV *SCEVWrapPredicate::getExpr() const { return AR; } in getExpr() function in SCEVWrapPredicate
13135 const SCEV *SCEVUnionPredicate::getExpr() const { return nullptr; } in getExpr() function in SCEVUnionPredicate
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h484 const Expr *getExpr() const { return Ex; } in getExpr() function
1196 const Expr *getExpr() const { return Ex; } in getExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp414 ExprResult getExpr = buildGet(); in buildRValueOperation() local
H A DSemaOpenMP.cpp10440 Expr *getExpr() const { return E; } in getExpr() function in __anon5b04668f3811::OpenMPAtomicUpdateChecker
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp262 const MCExpr *getExpr() const { in getExpr() function