Home
last modified time | relevance | path

Searched defs:fff (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DclassStaticBlock26(target=esnext).js27 const fff = await => { } function in C
DclassStaticBlock26(target=es2022).js27 const fff = await => { } function in C
DfunctionConstraintSatisfaction2.js72 function fff(x, y) { function
/third_party/lzma/CPP/Windows/
DSecurityUtils.h21 #define POLICY_FUNC_CALL(fff, str) \ argument
29 #define POLICY_FUNC_CALL(fff, str) \ argument
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DfunctionConstraintSatisfaction2.ts36 function fff<T extends { (): void }, U extends T>(x: T, y: U) { function