Home
last modified time | relevance | path

Searched defs:variable (Results 51 - 75 of 263) sorted by relevance

1234567891011

/arkcompiler/ets_frontend/es2panda/parser/module/
H A DsourceTextModuleRecord.cpp180 auto variable = CheckAndAssignIndex(moduleScope, it->first, &index); in AssignIndexToModuleVariable() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DcheckerContext.cpp208 auto const *variable = ident->Variable(); global() variable
273 auto const *const variable = identifier->Variable(); global() variable
335 varbinder::Variable const *variable = nullptr; global() member in ark::es2panda::checker::varbinder
[all...]
H A DcheckerContext.h85 varbinder::Variable const *variable = nullptr; member in ark::es2panda::checker::final::varbinder
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp255 void ETSChecker::ValidateUnaryOperatorOperand(varbinder::Variable *variable) in ValidateUnaryOperatorOperand() argument
[all...]
/base/update/updater/services/script/script_interpreter/
H A Dscript_interpreter.cpp132 UScriptValuePtr variable = (*context)->FindVariable(*this, id); in FindVariable() local
146 UScriptValuePtr variable = (*context)->FindVariable(*this, id); in UpdateVariable() local
/third_party/mesa3d/src/gallium/tools/trace/
H A Dformat.py48 def variable(self, name): member in Formatter
81 def variable(self, name): member in AnsiFormatter
150 def variable(self, name): member in WindowsConsoleFormatter
/third_party/ntfs-3g/include/ntfs-3g/
H A Dcache.h30 void *variable; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateTypeSizeLimitations.cpp59 const TVariable &variable = asSymbol->variable(); variable
178 setCommonVariableProperties(const TType &type, const TVariable &variable, ShaderVariable *variableOut) const setCommonVariableProperties() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteArrayOfArrayOfOpaqueUniforms.cpp258 TIntermTyped *variable = sequence.front()->getAsTyped(); variable
[all...]
H A DSeparateDeclarations.cpp85 const TVariable *variable = &symbol->variable(); in visitSymbol() local
H A DScalarizeVecAndMatConstructorArgs.cpp201 TVariable *variable = CreateTempVariable(mSymbolTable, type); in createTempVariable() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DRewriteSampleMaskVariable.cpp54 TIntermTyped *variable = sequence.front()->getAsTyped(); variable
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DIntermNode_test.cpp50 TVariable *variable = in createTestSymbol() local
147 TVariable *variable = in TEST_F() local
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_source_encoding.py32 variable = '\u00fc' variable in EncodingTest
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExecutionContext.cpp61 ExecValueAccess ExecutionContext::getValue (const Variable* variable) in getValue() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
H A Dcleanup_inline_module.cpp148 auto variable = inlineFailurePath_[inlineFailurePath_.size() - 1]; in PrintForUsesInternalVariable() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.cpp128 void Signature::ToString(std::stringstream &ss, const varbinder::Variable *variable, bool printAsMethod, in ToString() argument
H A Dtype.h199 void SetVariable(varbinder::Variable *variable) in SetVariable() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectLiteralLowering.cpp41 auto *const variable = assignmentExpr->Left()->AsMemberExpression()->Property()->AsIdentifier()->Variable(); in MaybeAllowConstAssign() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.h35 Variable *variable; member
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsEnumDeclaration.cpp258 void AddEnumValueDeclaration(checker::Checker *checker, double number, binder::EnumVariable *variable) in AddEnumValueDeclaration() argument
291 void InferEnumVariableType(checker::Checker *checker, binder::EnumVariable *variable, double *value, bool *initNext, in InferEnumVariableType() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp61 binder::Variable *variable = ident->Variable(); in HandleDestructuringAssignment() local
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h22 u8 variable[0]; member
31 u8 variable[0]; member
38 u8 variable[0]; member
45 u8 variable[0]; member
58 u8 variable[0]; member
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_mp_ioctl.h71 u32 variable; member
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dpreprocess.c231 struct variable { struct
[all...]

Completed in 14 milliseconds

1234567891011