Home
last modified time | relevance | path

Searched defs:literal (Results 51 - 75 of 130) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_composites.cpp543 auto literal = inst->GetOperandAs<uint32_t>(i); in ValidateVectorShuffle() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dhex_float_test.cpp1102 std::string literal; member
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase() argument
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase() argument
1337 std::string literal; global() member
[all...]
/third_party/python/Parser/
H A Dstring_parser.c448 fstring_find_literal(Parser *p, const char **str, const char *end, int raw, PyObject **literal, int recurse_lvl, Token *t) fstring_find_literal() argument
874 fstring_find_literal_and_expr(Parser *p, const char **str, const char *end, int raw, int recurse_lvl, PyObject **literal, PyObject **expr_text, expr_ty *expression, Token *first_token, Token *t, Token *last_token) fstring_find_literal_and_expr() argument
1124 PyObject *literal = NULL; _PyPegen_FstringParser_ConcatFstring() local
[all...]
/third_party/python/Python/
H A Dast.c486 PyObject *literal = exp->v.Constant.value; in validate_pattern_match_value() local
576 PyObject *literal = key->v.Constant.value; in validate_pattern() local
[all...]
/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c425 PyObject* literal = PyObject_CallOneArg(ast_literal_eval_method, s); in fuzz_ast_literal_eval() local
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs947 let mut literal = crate::Literal::string(comment); variables
/third_party/rust/crates/rust-cexpr/src/
H A Dexpr.rs431 fn literal(self, input: &'_ [Token]) -> CResult<'_, EvalResult> { in literal() functions
/third_party/spirv-tools/source/
H A Dtext.cpp376 spv_literal_t literal = {}; in spvTextEncodeOperand() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_composites.cpp563 auto literal = inst->GetOperandAs<uint32_t>(i); in ValidateVectorShuffle() local
/third_party/spirv-tools/test/
H A Dhex_float_test.cpp1102 std::string literal; member
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase() argument
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase() argument
1337 std::string literal; global() member
[all...]
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp309 std::string literal; in literalString() local
[all...]
/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp302 UBool literal = false; in applyPattern() local
1001 UBool result = false, literal; resemblesPropertyPattern() local
[all...]
/third_party/libwebsockets/lib/misc/
H A Dlecp.c968 char stack[12], literal = 0, numeric = 0; in format_scan() local
/third_party/node/deps/brotli/c/enc/
H A Dmetablock.c579 uint8_t literal = ringbuffer[pos & mask]; in BrotliBuildMetaBlockGreedyInternal() local
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp302 UBool literal = false; in applyPattern() local
998 UBool result = false, literal; resemblesPropertyPattern() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pack.c446 bi_pack_literal(enum bi_clause_subword literal) in bi_pack_literal() argument
/third_party/node/deps/v8/src/objects/
H A Dshared-function-info.cc588 get_property_estimate_from_literal( FunctionLiteral* literal) get_property_estimate_from_literal() argument
599 UpdateExpectedNofPropertiesFromEstimate( FunctionLiteral* literal) UpdateExpectedNofPropertiesFromEstimate() argument
608 UpdateAndFinalizeExpectedNofPropertiesFromEstimate( FunctionLiteral* literal) UpdateAndFinalizeExpectedNofPropertiesFromEstimate() argument
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.h312 FunctionLiteral* literal() const { return literal_; } in literal() function in v8::internal::ParseInfo
313 void set_literal(FunctionLiteral* literal) { literal_ = literal; } in set_literal() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_tex.cpp1097 auto literal = nir_src_as_const_value(*offset); local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock.c579 uint8_t literal = ringbuffer[pos & mask]; in BrotliBuildMetaBlockGreedyInternal() local
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dinspector.cc266 auto* literal = var->constructor->As<ast::LiteralExpression>(); in GetConstantIDs() local
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc76 uint32_t const literal = 0; member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp302 UBool literal = FALSE; in applyPattern() local
1001 UBool result = FALSE, literal; resemblesPropertyPattern() local
[all...]
/third_party/python/Objects/stringlib/
H A Dunicode_format.h675 MarkupIterator_next(MarkupIterator *self, SubString *literal, in MarkupIterator_next() argument
875 SubString literal; do_markup() local
1002 SubString literal; formatteriter_next() local
[all...]
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c295 static_snapshot_error_unsupported_literal(snapshot_globals_t *globals_p, ecma_value_t literal) static_snapshot_error_unsupported_literal() argument
[all...]

Completed in 34 milliseconds

123456