Searched refs:LIST (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/runtime_core/docs/diagrams/ |
D | static-analyzer-warnings-generation.puactivity | 27 if (function in GC FUNCTION LIST) 31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
|
D | static-analyzer-gc-func-list-gen.puactivity | 33 :Generate list of all functions which can call GC (GC FUNCTION LIST);
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | pandargs.h | 42 enum class PandArgType : uint8_t { STRING, INTEGER, DOUBLE, BOOL, LIST, UINT32, UINT64, COMPOUND, N… enumerator 111 : PandArgBase(name, desc, PandArgType::LIST), in PandArg() 175 return PandArgType::LIST; in EvalType() 404 case PandArgType::LIST: { in GetRegularArgs() 483 case PandArgType::LIST: in InitDefault() 694 case PandArgType::LIST: in ParseTail() 736 case PandArgType::LIST: in ParseNextParam()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
D | README.md | 13 [--input-type {class,pa}] [--compiler-options LIST] 23 --compiler-options LIST
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | pandargs_test.cpp | 119 EXPECT_EQ(pald.GetType(), PandArgType::LIST); 123 EXPECT_EQ(pal.GetType(), PandArgType::LIST);
|