reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1332 typeQuals = "restrict"; 1335 typeQuals += typeQuals.empty() ? "const" : " const"; 1335 typeQuals += typeQuals.empty() ? "const" : " const"; 1337 typeQuals += typeQuals.empty() ? "volatile" : " volatile"; 1337 typeQuals += typeQuals.empty() ? "volatile" : " volatile"; 1393 typeQuals = "pipe"; 1396 argTypeQuals.push_back(llvm::MDString::get(VMContext, typeQuals));