Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangOpenCLBuiltinEmitter.cpp1178 StringRef TypeExt = TypeExtMap.lookup(Ty); in emitTypeExtensionGuards() local
1179 if (!TypeExt.empty()) { in emitTypeExtensionGuards()
1182 TypeExt.split(ExtVec, " "); in emitTypeExtensionGuards()