Home
last modified time | relevance | path

Searched defs:ReturnLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp145 MachineBasicBlock::iterator ReturnLoc = --MBB->end(); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h692 StorageLocation *ReturnLoc = nullptr; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h305 static InitializedEntity InitializeResult(SourceLocation ReturnLoc, in InitializeResult() argument
310 static InitializedEntity InitializeStmtExprResult(SourceLocation ReturnLoc, in InitializeStmtExprResult() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3581 ActOnCapScopeReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,NamedReturnInfo & NRInfo,bool SupressSimplerImplicitMoves) ActOnCapScopeReturnStmt() argument
3797 DeduceFunctionTypeFromReturnExpr(FunctionDecl * FD,SourceLocation ReturnLoc,Expr * RetExpr,const AutoType * AT) DeduceFunctionTypeFromReturnExpr() argument
3907 ActOnReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,Scope * CurScope) ActOnReturnStmt() argument
3944 BuildReturnStmt(SourceLocation ReturnLoc,Expr * RetValExp,bool AllowRecovery) BuildReturnStmt() argument
[all...]
H A DSemaChecking.cpp13908 CheckReturnValExpr(Expr * RetValExp,QualType lhsType,SourceLocation ReturnLoc,bool isObjCMethod,const AttrVec * Attrs,const FunctionDecl * FD) CheckReturnValExpr() argument
H A DTreeTransform.h1479 RebuildReturnStmt(SourceLocation ReturnLoc,Expr * Result) RebuildReturnStmt() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2425 SourceLocation ReturnLoc = ConsumeToken(); // eat the 'return'. ParseReturnStatement() local