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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1778 bool LoadBlockVarAddr, CanThrow; member in struct:__anon325::final
1957 bool CanThrow = local
2923 BuildBlockRelease(llvm::Value *V, BlockFieldFlags flags, bool CanThrow) argument
2937 enterByrefCleanup(CleanupKind Kind, Address Addr, BlockFieldFlags Flags, bool LoadBlockVarAddr, bool CanThrow) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2580 static bool CanThrow(Expr *E, ASTContext &Ctx) { function
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2790 setBlockVarCopyInit(const VarDecl*VD, Expr *CopyExpr, bool CanThrow) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5635 BlockVarCopyInit(Expr *CopyExpr, bool CanThrow) argument
5637 void setExprAndFlag(Expr *CopyExpr, bool CanThrow) { argument

Completed in 136 milliseconds