Home
last modified time | relevance | path

Searched refs:RetValSpec (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/spec/
H A Dstdc.td30 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 Dposix.td152 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 Dgnu_ext.td11 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 Dllvm_libc_ext.td10 RetValSpec<VoidType>,
15 RetValSpec<IntType>,
29 RetValSpec<NoReturn>,
H A Dbsd_ext.td10 RetValSpec<SizeTType>,
15 RetValSpec<SizeTType>,
H A Dspec.td124 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 DPublicAPICommand.cpp102 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 DMain.cpp109 llvm::Record *RetValSpec = FunctionSpec->getValueAsDef("Return"); in writeFunctionHeader() local
110 llvm::Record *ReturnType = RetValSpec->getValueAsDef("ReturnType"); in writeFunctionHeader()