Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp79 return CE->getCallee()->IgnoreCasts() == S && CE->isBuiltinAssumeFalse(C); in isBuiltinAssumeFalse()
199 S = Ex->IgnoreCasts(); in isConfigurationValue()
208 S = Ex->IgnoreCasts(); in isConfigurationValue()
263 UO->getSubExpr()->IgnoreCasts()->getSourceRange()) in isConfigurationValue()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp139 E = E->IgnoreCasts(); in getBlockExpr()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h847 Expr *IgnoreCasts() LLVM_READONLY;
848 const Expr *IgnoreCasts() const { in IgnoreCasts() function
849 return const_cast<Expr *>(this)->IgnoreCasts(); in IgnoreCasts()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExpr.cpp3024 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr