Searched defs:CanThrow (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1703 bool LoadBlockVarAddr, CanThrow; member in struct:__anon1674::final
1882 bool CanThrow = local
2852 BuildBlockRelease(llvm::Value *V, BlockFieldFlags flags, bool CanThrow) argument
2866 enterByrefCleanup(CleanupKind Kind, Address Addr, BlockFieldFlags Flags, bool LoadBlockVarAddr, bool CanThrow) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2578 static bool CanThrow(Expr *E, ASTContext &Ctx) { function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5844 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) argument
5846 void setExprAndFlag(Expr *CopyExpr, bool CanThrow) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2778 setBlockVarCopyInit(const VarDecl*VD, Expr *CopyExpr, bool CanThrow) argument

Completed in 157 milliseconds