Home
last modified time | relevance | path

Searched defs:Typed (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go136 type Typed struct { struct
137 Name AST
138 Type AST
141 func (t *Typed) print(ps *printState) {
157 func (t *Typed) printInner(ps *printState) {
161 func (t *Typed) Traverse(fn func(AST) bool) {
168 func (t *Typed) Copy(fn func(AST) AST, skip func(AST) bool) AST {
190 func (t *Typed) GoString() string {
194 func (t *Typed) goString(indent int, field string) string {
/external/guice/core/test/com/google/inject/
DKeyTest.java354 static class Typed<T> {} class in KeyTest
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp692 TypedInit *Typed = dynamic_cast<TypedInit *>(Folded); in resolveBitReference() local
710 TypedInit *Typed = dynamic_cast<TypedInit *>(Resolved); in resolveListElementReference() local
/external/llvm/lib/TableGen/
DRecord.cpp608 TypedInit *Typed = cast<TypedInit>(Resolved); in resolveListElementReference() local