Home
last modified time | relevance | path

Searched defs:literal (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/typescript/tests/cases/compiler/
DindirectTypeParameterReferences.ts9 const literal = (fn: (aPlusB: A & B) => void) => null constant
14 const {combined, literal} = flowtypes<{a: string}>({b: 'b-value'}) constant
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dstring_cast.inl34 struct literal struct
36 GLM_FUNC_QUALIFIER static char const * value() {return "%d";};
40 struct literal<T, true> struct
42 GLM_FUNC_QUALIFIER static char const * value() {return "%f";};
47 struct literal<uint64_t, false> struct
49 GLM_FUNC_QUALIFIER static char const * value() {return "%lld";};
53 struct literal<int64_t, false> struct
55 GLM_FUNC_QUALIFIER static char const * value() {return "%lld";};
/third_party/typescript/tests/baselines/reference/
DindirectTypeParameterReferences.js10 const literal = (fn: (aPlusB: A & B) => void) => null function
37 var literal = function (fn) { return null; }; function
/third_party/jerryscript/tests/jerry/
Dlarge_literal.js15 var literal = "a" variable
/third_party/mesa3d/src/gallium/tools/trace/
Dformat.py51 def literal(self, value): member in Formatter
86 def literal(self, value): member in AnsiFormatter
155 def literal(self, value): member in WindowsConsoleFormatter
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_types.h77 LiteralInteger literal; member
84 LiteralInteger literal; member
/third_party/typescript/tests/baselines/reference/JSDocParsing/
DTypeExpressions.parsesCorrectly.keyword2.json8 "literal": { object
/third_party/gn/src/gn/
Dsubstitution_pattern.h33 std::string literal; member
Dpattern.h46 std::string literal; member
Dstring_utils_unittest.cc43 Token literal(Location(), Token::STRING, literal_string); in CheckExpansionCase() local
/third_party/skia/third_party/externals/tint/src/ast/
Darray.cc33 if (auto* literal = size->As<IntLiteralExpression>()) { in SizeExprToString() local
/third_party/flutter/skia/src/sksl/lex/
DRegexParser.cpp88 void RegexParser::literal() { in literal() function in RegexParser
/third_party/skia/src/sksl/lex/
DRegexParser.cpp89 void RegexParser::literal() { in literal() function in RegexParser
/third_party/mesa3d/src/freedreno/afuc/
Dparser.y101 literal(uint32_t num) in literal() function
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h409 struct literal { struct
416 literal(int32_t i = 0) : i(i) {} in i() argument
417 literal(uint32_t u) : u(u) {} in literal() function
418 literal(float f) : f(f) {} in literal() function
419 literal(double f) : f(f) {} in literal() function
421 bool operator ==(literal l) { return u == l.u; } argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instrfactory.cpp139 bool InstrFactory::load_const(nir_load_const_instr *literal, Shader& shader) in load_const()
/third_party/alsa-utils/axfer/
Dxfer-options.c86 const char *const literal; in verify_cntr_format() member
116 const char *const literal; in verify_sample_format() member
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.constant_test.cpp239 std::string literal; member
273 std::string literal; member
/third_party/spirv-tools/test/
Dtext_to_binary.constant_test.cpp242 std::string literal; member
276 std::string literal; member
Dhex_float_test.cpp1102 std::string literal; member
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
1337 std::string literal; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.constant_test.cpp242 std::string literal; member
276 std::string literal; member
Dhex_float_test.cpp1102 std::string literal; member
1126 FloatParseCase<T> BadFloatParseCase(std::string literal, bool negate_value, in BadFloatParseCase()
1134 FloatParseCase<T> GoodFloatParseCase(std::string literal, bool negate_value, in GoodFloatParseCase()
1337 std::string literal; member
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.constant_test.cpp242 std::string literal; member
276 std::string literal; member
/third_party/python/Parser/
Dstring_parser.c429 PyObject **literal, int recurse_lvl, Token *t) in fstring_find_literal()
841 int recurse_lvl, PyObject **literal, in fstring_find_literal_and_expr()
1090 PyObject *literal = NULL; in _PyPegen_FstringParser_ConcatFstring() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_constants.cc43 const ast::LiteralExpression* literal, in EvaluateConstantValue()

123456