HomeSort by: relevance | last modified time | path
    Searched refs:IgnoreCasts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ReachableCode.cpp 78 return CE->getCallee()->IgnoreCasts() == S && CE->isBuiltinAssumeFalse(C);
200 S = Ex->IgnoreCasts();
209 S = Ex->IgnoreCasts();
263 UO->getSubExpr()->IgnoreCasts()->getSourceRange())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 134 E = E->IgnoreCasts();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 826 Expr *IgnoreCasts() LLVM_READONLY;
827 const Expr *IgnoreCasts() const {
828 return const_cast<Expr *>(this)->IgnoreCasts();
880 /// * What IgnoreCasts() skips
896 /// * What IgnoreCasts() skips, except that only lvalue-to-rvalue
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2840 Expr *Expr::IgnoreCasts() {

Completed in 75 milliseconds