| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | check_external.cpp | 46 auto callee = call->getCalledFunction(); in run() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | newExpression.h | 37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression() argument
|
| H A D | directEvalExpression.h | 28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression() argument
|
| H A D | callExpression.h | 44 explicit CallExpression(Expression *const callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/ |
| H A D | dynamicCall.h | 42 static bool IsByValue(const varbinder::ETSBinder *varbinder, const ir::Expression *callee) in IsByValue() argument
|
| H A D | dynamicCall.cpp | 26 DynamicCall::Result DynamicCall::ResolveCall(const varbinder::ETSBinder *varbinder, const ir::Expression *callee) in ResolveCall() argument [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_function_can_inline.cpp | 61 const ir_function_signature *callee = call->callee; in can_inline() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | enumPostCheckLowering.cpp | 33 auto *callee = checker->AllocNode<ir::MemberExpression>(classId, methodId, in CreateCall() local
|
| H A D | stringComparison.cpp | 85 auto *const callee = checker->AllocNode<ir::Identifier>("compareTo", checker->Allocator()); in ProcessBinaryExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/function/ |
| H A D | asyncGeneratorFunctionBuilder.cpp | 25 VReg callee = FunctionReg(node); in Prepare() local
|
| H A D | generatorFunctionBuilder.cpp | 25 VReg callee = FunctionReg(node); in Prepare() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | callExpressionBuilder.h | 32 CallExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
|
| H A D | directEvalExpressionBuilder.h | 32 DirectEvalExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
|
| H A D | newExpressionBuilder.h | 32 NewExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | modifierAccessValid.cpp | 55 const auto *callee = callExpr->Callee(); in HandleCallExpression() local
|
| H A D | importExportAccessValid.cpp | 49 const auto *callee = callExpr->Callee(); in operator ()() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| H A D | generatorFunctionBuilder.cpp | 26 VReg callee = FunctionReg(node); in Prepare() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | taggedTemplateExpression.cpp | 51 compiler::VReg callee = pg->AllocReg(); in Compile() local
|
| H A D | newExpression.h | 36 explicit NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, in NewExpression() argument
|
| /foundation/distributedhardware/device_manager/common/include/ipc/model/ |
| H A D | ipc_check_access_control.h | 43 void SetAccessCallee(const DmAccessCallee &callee) in SetAccessCallee() argument
|
| /third_party/node/deps/v8/src/api/ |
| H A D | api-arguments.cc | 35 FunctionCallbackArguments( internal::Isolate* isolate, internal::Object data, internal::HeapObject callee, internal::Object holder, internal::HeapObject new_target, internal::Address* argv, int argc) FunctionCallbackArguments() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | pass_merge_return_test.cpp | 2007 const std::string callee = in TEST_F() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | pass_merge_return_test.cpp | 2007 const std::string callee = in TEST_F() local
|
| /third_party/spirv-tools/test/opt/ |
| H A D | pass_merge_return_test.cpp | 2005 const std::string callee = in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | cha.cpp | 132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency() argument
|