Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp78 return CE->getCallee()->IgnoreCasts() == S && CE->isBuiltinAssumeFalse(C); in isBuiltinAssumeFalse()
200 S = Ex->IgnoreCasts(); in isConfigurationValue()
209 S = Ex->IgnoreCasts(); in isConfigurationValue()
263 UO->getSubExpr()->IgnoreCasts()->getSourceRange()) in isConfigurationValue()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp134 E = E->IgnoreCasts(); in getBlockExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h823 Expr *IgnoreCasts() LLVM_READONLY;
824 const Expr *IgnoreCasts() const { in IgnoreCasts() function
825 return const_cast<Expr *>(this)->IgnoreCasts(); in IgnoreCasts()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2912 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr