Home
last modified time | relevance | path

Searched defs:callee (Results 1 - 25 of 112) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dcheck_external.cpp46 auto callee = call->getCalledFunction(); in run() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DnewExpression.h37 explicit NewExpression(Expression *const callee, ArenaVector<Expression *> &&arguments) in NewExpression() argument
H A DdirectEvalExpression.h28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression() argument
H A DcallExpression.h44 explicit CallExpression(Expression *const callee, ArenaVector<Expression *> &&arguments, in CallExpression() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/
H A DdynamicCall.h42 static bool IsByValue(const varbinder::ETSBinder *varbinder, const ir::Expression *callee) in IsByValue() argument
H A DdynamicCall.cpp26 DynamicCall::Result DynamicCall::ResolveCall(const varbinder::ETSBinder *varbinder, const ir::Expression *callee) in ResolveCall() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_function_can_inline.cpp61 const ir_function_signature *callee = call->callee; in can_inline() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumPostCheckLowering.cpp33 auto *callee = checker->AllocNode<ir::MemberExpression>(classId, methodId, in CreateCall() local
H A DstringComparison.cpp85 auto *const callee = checker->AllocNode<ir::Identifier>("compareTo", checker->Allocator()); in ProcessBinaryExpression() local
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp25 VReg callee = FunctionReg(node); in Prepare() local
H A DgeneratorFunctionBuilder.cpp25 VReg callee = FunctionReg(node); in Prepare() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcallExpressionBuilder.h32 CallExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
H A DdirectEvalExpressionBuilder.h32 DirectEvalExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
H A DnewExpressionBuilder.h32 NewExpressionBuilder &SetCallee(Expression *const callee) in SetCallee() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DmodifierAccessValid.cpp55 const auto *callee = callExpr->Callee(); in HandleCallExpression() local
H A DimportExportAccessValid.cpp49 const auto *callee = callExpr->Callee(); in operator ()() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DgeneratorFunctionBuilder.cpp26 VReg callee = FunctionReg(node); in Prepare() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DtaggedTemplateExpression.cpp51 compiler::VReg callee = pg->AllocReg(); in Compile() local
H A DnewExpression.h36 explicit NewExpression(Expression *callee, TSTypeParameterInstantiation *typeParams, in NewExpression() argument
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_check_access_control.h43 void SetAccessCallee(const DmAccessCallee &callee) in SetAccessCallee() argument
/third_party/node/deps/v8/src/api/
H A Dapi-arguments.cc35 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 Dpass_merge_return_test.cpp2007 const std::string callee = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_merge_return_test.cpp2007 const std::string callee = in TEST_F() local
/third_party/spirv-tools/test/opt/
H A Dpass_merge_return_test.cpp2005 const std::string callee = in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dcha.cpp132 void ClassHierarchyAnalysis::AddDependency(Method *callee, Method *caller) in AddDependency() argument

Completed in 13 milliseconds

12345