Home
last modified time | relevance | path

Searched defs:isConst (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsAsExpression.h38 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression() argument
H A DtsEnumDeclaration.h34 bool isConst; member
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsAsExpressionBuilder.h41 TSAsExpressionBuilder &SetIsCOnst(bool isConst) in SetIsCOnst() argument
H A DtsEnumDeclarationBuilder.h56 TSEnumDeclarationBuilder &SetIsConst(bool isConst) in SetIsConst() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsAsExpression.h35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression() argument
H A DtsEnumDeclaration.h43 TSEnumDeclaration(binder::TSEnumScope *scope, Identifier *key, ArenaVector<TSEnumMember *> &&members, bool isExport, bool isDeclare, bool isConst) TSEnumDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserEnums.cpp125 ir::Statement *ETSParser::ParseEnumDeclaration(bool isConst, bool isStatic) in ParseEnumDeclaration() argument
179 ParseEnumMembers(ir::Identifier *const key, const lexer::SourcePosition &enumStart, const bool isConst, const bool isStatic) ParseEnumMembers() argument
H A DexpressionTSParser.cpp130 bool isConst = false; in ParsePotentialAsExpression() local
H A DTypedParser.cpp661 ir::Statement *TypedParser::ParseEnumDeclaration(bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumDeclaration() argument
609 ParseEnumMembers(ir::Identifier *key, const lexer::SourcePosition &enumStart, bool isConst, [[maybe_unused]] bool isStatic) ParseEnumMembers() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp80 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp282 bool isConst = litArray.literals[0].IsArray(); in DumpLiteralArray() local
353 void PandasmProgramDumper::DumpValues(const pandasm::LiteralArray &litArray, const bool isConst, std::ostream &os, in DumpValues() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h136 explicit EnumLiteralDecl(util::StringView name, bool isConst) : Decl(name), isConst_(isConst) {} in EnumLiteralDecl() argument
137 explicit EnumLiteralDecl(util::StringView name, ir::AstNode *declNode, bool isConst) in EnumLiteralDecl() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.h167 explicit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl() argument
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgStatement.cpp302 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST; in DeclarationStatement() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp335 bool isConst = interval->GetInst()->IsConst(); in SparseIG() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DGlobalMerge.cpp219 doMerge(SmallVectorImpl<GlobalVariable*> &Globals, Module &M, bool isConst, unsigned AddrSpace) const doMerge() argument
437 doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, const BitVector &GlobalSet, Module &M, bool isConst, unsigned AddrSpace) const doMerge() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dbuiltins.cpp172 auto isConst = llvm::cast<llvm::ConstantInt>(op1); in PreWRBHelper() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1307 const bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
1808 checker::Type *TSAnalyzer::InferType(checker::TSChecker *checker, bool isConst, ir::TSEnumDeclaration *st) const in InferType() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1268 bool isConst = litArray.literals[0].IsArray(); in Serialize() local
1377 void Disassembler::SerializeValues(const pandasm::LiteralArray &litArray, const bool isConst, std::ostream &os) const in SerializeValues() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp141 bool isConst = false; in ParseTsAsExpression() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp905 JSTaggedValue SlowRuntimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2048 const bool isConst = (scalarType != glu::TYPE_FLOAT) && (scalarType != glu::TYPE_DOUBLE); in makeMatrixVectorCompositeCaseDefinition() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h331 bool isConst() const { return !!(Attrs & uint32_t(PointerOptions::Const)); } in isConst() function in llvm::codeview::PointerRecord
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2035 const bool isConst = (scalarType != glu::TYPE_FLOAT) && (scalarType != glu::TYPE_DOUBLE); in makeMatrixVectorCompositeCaseDefinition() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h777 RuntimeStGlobalRecord(JSThread *thread, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value, bool isConst) RuntimeStGlobalRecord() argument

Completed in 42 milliseconds

12