Home
last modified time | relevance | path

Searched defs:expr (Results 126 – 150 of 1748) sorted by relevance

12345678910>>...70

/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dast.py85 def __init__(self, expr, attrname, flags, lineno=None): argument
170 def __init__(self, nodes, expr, lineno=None): argument
191 def __init__(self, node, op, expr, lineno=None): argument
207 def __init__(self, expr, lineno=None): argument
340 def __init__(self, expr, ops, lineno=None): argument
420 def __init__(self, expr, lineno=None): argument
462 def __init__(self, expr, locals, globals, lineno=None): argument
642 def __init__(self, expr, quals, lineno=None): argument
663 def __init__(self, expr, attrname, lineno=None): argument
744 def __init__(self, expr, lineno=None): argument
[all …]
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java321 public void atNewExpr(NewExpr expr) throws CompileError { in atNewExpr()
340 public void atNewArrayExpr(NewExpr expr) throws CompileError { in atNewArrayExpr()
481 public void atCallExpr(CallExpr expr) throws CompileError { in atCallExpr()
820 protected void atFieldAssign(Expr expr, int op, ASTree left, in atFieldAssign()
900 protected void atFieldRead(ASTree expr) throws CompileError in atFieldRead()
918 private void atArrayLength(ASTree expr) throws CompileError { in atArrayLength()
1026 ASTree oprand, Expr expr, boolean doDup) in atFieldPlusPlus()
1052 protected CtField fieldAccess(ASTree expr, boolean acceptLength) in fieldAccess()
H A DJvstCodeGen.java138 protected void atFieldAssign(Expr expr, int op, ASTree left, in atFieldAssign()
177 public void atCastExpr(CastExpr expr) throws CompileError { in atCastExpr()
201 protected void atCastToRtype(CastExpr expr) throws CompileError { in atCastToRtype()
217 protected void atCastToWrapper(CastExpr expr) throws CompileError { in atCastToWrapper()
247 public void atCallExpr(CallExpr expr) throws CompileError { in atCallExpr()
299 Expr expr = (Expr)name; in makeCflowName() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_llvm.cpp637 auto expr = For::make(i, 0, N, b.store({i}, a.load(i))); in TEST() local
656 auto expr = For::make(i, 0, N, b.store({i}, 0)); in TEST() local
677 auto expr = For::make(i, 0, N, c.store({i}, Add::make(a.load(i), b.load(i)))); in TEST() local
702 auto expr = For::make(i, 0, N, c.store({i}, a.load(i) + b.load(i))); in TEST() local
725 auto expr = For::make( in TEST() local
751 auto expr = For::make( in TEST() local
779 auto expr = in TEST() local
805 auto expr = in TEST() local
831 auto expr = in TEST() local
857 auto expr = in TEST() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/
H A DAssignTypesVisitor.java77 FunctionCallExpression expr = (FunctionCallExpression) super.visitFunctionCallExpression(e); in visitFunctionCallExpression() local
128 LetExpression expr = (LetExpression) super.visitLetExpression(e); in visitLetExpression() local
142 … IndexedAccessExpression expr = (IndexedAccessExpression) super.visitIndexedAccessExpression(e); in visitIndexedAccessExpression() local
157 MemberAccessExpression expr = (MemberAccessExpression) super.visitMemberAccessExpression(e); in visitMemberAccessExpression() local
/aosp_15_r20/external/executorch/runtime/platform/
H A Dcompiler.h92 #define ET_LIKELY(expr) (expr) [[likely]] argument
93 #define ET_UNLIKELY(expr) (expr) [[unlikely]] argument
97 #define ET_LIKELY(expr) (expr) argument
98 #define ET_UNLIKELY(expr) (expr) argument
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DSeparateCompoundExpressions.cpp36 bool IsIndex(TIntermTyped &expr) in IsIndex()
199 TIntermTyped *expr; in pullMappedExpr() local
237 bool isStandaloneExpr(TIntermTyped &expr) in isStandaloneExpr()
378 TIntermTyped *expr = node.getOperand(); in visitUnaryPost() local
516 TIntermTyped *expr = node.getOperand(); in visitSwizzlePost() local
606 TIntermTyped *expr = node.getExpression(); in visitBranchPost() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dfunctions.hpp427 auto norm(detail::tensor_expression<T,D> const& expr) in norm()
450 auto real(detail::tensor_expression<T,D> const& expr) { in real()
460 auto real(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in real()
494 auto imag(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in imag()
516 auto conj(detail::tensor_expression<T,D> const& expr) in conj()
546 auto conj(detail::tensor_expression<tensor<std::complex<V>,F,A>,D> const& expr) in conj()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/nonterminal/
Drule.hpp237 friend rule& operator%=(rule& r, Expr const& expr) in operator %=()
246 friend rule& operator%=(rule& r, Expr& expr) in operator %=()
253 friend rule& operator%=(rule& r, Expr&& expr) in operator %=()
412 rule<OutputIterator_, T1_, T2_, T3_, T4_>& r, Expr const& expr) in operator %=()
431 rule<Iterator_, T1_, T2_, T3_, T4_>& r, Expr& expr) in operator %=()
/aosp_15_r20/bionic/tests/
H A Dclang_fortify_tests.cpp114 #define DIE_WITH(expr, cond, regex) EXPECT_EXIT(ExitAfter([&] { (expr); }), cond, regex) argument
119 #define EXPECT_NO_DEATH(expr) DIE_WITH(expr, testing::ExitedWithCode(0), "") argument
120 #define EXPECT_FORTIFY_DEATH(expr) DIE_WITH(expr, testing::KilledBySignal(SIGABRT), "FORTIFY") argument
132 #define EXPECT_NO_DEATH(expr) expr argument
133 #define EXPECT_FORTIFY_DEATH(expr) expr argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/msvc/
Dtypeof_impl.hpp181 # define BOOST_TYPEOF(expr) \ argument
184 # define BOOST_TYPEOF_TPL(expr) typename BOOST_TYPEOF(expr) argument
186 # define BOOST_TYPEOF_NESTED_TYPEDEF_TPL(name,expr) \ argument
193 # define BOOST_TYPEOF_NESTED_TYPEDEF(name,expr) \ argument
/aosp_15_r20/external/pdfium/xfa/fxfa/formcalc/
H A Dcxfa_fmexpression_unittest.cpp111 auto* expr = cppgc::MakeGarbageCollected<CXFA_FMVarExpression>( in TEST_F() local
127 auto* expr = cppgc::MakeGarbageCollected<CXFA_FMVarExpression>( in TEST_F() local
144 auto* expr = cppgc::MakeGarbageCollected<CXFA_FMVarExpression>( in TEST_F() local
161 auto* expr = cppgc::MakeGarbageCollected<CXFA_FMVarExpression>( in TEST_F() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dopt_rebalance_tree.cpp228 ir_expression *expr = ir->as_expression(); in is_reduction() local
260 handle_expression(ir_expression *expr) in handle_expression()
286 ir_expression *expr = ir->as_expression(); in update_types() local
305 ir_expression *expr = (*rvalue)->as_expression(); in handle_rvalue() local
/aosp_15_r20/external/jsoncpp/src/test_lib_json/
H A Djsontest.h177 const char* file, unsigned int line, const char* expr) { in checkEqual()
201 #define JSONTEST_ASSERT(expr) \ argument
209 #define JSONTEST_ASSERT_PRED(expr) \ argument
232 #define JSONTEST_ASSERT_THROWS(expr) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/nonterminal/
Drule.hpp243 friend rule& operator%=(rule& r, Expr const& expr) in operator %=()
252 friend rule& operator%=(rule& r, Expr& expr) in operator %=()
259 friend rule& operator%=(rule& r, Expr&& expr) in operator %=()
387 rule<OutputIterator_, T1_, T2_, T3_, T4_>&r, Expr const& expr) in operator %=()
407 rule<OutputIterator_, T1_, T2_, T3_, T4_>& r, Expr& expr) in operator %=()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp193 CharUnits CGCXXABI::GetArrayCookieSize(const CXXNewExpr *expr) { in GetArrayCookieSize()
207 const CXXNewExpr *expr, in InitializeArrayCookie()
214 bool CGCXXABI::requiresArrayCookie(const CXXDeleteExpr *expr, in requiresArrayCookie()
224 bool CGCXXABI::requiresArrayCookie(const CXXNewExpr *expr) { in requiresArrayCookie()
234 const CXXDeleteExpr *expr, QualType eltTy, in ReadArrayCookie()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDefs.cpp42 Error::Error(VkResult error, const char *message, const char *expr, const char *file, int line, qpT… in Error()
48 Error::Error(VkResult error, const char *message, const char *expr, const char *file, int line) in Error()
62 NotSupportedError::NotSupportedError(VkResult error, const char *message, const char *expr, const c… in NotSupportedError()
78 OutOfMemoryError::OutOfMemoryError(VkResult error, const char *message, const char *expr, const cha… in OutOfMemoryError()
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
88 #define OR_FATAL(expr) \ argument
99 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
88 #define OR_FATAL(expr) \ argument
99 #define OR_FATAL(expr) \ argument
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/system/libbase/include/android-base/
Derrors.h75 #define OR_RETURN(expr) \ argument
87 #define OR_FATAL(expr) \ argument
97 #define OR_FATAL(expr) \ argument

12345678910>>...70