Home
last modified time | relevance | path

Searched refs:codegen (Results 1 – 25 of 200) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DcollisionArgumentsFunction.errors.txt34 function f4(arguments: number, ...rest); // no codegen no error
35 function f4(arguments: string, ...rest); // no codegen no error
41 function f42(i: number, ...arguments); // no codegen no error
42 function f42(i: string, ...arguments); // no codegen no error
54 declare function f5(arguments: number, ...rest); // no codegen no error
55 declare function f5(arguments: string, ...rest); // no codegen no error
56 declare function f52(i: number, ...arguments); // no codegen no error
57 declare function f52(i: string, ...arguments); // no codegen no error
58 declare function f6(arguments: number); // no codegen no error
59 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsFunction.types59 function f4(arguments: number, ...rest); // no codegen no error
64 function f4(arguments: string, ...rest); // no codegen no error
77 function f42(i: number, ...arguments); // no codegen no error
82 function f42(i: string, ...arguments); // no codegen no error
111 declare function f5(arguments: number, ...rest); // no codegen no error
116 declare function f5(arguments: string, ...rest); // no codegen no error
121 declare function f52(i: number, ...arguments); // no codegen no error
126 declare function f52(i: string, ...arguments); // no codegen no error
131 declare function f6(arguments: number); // no codegen no error
135 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsClassConstructor.types107 constructor(i: number, ...arguments); // no codegen no error
111 constructor(i: string, ...arguments); // no codegen no error
127 constructor(arguments: number, ...rest); // no codegen no error
131 constructor(arguments: string, ...rest); // no codegen no error
164 constructor(i: number, ...arguments); // no codegen no error
168 constructor(i: string, ...arguments); // no codegen no error
175 constructor(arguments: number, ...rest); // no codegen no error
179 constructor(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterFunction.types46 function f4(_i: number, ...rest); // no codegen no error
51 function f4(_i: string, ...rest); // no codegen no error
75 declare function f5(_i: number, ...rest); // no codegen no error
80 declare function f5(_i: string, ...rest); // no codegen no error
85 declare function f6(_i: number); // no codegen no error
89 declare function f6(_i: string); // no codegen no error
DcollisionArgumentsClassMethod.types30 public f4(i: number, ...arguments); // no codegen no error
35 public f4(i: string, ...arguments); // no codegen no error
48 public f41(arguments: number, ...rest); // no codegen no error
53 public f41(arguments: string, ...rest); // no codegen no error
100 public f4(i: number, ...arguments); // no codegen no error
105 public f4(i: string, ...arguments); // no codegen no error
110 public f41(arguments: number, ...rest); // no codegen no error
115 public f41(arguments: string, ...rest); // no codegen no error
DcollisionArgumentsFunction.symbols55 function f4(arguments: number, ...rest); // no codegen no error
60 function f4(arguments: string, ...rest); // no codegen no error
73 function f42(i: number, ...arguments); // no codegen no error
78 function f42(i: string, ...arguments); // no codegen no error
107 declare function f5(arguments: number, ...rest); // no codegen no error
112 declare function f5(arguments: string, ...rest); // no codegen no error
117 declare function f52(i: number, ...arguments); // no codegen no error
122 declare function f52(i: string, ...arguments); // no codegen no error
127 declare function f6(arguments: number); // no codegen no error
131 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsClassConstructor.symbols101 constructor(i: number, ...arguments); // no codegen no error
105 constructor(i: string, ...arguments); // no codegen no error
121 constructor(arguments: number, ...rest); // no codegen no error
125 constructor(arguments: string, ...rest); // no codegen no error
158 constructor(i: number, ...arguments); // no codegen no error
162 constructor(i: string, ...arguments); // no codegen no error
169 constructor(arguments: number, ...rest); // no codegen no error
173 constructor(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterFunction.symbols42 function f4(_i: number, ...rest); // no codegen no error
47 function f4(_i: string, ...rest); // no codegen no error
71 declare function f5(_i: number, ...rest); // no codegen no error
76 declare function f5(_i: string, ...rest); // no codegen no error
81 declare function f6(_i: number); // no codegen no error
85 declare function f6(_i: string); // no codegen no error
DcollisionArgumentsClassMethod.symbols28 public f4(i: number, ...arguments); // no codegen no error
33 public f4(i: string, ...arguments); // no codegen no error
46 public f41(arguments: number, ...rest); // no codegen no error
51 public f41(arguments: string, ...rest); // no codegen no error
98 public f4(i: number, ...arguments); // no codegen no error
103 public f4(i: string, ...arguments); // no codegen no error
108 public f41(arguments: number, ...rest); // no codegen no error
113 public f41(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterClassConstructor.types89 constructor(_i: number, ...rest); // no codegen no error
93 constructor(_i: string, ...rest); // no codegen no error
126 constructor(_i: number, ...rest); // no codegen no error
130 constructor(_i: string, ...rest); // no codegen no error
DcollisionArgumentsFunctionExpressions.errors.txt30 function f4(arguments: number, ...rest); // no codegen no error
31 function f4(arguments: string, ...rest); // no codegen no error
37 function f42(i: number, ...arguments); // no codegen no error
38 function f42(i: string, ...arguments); // no codegen no error
DcollisionArgumentsFunctionExpressions.types47 function f4(arguments: number, ...rest); // no codegen no error
52 function f4(arguments: string, ...rest); // no codegen no error
65 function f42(i: number, ...arguments); // no codegen no error
70 function f42(i: string, ...arguments); // no codegen no error
DcollisionRestParameterClassMethod.types22 public f4(_i: number, ...rest); // no codegen no error
27 public f4(_i: string, ...rest); // no codegen no error
70 public f4(_i: number, ...rest); // no codegen no error
75 public f4(_i: string, ...rest); // no codegen no error
/third_party/skia/src/sksl/
DBUILD.bazel59 "codegen/SkSLCodeGenerator.h",
60 "codegen/SkSLGLSLCodeGenerator.cpp",
61 "codegen/SkSLGLSLCodeGenerator.h",
62 "codegen/SkSLMetalCodeGenerator.cpp",
63 "codegen/SkSLMetalCodeGenerator.h",
64 "codegen/SkSLPipelineStageCodeGenerator.cpp",
65 "codegen/SkSLPipelineStageCodeGenerator.h",
66 "codegen/SkSLSPIRVCodeGenerator.cpp",
67 "codegen/SkSLSPIRVCodeGenerator.h",
68 "codegen/SkSLSPIRVtoHLSL.cpp",
[all …]
/third_party/node/deps/v8/
DBUILD.bazel1129 "src/codegen/aligned-slot-allocator.h",
1130 "src/codegen/aligned-slot-allocator.cc",
1131 "src/codegen/assembler-arch.h",
1132 "src/codegen/assembler-inl.h",
1133 "src/codegen/assembler.cc",
1134 "src/codegen/assembler.h",
1135 "src/codegen/atomic-memory-order.h",
1136 "src/codegen/bailout-reason.cc",
1137 "src/codegen/bailout-reason.h",
1138 "src/codegen/callable.h",
[all …]
DBUILD.gn2382 "src/codegen/code-stub-assembler.cc",
2383 "src/codegen/code-stub-assembler.h",
2704 "src/codegen/aligned-slot-allocator.h",
2705 "src/codegen/assembler-arch.h",
2706 "src/codegen/assembler-inl.h",
2707 "src/codegen/assembler.h",
2708 "src/codegen/atomic-memory-order.h",
2709 "src/codegen/bailout-reason.h",
2710 "src/codegen/callable.h",
2711 "src/codegen/code-comments.h",
[all …]
/third_party/skia/gn/
Dsksl.gni87 "$_src/sksl/codegen/SkSLVMCodeGenerator.cpp",
88 "$_src/sksl/codegen/SkSLVMCodeGenerator.h",
207 "$_src/sksl/codegen/SkSLCodeGenerator.h",
208 "$_src/sksl/codegen/SkSLGLSLCodeGenerator.cpp",
209 "$_src/sksl/codegen/SkSLGLSLCodeGenerator.h",
210 "$_src/sksl/codegen/SkSLMetalCodeGenerator.cpp",
211 "$_src/sksl/codegen/SkSLMetalCodeGenerator.h",
212 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
213 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.h",
214 "$_src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp187 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmit() argument
199 switch (codegen) { in LLVMTargetMachineEmit()
220 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile() argument
227 bool Result = LLVMTargetMachineEmit(T, M, dest, codegen, ErrorMessage); in LLVMTargetMachineEmitToFile()
233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer() argument
237 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer()
/third_party/node/tools/inspector_protocol/jinja2/
Dmeta.py55 codegen = TrackingCodeGenerator(ast.environment)
56 codegen.visit(ast)
57 return codegen.undeclared_identifiers
/third_party/skia/third_party/externals/jinja2/
Dmeta.py48 codegen = TrackingCodeGenerator(ast.environment)
49 codegen.visit(ast)
50 return codegen.undeclared_identifiers
/third_party/node/deps/v8/third_party/jinja2/
Dmeta.py48 codegen = TrackingCodeGenerator(ast.environment)
49 codegen.visit(ast)
50 return codegen.undeclared_identifiers
/third_party/grpc/
DBUILD.gn167 "${GRPC_DIR}/include/grpc/impl/codegen/atm.h",
168 "${GRPC_DIR}/include/grpc/impl/codegen/atm_gcc_atomic.h",
169 "${GRPC_DIR}/include/grpc/impl/codegen/atm_gcc_sync.h",
170 "${GRPC_DIR}/include/grpc/impl/codegen/atm_windows.h",
171 "${GRPC_DIR}/include/grpc/impl/codegen/byte_buffer.h",
172 "${GRPC_DIR}/include/grpc/impl/codegen/byte_buffer_reader.h",
173 "${GRPC_DIR}/include/grpc/impl/codegen/compression_types.h",
174 "${GRPC_DIR}/include/grpc/impl/codegen/connectivity_state.h",
175 "${GRPC_DIR}/include/grpc/impl/codegen/fork.h",
176 "${GRPC_DIR}/include/grpc/impl/codegen/gpr_slice.h",
[all …]
/third_party/jinja2/
Dmeta.py52 codegen = TrackingCodeGenerator(ast.environment) # type: ignore
53 codegen.visit(ast)
54 return codegen.undeclared_identifiers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp27 static void codegen(Module *M, llvm::raw_pwrite_stream &OS, in codegen() function
47 codegen(M.get(), *OSs[0], TMFactory, FileType); in splitCodeGen()
88 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
/third_party/node/deps/v8/src/wasm/
DDEPS4 # The only allowed include is 'src/codegen' for assembler headers.
6 "+src/codegen",

12345678