Searched refs:RetValSpec (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/libc/spec/ |
| H A D | stdc.td | 30 RetValSpec<IntType>, 35 RetValSpec<IntType>, 40 RetValSpec<IntType>, 45 RetValSpec<IntType>, 50 RetValSpec<IntType>, 55 RetValSpec<IntType>, 60 RetValSpec<IntType>, 65 RetValSpec<IntType>, 70 RetValSpec<IntType>, 75 RetValSpec<IntType>, [all …]
|
| H A D | posix.td | 152 RetValSpec<IntType>, 157 RetValSpec<IntType>, 162 RetValSpec<IntType>, 219 RetValSpec<IntType>, 226 RetValSpec<IntType>, 232 RetValSpec<IntType>, 237 RetValSpec<IntType>, 242 RetValSpec<IntType>, 248 RetValSpec<IntType>, 266 RetValSpec<IntType>, [all …]
|
| H A D | gnu_ext.td | 11 RetValSpec<IntType>, 25 RetValSpec<VoidType>, 39 RetValSpec<VoidPtr>, 53 RetValSpec<IntType>, 58 RetValSpec<IntType>, 63 RetValSpec<IntType>, 77 RetValSpec<VoidType>, 82 RetValSpec<IntType>, 87 RetValSpec<IntType>, 92 RetValSpec<FILEPtr>, [all …]
|
| H A D | llvm_libc_ext.td | 10 RetValSpec<VoidType>, 15 RetValSpec<IntType>, 29 RetValSpec<NoReturn>,
|
| H A D | bsd_ext.td | 10 RetValSpec<SizeTType>, 15 RetValSpec<SizeTType>,
|
| H A D | spec.td | 124 class RetValSpec<Type type, list<Annotation> annotations = []> { 135 class FunctionSpec<string name, RetValSpec return, list<ArgSpec> args> { 137 RetValSpec Return = return;
|
| /llvm-project-15.0.7/libc/utils/HdrGen/ |
| H A D | PublicAPICommand.cpp | 102 llvm::Record *RetValSpec = FunctionSpec->getValueAsDef("Return"); in writeAPIFromIndex() local 103 llvm::Record *ReturnType = RetValSpec->getValueAsDef("ReturnType"); in writeAPIFromIndex()
|
| /llvm-project-15.0.7/libc/utils/tools/WrapperGen/ |
| H A D | Main.cpp | 109 llvm::Record *RetValSpec = FunctionSpec->getValueAsDef("Return"); in writeFunctionHeader() local 110 llvm::Record *ReturnType = RetValSpec->getValueAsDef("ReturnType"); in writeFunctionHeader()
|