Home
last modified time | relevance | path

Searched defs:arguments (Results 251 - 261 of 261) sorted by relevance

1...<<11

/third_party/python/Modules/clinic/
H A Dposixmodule.c.h7253 const Py_UNICODE *arguments = NULL; in os_startfile() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp1594 string arguments; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp773 checkConstructorArguments(const TSourceLoc &line, const TIntermSequence &arguments, const TType &type) checkConstructorArguments() argument
4171 checkUnsizedArrayConstructorArgumentDimensionality( const TIntermSequence &arguments, TType type, const TSourceLoc &line) checkUnsizedArrayConstructorArgumentDimensionality() argument
4219 TIntermSequence &arguments = fnCall->arguments(); addConstructor() local
6513 TIntermSequence *arguments = functionCall->getSequence(); checkTextureGather() local
6579 TIntermSequence *arguments = functionCall->getSequence(); checkTextureOffset() local
6739 TIntermSequence *arguments = functionCall->getSequence(); checkAtomicMemoryBuiltinFunctions() local
6774 TIntermSequence *arguments = functionCall->getSequence(); checkImageMemoryAccessForBuiltinFunctions() local
6822 const TIntermSequence &arguments = *functionCall->getSequence(); checkImageMemoryAccessForUserDefinedFunctions() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp417 auto arguments = GetIntrinsicArguments(llvmId->getFunctionType(), inst->CastToIntrinsic()); in TryEmitIntrinsic() local
1112 auto arguments = GetIntrinsicArguments(rtFunctionTy, inst->CastToIntrinsic()); CreateIntrinsicCall() local
1116 CreateIntrinsicCall(Inst *inst, RuntimeInterface::IntrinsicId entryId, llvm::ArrayRef<llvm::Value *> arguments) CreateIntrinsicCall() argument
1971 CreateDeoptimizationBranch(Inst *inst, llvm::Value *deoptimize, RuntimeInterface::EntrypointId exception, llvm::ArrayRef<llvm::Value *> arguments) CreateDeoptimizationBranch() argument
2010 CreateDeoptimizeCall(Inst *inst, llvm::ArrayRef<llvm::Value *> arguments, RuntimeInterface::EntrypointId exception) CreateDeoptimizeCall() argument
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp3472 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* arguments) in decomposeStructBufferMethods() argument
2475 handleFunctionArgument(TFunction* function, TIntermTyped*& arguments, TIntermTyped* newArg) handleFunctionArgument() argument
3875 decomposeSampleMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* arguments) decomposeSampleMethods() argument
4755 decomposeGeometryMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* arguments) decomposeGeometryMethods() argument
4817 decomposeIntrinsic(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* arguments) decomposeIntrinsic() argument
5486 handleFunctionCall(const TSourceLoc& loc, TFunction* function, TIntermTyped* arguments) handleFunctionCall() argument
5672 pushFrontArguments(TIntermTyped* front, TIntermTyped*& arguments) pushFrontArguments() argument
5762 addInputArgumentConversions(const TFunction& function, TIntermTyped*& arguments) addInputArgumentConversions() argument
5835 expandArguments(const TSourceLoc& loc, const TFunction& function, TIntermTyped*& arguments) expandArguments() argument
5919 TIntermSequence& arguments = argSequence.empty() ? intermNode.getAsAggregate()->getSequence() : argSequence; addOutputArgumentConversions() local
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc2403 ReadCodeTypeAndArguments( const v8::FunctionCallbackInfo<v8::Value>& args, int index, CodeType* code_type, Local<Value>* arguments) ReadCodeTypeAndArguments() argument
2441 FunctionAndArgumentsToString(Local<Function> function, Local<Value> arguments, Local<String>* source, Isolate* isolate) FunctionAndArgumentsToString() argument
2494 Local<Value> arguments; ReadSource() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5303 va_list arguments; in ThrowInternal() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c9692 static sljit_s32 SLJIT_FUNC do_callout_jit(struct jit_arguments *arguments, pcre2_callout_block *callout_block, PCRE2_SPTR *jit_ovector) in do_callout_jit() argument
[all...]
/third_party/python/Modules/
H A Dposixmodule.c12726 os_startfile_impl(PyObject *module, path_t *filepath, const Py_UNICODE *operation, const Py_UNICODE *arguments, path_t *cwd, int show_cmd) os_startfile_impl() argument
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc2587 CompileFunction( Local<Context> context, Source* source, size_t arguments_count, Local<String> arguments[], size_t context_extension_count, Local<Object> context_extensions[], CompileOptions options, NoCacheReason no_cache_reason) CompileFunction() argument
2598 CompileFunctionInContext( Local<Context> context, Source* source, size_t arguments_count, Local<String> arguments[], size_t context_extension_count, Local<Object> context_extensions[], CompileOptions options, NoCacheReason no_cache_reason, Local<ScriptOrModule>* script_or_module_out) CompileFunctionInContext() argument
2609 CompileFunctionInternal( Local<Context> v8_context, Source* source, size_t arguments_count, Local<String> arguments[], size_t context_extension_count, Local<Object> context_extensions[], CompileOptions options, NoCacheReason no_cache_reason, Local<ScriptOrModule>* script_or_module_out) CompileFunctionInternal() argument
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 88 milliseconds

1...<<11