Home
last modified time | relevance | path

Searched defs:literal (Results 1 - 25 of 160) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
H A DindirectTypeParameterReferences.js[all...]
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsLiteralType.h24 explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(literal) {} in TSLiteralType() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyLiteralsProto.cpp114 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 DtsLiteralTypeBuilder.h29 TSLiteralTypeBuilder &SetFunctionSignature(Expression *literal) in SetFunctionSignature() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsLiteralType.h34 explicit TSLiteralType(Expression *literal) : TypeNode(AstNodeType::TS_LITERAL_TYPE), literal_(literal) {} in TSLiteralType() argument
/third_party/gn/src/gn/
H A Dpattern.h46 std::string literal; member
H A Dsubstitution_pattern.h34 std::string literal; member
/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.cc18 UnoptimizedCompilationInfo(Zone* zone, ParseInfo* parse_info, FunctionLiteral* literal) UnoptimizedCompilationInfo() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DbigintLowering.cpp28 ir::Expression *CreateBigInt(public_lib::Context *ctx, ir::BigIntLiteral *literal) in CreateBigInt() argument
H A DstringConstructorLowering.cpp73 auto *literal = argType->IsETSNullType() ? checker->AllocNode<ir::StringLiteral>("null") in ReplaceStringConstructor() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dliterals.h64 void ResetLiteral(size_t index, const ir::Literal *literal) in ResetLiteral() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-flags.cc43 GetFlagForLiteral( const AstStringConstants* ast_constants, Literal* literal) GetFlagForLiteral() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_constants.cc42 EvaluateConstantValue( const ast::LiteralExpression* literal, const sem::Type* type) EvaluateConstantValue() argument
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.h48 uint32_t literal; member
/third_party/node/deps/v8/src/numbers/
H A Dinteger-literal.h89 operator <<(std::ostream& stream, const IntegerLiteral& literal) operator <<() argument
/third_party/node/deps/v8/src/parsing/
H A Dliteral-buffer.h57 base::Vector<const Char> literal() const { in literal() function in v8::internal::final
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.cpp139 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 Dtext_to_binary.constant_test.cpp242 std::string literal; member
276 std::string literal; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.constant_test.cpp242 std::string literal; member
276 std::string literal; member
[all...]
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp89 void RegexParser::literal() { in literal() function in RegexParser
/third_party/skia/third_party/externals/tint/src/writer/
H A Dappend_vector_test.cc458 auto* literal = As<ast::SintLiteralExpression>(vec_0004->args[i]); in TEST_F() local
/third_party/rust/crates/rust-cexpr/src/
H A Dlib.rs25 pub mod literal; modules
/third_party/rust/crates/regex/src/
H A Dlib.rs744 mod literal; modules
/third_party/spirv-tools/test/
H A Dtext_to_binary.constant_test.cpp242 std::string literal; member
276 std::string literal; member
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H A Dtype_converter.cpp29 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

Completed in 11 milliseconds

1234567