Home
last modified time | relevance | path

Searched refs:IgnoreCasts (Results 1 – 6 of 6) 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()
H A DThreadSafety.cpp2018 if (const auto *CBTE = dyn_cast<CXXBindTemporaryExpr>(Arg->IgnoreCasts()); in handleCall()
/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.h879 Expr *IgnoreCasts() LLVM_READONLY;
880 const Expr *IgnoreCasts() const { in IgnoreCasts() function
881 return const_cast<Expr *>(this)->IgnoreCasts(); in IgnoreCasts()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp2507 if (Arg->IgnoreCasts()->isModifiableLvalue(S->Context, &OrigLoc) == in CheckModifiableLValue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3074 Expr *Expr::IgnoreCasts() { in IgnoreCasts() function in Expr