Searched defs:typeKind (Results 1 – 3 of 3) sorted by relevance
653 void addType(TypeSpecKind typeKind, TypeSpec typeSpec) { in addType()
470 JIT::TypeKind JIT::typeKind(const Type& type) { in typeKind() function in SkSL::JIT
2836 auto typeKind = llvm::StringSwitch<unsigned>(data) in parseType() local