Home
last modified time | relevance | path

Searched refs:IgnoreCasts (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp80 return CE->getCallee()->IgnoreCasts() == S && CE->isBuiltinAssumeFalse(C); in isBuiltinAssumeFalse()
200 S = Ex->IgnoreCasts(); in isConfigurationValue()
209 S = Ex->IgnoreCasts(); in isConfigurationValue()
264 UO->getSubExpr()->IgnoreCasts()->getSourceRange()) in isConfigurationValue()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp117 E = E->IgnoreCasts(); in getBlockExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h859 Expr *IgnoreCasts() LLVM_READONLY;
860 const Expr *IgnoreCasts() const { in IgnoreCasts() function
861 return const_cast<Expr *>(this)->IgnoreCasts(); in IgnoreCasts()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3018 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr