Home
last modified time | relevance | path

Searched refs:xfoo (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypesPatterns.types568 …`foo1` | '1foo' | 'foofoo' | `foo${string}` | 'foox' | 'xfoo'; // `foo${string}` | '1foo' | 'xfoo'
569 >t2 : `foo${string}` | "1foo" | "xfoo"
571 …1` | '1foo' | 'foofoo' | `foo${string}` | 'foox' | 'xfoo' | `${number}foo`; // `foo${string}` | x…
572 >t3 : `foo${string}` | "xfoo" | `${number}foo`
DtemplateLiteralTypesPatterns.symbols409 …`foo1` | '1foo' | 'foofoo' | `foo${string}` | 'foox' | 'xfoo'; // `foo${string}` | '1foo' | 'xfoo'
412 …1` | '1foo' | 'foofoo' | `foo${string}` | 'foox' | 'xfoo' | `${number}foo`; // `foo${string}` | x…
DtemplateLiteralTypesPatterns.errors.txt345 …`foo1` | '1foo' | 'foofoo' | `foo${string}` | 'foox' | 'xfoo'; // `foo${string}` | '1foo' | 'xfoo'
346 …1` | '1foo' | 'foofoo' | `foo${string}` | 'foox' | 'xfoo' | `${number}foo`; // `foo${string}` | x…
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dsymaddr.c37 void xfoo(int *p, int a) in xfoo() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbool-cast-restricted.c6 _Bool xfoo(large_t x) { return (_Bool)x; } in xfoo() function