| /third_party/typescript/tests/baselines/reference/ |
| H A D | indirectTypeParameterReferences.js | [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsLiteralType.h | 24 explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(literal) {} in TSLiteralType() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyLiteralsProto.cpp | 114 panda::pandasm::LiteralArray::Literal literal; in Deserialize() local 120 void Literal::Serialize(const panda::pandasm::LiteralArray::Literal &literal, protoPanda::Literal &protoLiteral) in Serialize() argument 127 void Literal::Deserialize(const protoPanda::Literal &protoLiteral, panda::pandasm::LiteralArray::Literal &literal) in Deserialize() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsLiteralTypeBuilder.h | 29 TSLiteralTypeBuilder &SetFunctionSignature(Expression *literal) in SetFunctionSignature() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsLiteralType.h | 34 explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(literal) {} in TSLiteralType() argument
|
| /third_party/gn/src/gn/ |
| H A D | pattern.h | 46 std::string literal; member
|
| H A D | substitution_pattern.h | 34 std::string literal; member
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | unoptimized-compilation-info.cc | 18 UnoptimizedCompilationInfo(Zone* zone, ParseInfo* parse_info, FunctionLiteral* literal) UnoptimizedCompilationInfo() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | bigintLowering.cpp | 28 ir::Expression *CreateBigInt(public_lib::Context *ctx, ir::BigIntLiteral *literal) in CreateBigInt() argument
|
| H A D | stringConstructorLowering.cpp | 73 auto *literal = argType->IsETSNullType() ? checker->AllocNode<ir::StringLiteral>("null") in ReplaceStringConstructor() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | literals.h | 64 void ResetLiteral(size_t index, const ir::Literal *literal) in ResetLiteral() argument
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-flags.cc | 43 GetFlagForLiteral( const AstStringConstants* ast_constants, Literal* literal) GetFlagForLiteral() argument
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_constants.cc | 42 EvaluateConstantValue( const ast::LiteralExpression* literal, const sem::Type* type) EvaluateConstantValue() argument
|
| /third_party/mesa3d/src/freedreno/afuc/ |
| H A D | asm.h | 48 uint32_t literal; member
|
| /third_party/node/deps/v8/src/numbers/ |
| H A D | integer-literal.h | 89 operator <<(std::ostream& stream, const IntegerLiteral& literal) operator <<() argument
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | literal-buffer.h | 57 base::Vector<const Char> literal() const { in literal() function in v8::internal::final
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instrfactory.cpp | 139 bool InstrFactory::load_const(nir_load_const_instr *literal, Shader& shader) in load_const() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | text_to_binary.constant_test.cpp | 242 std::string literal; member 276 std::string literal; member [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | text_to_binary.constant_test.cpp | 242 std::string literal; member 276 std::string literal; member [all...] |
| /third_party/skia/src/sksl/lex/ |
| H A D | RegexParser.cpp | 89 void RegexParser::literal() { in literal() function in RegexParser
|
| /third_party/skia/third_party/externals/tint/src/writer/ |
| H A D | append_vector_test.cc | 458 auto* literal = As<ast::SintLiteralExpression>(vec_0004->args[i]); in TEST_F() local
|
| /third_party/rust/crates/rust-cexpr/src/ |
| H A D | lib.rs | 25 pub mod literal; modules
|
| /third_party/rust/crates/regex/src/ |
| H A D | lib.rs | 744 mod literal; modules
|
| /third_party/spirv-tools/test/ |
| H A D | text_to_binary.constant_test.cpp | 242 std::string literal; member 276 std::string literal; member [all...] |
| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | type_converter.cpp | 29 ValueUnit::ValueUnit(uint64_t value, const std::string_view &literal) : value_(value), literal_(literal) {} in ValueUnit() argument 31 ValueUnit::ValueUnit(double value, const std::string_view &literal) : value_(value), literal_(literal) {} in ValueUnit() argument
|