Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp134 E = E->IgnoreCasts(); in getBlockExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h826 Expr *IgnoreCasts() LLVM_READONLY;
827 const Expr *IgnoreCasts() const { in IgnoreCasts() function
828 return const_cast<Expr *>(this)->IgnoreCasts(); in IgnoreCasts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2840 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr