| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsAsExpression.h | 38 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression() argument
|
| H A D | tsEnumDeclaration.h | 34 bool isConst; member
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsAsExpressionBuilder.h | 41 TSAsExpressionBuilder &SetIsCOnst(bool isConst) in SetIsCOnst() argument
|
| H A D | tsEnumDeclarationBuilder.h | 56 TSEnumDeclarationBuilder &SetIsConst(bool isConst) in SetIsConst() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsAsExpression.h | 35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression() argument
|
| H A D | tsEnumDeclaration.h | 43 TSEnumDeclaration(binder::TSEnumScope *scope, Identifier *key, ArenaVector<TSEnumMember *> &&members, bool isExport, bool isDeclare, bool isConst) TSEnumDeclaration() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserEnums.cpp | 125 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 D | expressionTSParser.cpp | 130 bool isConst = false; in ParsePotentialAsExpression() local
|
| H A D | TypedParser.cpp | 661 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 D | variableDeclarator.cpp | 80 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | program_dump.cpp | 282 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 D | declaration.h | 136 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 D | declaration.h | 167 explicit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl() argument
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgStatement.cpp | 302 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST; in DeclarationStatement() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_graph_coloring.cpp | 335 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 D | GlobalMerge.cpp | 219 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 D | builtins.cpp | 172 auto isConst = llvm::cast<llvm::ConstantInt>(op1); in PreWRBHelper() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | TSAnalyzer.cpp | 1307 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 D | disassembler.cpp | 1268 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 D | expressionParser.cpp | 141 bool isConst = false; in ParseTsAsExpression() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | slow_runtime_stub.cpp | 905 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 D | vktPipelineSpecConstantTests.cpp | 2048 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 D | TypeRecord.h | 331 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 D | vktPipelineSpecConstantTests.cpp | 2035 const bool isConst = (scalarType != glu::TYPE_FLOAT) && (scalarType != glu::TYPE_DOUBLE); in makeMatrixVectorCompositeCaseDefinition() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 777 RuntimeStGlobalRecord(JSThread *thread, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value, bool isConst) RuntimeStGlobalRecord() argument
|