Searched refs:E2 (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12995 QualType FindCompositePointerType(SourceLocation Loc, Expr *&E1, Expr *&E2,
12998 ExprResult &E1, ExprResult &E2,
13000 Expr *E1Tmp = E1.get(), *E2Tmp = E2.get();
13004 E2 = E2Tmp;
12997 FindCompositePointerType(SourceLocation Loc, ExprResult &E1, ExprResult &E2, bool ConvertArgs = true) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1006 /// are not modified between E1 and E2 or the result my be invalid.
1007 static bool isSameComparisonOperand(const Expr* E1, const Expr* E2);
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp777 template< template<typename...> class L1, typename...E1, template<typename...> class L2, typename...E2, typename...Rest>\
778 struct append<L1<E1...>, L2<E2...>, Rest...> { using type = typename append<L1<E1...,E2...>, Rest...>::type; };\
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13690 static bool referToTheSameDecl(const Expr *E1, const Expr *E2) { argument
13692 if (const DeclRefExpr *D2 = dyn_cast_or_null<DeclRefExpr>(E2))
17052 // The expression E1[E2] is identical (by definition) to *((E1)+(E2)). The
17053 // expression E1 is sequenced before the expression E2.
17066 // Abbreviating pm-expression.*cast-expression as E1.*E2, [...]
17067 // the expression E1 is sequenced before the expression E2.
17080 // The expression E1 is sequenced before the expression E2.
17480 const Expr *E2 = CXXOCE->getArg(1);
17482 std::swap(E1, E2);
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20191 for (auto I2 = (*I)->use_begin(), E2 = (*I)->use_end(); I2 != E2; ++I2)
[all...]

Completed in 446 milliseconds

12